From 95fb347cec454141dfada0b3d63614df741aab8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:25:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0f5c83..5e0a0bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Database, Shield, Zap } from "lucide-react"; +import { Database, Shield, Zap, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -157,8 +157,9 @@ export default function LandingPage() { description="Reach out to us via email or click the button below to start a conversation on WhatsApp." imageSrc="http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg" mediaAnimation="slide-up" - buttonText="Send Message" - termsText="We value your privacy and keep your details confidential." + buttonText="WhatsApp Us" + onSubmit={() => window.open("https://wa.me/yournumber", "_blank")} + termsText="By contacting us, you agree to start a secure conversation on WhatsApp." /> @@ -174,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1