From 6f006e9824841a0f53341b4a17613f1fada63a14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 10:06:26 +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 95a4401..1f560bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Open in Maps", href: "#"}, + text: "Open in Maps", href: "https://www.google.com/maps/search/?api=1&query=6/4+Elgin+Road+next+to+Srijan+Hospital+Civil+Lines+Prayagraj+Uttar+Pradesh+211001+India"}, { text: "Call Now", href: "tel:09120282283"}, ]} @@ -221,7 +221,7 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "6/4, Elgin Road, Civil Lines", href: "#"}, + label: "6/4, Elgin Road, next to Srijan Hospital, Civil Lines, Prayagraj, UP 211001", href: "https://www.google.com/maps/search/?api=1&query=6/4+Elgin+Road+next+to+Srijan+Hospital+Civil+Lines+Prayagraj+Uttar+Pradesh+211001+India"}, { label: "Call: 091202 82283", href: "tel:09120282283"}, ], @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1