"use client" import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Leaf, Sparkles, Users, Award, CheckCircle, Globe, HelpCircle, Heart } from "lucide-react"; export default function LandingPage() { return (
); }