"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Leaf, Sparkles, Globe, Users, Award, Heart } from 'lucide-react'; export default function LandingPage() { return (
); }