"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Zap, Shield, Trophy, Quote, Award } from "lucide-react"; export default function LandingPage() { return (
); }