From e99e857c518558e8558ddcf70ae89717c830e8fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:42:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 406 +++++++++++++++-------------------------------- 1 file changed, 127 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5479c55..19f4ec9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Globe, TrendingUp, Users } from "lucide-react"; +import { Award, Globe, TrendingUp, Users, Zap, Shield, Database, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -27,291 +27,139 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1