From 5c452e72d54b9b9d4db8280212363ba32fa8b8c1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 15:41:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 448 +++++++++++++---------------------------------- 1 file changed, 125 insertions(+), 323 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb3d5f..0600ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Zap, Shield, CheckCircle, Star, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,336 +27,137 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1