From 875c60aa2a086323d42d07040be6af9993621142 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:56:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 541 +++++++++++++++-------------------------------- 1 file changed, 166 insertions(+), 375 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fa5216..7272480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Lightbulb, Lock, Shield } from "lucide-react"; +import { Lightbulb, Lock, Shield, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -27,389 +27,180 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + + + {/* Floating WhatsApp Button */} + + +
); -} +} \ No newline at end of file -- 2.49.1