From e46d0475165e60252822dbbf86da04307cf0e371 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:46:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++++++++++----------------------------- 1 file changed, 82 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42bd890..53020b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Shield } from "lucide-react"; +import { Award, CheckCircle, Shield, Dumbbell, Zap, Users, UserPlus } from "lucide-react"; export default function LandingPage() { return ( @@ -28,142 +28,93 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
);