"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import AboutMetric from "@/components/sections/about/AboutMetric"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import { ChefHat, Shield, Users, TrendingUp, Heart, Star, Phone, MapPin, Clock, Sparkles, Gift } from "lucide-react"; export default function LandingPage() { return (
); }