"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Bug, Droplets, HelpCircle, Image, Leaf, Palette, Scissors, Sprout, Star, Trees } from "lucide-react"; export default function LandingPage() { return (
); }