"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Award, Globe, Smartphone, Sparkles, Users } from 'lucide-react'; export default function LandingPage() { return (
); }