From e4627c153a8e73e44bcc57e85d585976cad50d31 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:15:56 +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 ed91735..505b8ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Welcome to Canadian Guest House, where elegance meets comfort in every detail." buttons={[ { text: "Book Your Stay", href: "/rooms" }, - { text: "WhatsApp Us", href: "https://wa.me/1234567890" }, + { text: "WhatsApp Us", href: "https://wa.me/+923229000071" }, ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=1", imageAlt: "Luxury Lobby" }, @@ -165,4 +165,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}