"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Heart, Leaf, Mail, MapPin, Phone, Sprout, Star } from 'lucide-react'; export default function LandingPage() { return (
); }