"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award, Leaf, Users, Utensils, Wine } from "lucide-react"; export default function LandingPage() { return (
); }