"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Award, Coffee, Flame, Heart, MapPin, Sparkles } from 'lucide-react'; export default function LandingPage() { return (
); }