"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Target, BookOpen, TrendingUp, Users, CheckCircle, Award, MessageSquare, HelpCircle, Phone } from 'lucide-react'; export default function LandingPage() { return (
); }