From 6f5af3850d7bc5e5da404ca700e483bfc050c16e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 187 +++++++++++++---------------------------------- 1 file changed, 51 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf75e88..7a48110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Leaf, ShieldCheck, Zap } from "lucide-react"; +import { Leaf, ShieldCheck, Zap, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,15 @@ export default function LandingPage() { @@ -53,51 +47,44 @@ export default function LandingPage() {
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1