"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, Clock, Coffee, Leaf, MapPin, Sparkles, Users } from 'lucide-react'; export default function LandingPage() { return (
); }