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