From e26a6102b884abb403b5e3376225b8d10bab73bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:30:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++++++++-------------------------------- 1 file changed, 92 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f4ad3..9ef97a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Sparkles } from "lucide-react"; +import { Sparkles, Activity, Award, User } from "lucide-react"; export default function LandingPage() { return ( @@ -26,220 +26,103 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1