"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { MessageCircle, Mail, Phone, MapPin } from 'lucide-react'; export default function LandingPage() { return (
); }