diff --git a/src/app/page.tsx b/src/app/page.tsx index cf00b4d..b35339a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,9 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import { Leaf, Award, MapPin, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -64,6 +67,20 @@ export default function LandingPage() { /> +