"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Building2, MapPin, Mail, Phone, Shield, Sparkles, Star, TrendingUp, Users } from "lucide-react"; export default function LandingPage() { return (
); }