"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, CheckCircle, Coffee, Star, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
); }