"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Facebook, Instagram, Linkedin, Phone, Sparkles, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }