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 */} +
+ + + +
+ );