"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Sparkles, Instagram, Twitter, Facebook } from "lucide-react"; export default function LandingPage() { return (
); }