"use client"; import Link from "next/link"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Zap, Shield, CheckCircle, MessageSquare, DollarSign, Sparkles, Crown } from "lucide-react"; export default function HomePage() { return (
); }