"use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Apple, Award, Dumbbell, Facebook, HeartPulse, Instagram, Linkedin, Sparkles, Star, Sword, Target, Twitter, Users, Youtube } from "lucide-react"; export default function LandingPage() { return (
); }