"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, CheckCircle } from "lucide-react"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function HomePage() { return (
); }