"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Flower, Sparkles, Leaf, Heart, Mail } from "lucide-react"; export default function LandingPage() { return (
); }