"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Gift, MessageSquare, Play, Sparkles, Crown, Zap } from "lucide-react"; export default function LandingPage() { return (
); }