"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Leaf, Recycle, Heart, Zap, ShoppingBag } from 'lucide-react'; import Link from 'next/link'; export default function HomePage() { return (
); }