"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Leaf, Heart, Truck, Award } from 'lucide-react'; export default function LandingPage() { return (
); }