From dcd07a085f7f17feb8a3f203fb562e78c71cdacb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:40:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 503 ++++++++++++++--------------------------------- 1 file changed, 150 insertions(+), 353 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa29cae..da20997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Download, Droplet, ListChecks, ShieldCheck, Star, Tool, Wrench } from "lucide-react"; +import { Award, CheckCircle, Download, Droplet, ListChecks, ShieldCheck, Star, Wrench, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -28,366 +28,163 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);