"use client" import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Lightbulb, TrendingUp, Users, Star, HelpCircle, Phone, Github, Linkedin, Globe, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }