From 4d1686469a4dc05ba77d0de4b5a0bd0535b18457 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 09:11:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 490 ++++++++++++++--------------------------------- 1 file changed, 142 insertions(+), 348 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a6de5d..877ddbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Activity, Award, Clock, Zap } from "lucide-react"; +import { Activity, Award, Clock, Zap, TrendingUp, Users, Clipboard } from "lucide-react"; export default function LandingPage() { return ( @@ -29,362 +29,156 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1