From 34d4258b77a75b7e88c67815446d0348e9e05427 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:25:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 458 +++++++++++++++-------------------------------- 1 file changed, 146 insertions(+), 312 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f6c288..856b738 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Briefcase, Layers, PieChart, Settings, Shield, Target, TrendingUp, Zap } from "lucide-react"; +import { Briefcase, Layers, PieChart, Settings, Shield, Target, TrendingUp, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -29,326 +29,160 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1