"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { CheckCircle, Star, Users, Award, Sparkles, Zap, TrendingUp, MessageSquare } from "lucide-react"; export default function LandingPage() { return (
); }