"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { ArrowRight, Eye, HelpCircle, MessageSquare, ShieldCheck, Sparkles, Star, TrendingUp, Wallet } from "lucide-react"; export default function LandingPage() { return (
); }