"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { ArrowUp, Award, DollarSign, Headphones, ShieldCheck, ShoppingCart, Sparkles, Star, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
); }