"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Feather, Hash, Layers, MessageSquare } from "lucide-react"; export default function LandingPage() { return (
); }