From 496e03169c4f3a16f92a5b34a38f32bfa22cba09 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:29:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c40e139..133aa78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,23 @@ export default function LandingPage() { @@ -186,7 +199,8 @@ export default function LandingPage() { title: "Contact Info", items: [ { label: "Call: +92 321 8291489", href: "tel:+923218291489" }, { - label: "Location: DHA Phase 3, Lahore", href: "https://maps.google.com/?q=507-Z+Street+22+Sector+Z+DHA+Phase+3+Lahore"}, + label: "Location: DHA Phase 3, Lahore", href: "https://maps.google.com/?q=507-Z+Street+22+Sector+Z+DHA+Phase+3+Lahore" + }, { label: "Open: 24/7", href: "#" }, ], }, @@ -202,7 +216,8 @@ export default function LandingPage() { { label: "WhatsApp", href: "https://wa.me/923218291489" }, { label: "Email", href: "mailto:info@eurocentra.com" }, { - label: "Maps", href: "https://maps.google.com/?q=507-Z+Street+22+Sector+Z+DHA+Phase+3+Lahore"}, + label: "Maps", href: "https://maps.google.com/?q=507-Z+Street+22+Sector+Z+DHA+Phase+3+Lahore" + }, ], }, ]} -- 2.49.1