From a988fbe4d1575524203babdd94088749c7eff7e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:36:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 +++++++++-------------------------------------- 1 file changed, 40 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 304f893..48eaec8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Zap } from "lucide-react"; +import { Award, CheckCircle, Zap, MessageSquare, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,16 +32,11 @@ export default function LandingPage() { -
- -
-
-
- -
- -
- -
-
@@ -236,38 +121,20 @@ export default function LandingPage() { + + {/* AI Chatbot & WhatsApp Floating Button */} +
+ + + +
+ ); -- 2.49.1