From e21f55b1061dc9b63d2ae1ec83a980b0c6488abf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 10:24:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3271465..84d3ba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { { text: "Book Your Stay Now", href: "#contact"}, { - text: "WhatsApp Us", href: "https://wa.me/YOURPHONENUMBER", onClick: () => console.log('WhatsApp clicked'), + text: "WhatsApp Us", href: "https://wa.me/+355691234567", onClick: () => console.log('WhatsApp clicked'), }, ]} buttonAnimation="blur-reveal" @@ -297,7 +297,7 @@ export default function LandingPage() { { label: "Contact Us", href: "#contact"}, { - label: "WhatsApp Support", href: "https://wa.me/YOURPHONENUMBER"}, + label: "WhatsApp Support", href: "https://wa.me/+355691234567"}, ], }, { @@ -315,4 +315,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file