From 4be13a55c67e89d524e71da381ed54a3268e7f56 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 00:52:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 229d5bb..599f845 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { ]} brandName="A M Kitchen Hotel" button={{ - text: "Call Now", href: "tel:+91-9876543210"}} + text: "Call Now", href: "tel:07978901811"}} /> @@ -57,7 +57,7 @@ export default function LandingPage() { tag="Taste of Tradition" buttons={[ { - text: "Call Now", href: "tel:+91-9876543210"}, + text: "Call Now", href: "tel:07978901811"}, { text: "Reserve a Table", href: "#contact"}, ]} @@ -214,7 +214,7 @@ export default function LandingPage() { variant: "plain"}} tag="Connect With Us" title="Visit Us or Make a Reservation" - description="Conveniently located near Lingaraj Temple at Municipal Hospital Rd, Lingaraj Nagar, Old Town, Bhubaneswar, Odisha 751002. Call us directly at +91-9876543210 for instant reservations and catering inquiries, or send us an email inquiry below for general questions. Get directions with one click using Google Maps!" + description="Conveniently located near Lingaraj Temple at Municipal Hospital Rd, Lingaraj Nagar, Old Town, Bhubaneswar, Odisha 751002. Call us directly at 07978901811 for instant reservations and catering inquiries, or send us an email inquiry below for general questions. Get directions with one click using Google Maps!" imageSrc="http://img.b2bpic.net/free-photo/american-focused-states-with-magnifying-glass_23-2148232433.jpg" imageAlt="Map showing location near Lingaraj Temple" mediaAnimation="slide-up" @@ -232,7 +232,7 @@ export default function LandingPage() { socialLinks={[ { icon: Phone, - href: "tel:+91-9876543210", ariaLabel: "Call us"}, + href: "tel:07978901811", ariaLabel: "Call us"}, { icon: MessageCircle, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp us"}, -- 2.49.1