"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, Users, Wine, Clock, Sparkles, ChefHat, Leaf } from "lucide-react"; export default function LandingPage() { return (
); }