"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Phone } from "lucide-react"; export default function LandingPage() { return (
); }