From fb00f967cd45f04feda780c43a3993b11d53b67e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:30:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 444 ++++++++++++++--------------------------------- 1 file changed, 127 insertions(+), 317 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57fcb0f..dc29688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Diamond, Leaf, PenTool, ShieldCheck, Truck } from "lucide-react"; +import { Award, Diamond, Leaf, PenTool, ShieldCheck, Truck, Search, Users, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -28,330 +28,140 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1