From d365a14a3e092cf915e1fffefda471a043b112c9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 22:21:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93937ce..9453517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { tag="Get In Touch" buttons={[ { text: "Email Us", href: "mailto:contact@agency.com" }, - { text: "Chat on WhatsApp", href: "https://wa.me/15551234567" } + { text: "Chat on WhatsApp", href: "https://api.whatsapp.com/send/?phone=50488601068&text&type=phone_number&app_absent=0" } ]} background={{ variant: "plain" }} useInvertedBackground={true} @@ -111,7 +111,7 @@ export default function LandingPage() { logoText="Agency" columns={[ { title: "Agency", items: [{ label: "Home", href: "#" }, { label: "Portfolio", href: "#portfolio" }] }, - { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "WhatsApp", href: "https://wa.me/15551234567" }] } + { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "WhatsApp", href: "https://api.whatsapp.com/send/?phone=50488601068&text&type=phone_number&app_absent=0" }] } ]} /> -- 2.49.1