"use client" import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Coffee, Heart, Award, Users, Clock, Sparkles, MessageCircle } from "lucide-react"; export default function LandingPage() { return (
); }