"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Users, Award, ChefHat, Heart, Phone, Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }