"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import MediaAbout from "@/components/sections/about/MediaAbout"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Sparkles, Car, Award, DollarSign, Heart, BookOpen, TrendingUp, Calendar, Zap, Star } from "lucide-react"; export default function LandingPage() { return (
); }