"use client" import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { TrendingUp, Users, Globe, Shield, Code, Zap, MessageSquare, Lock } from 'lucide-react'; export default function LandingPage() { return (
); }