From f452628f96977ce8eacf483ca1a6bc95ab841915 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:05:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 401 ++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c988a9..2d79bb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Zap, Shield, Building2, HardHat } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,282 +29,148 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1