From 6267ca50561a325bdb6b5d894e557c9e2361efa0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:25:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++++++++++++++++++----------------------- 1 file changed, 116 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e1b386..404b3ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { ShieldCheck, Zap, Lock, Eye, Shield, Clock, PackageCheck, Zap } from "lucide-react"; +import { ShieldCheck, Lock, Eye, Shield, Clock, PackageCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -28,125 +28,129 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1