From ad3f96ed7acf9f2ac1b6895068431ed5ceb978bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 526 ++++++++++++++--------------------------------- 1 file changed, 149 insertions(+), 377 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a411b17..964f666 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Globe, ShieldCheck, Tool } from "lucide-react"; +import { Globe, ShieldCheck, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -29,391 +29,163 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1