"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Leaf, ChefHat, Home, Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }