"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, Phone } from 'lucide-react'; export default function LandingPage() { return (
); }