"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Zap, Target, Briefcase, TrendingUp, DollarSign, Building2, Users, Star, Mail, Linkedin, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }