"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Linkedin, Mail, Instagram, Phone } from "lucide-react"; export default function LandingPage() { return (
); }