From c58298140701dea441968a7965d8a6640c580477 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:37:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c02abb8..e0d21f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,9 +135,12 @@ export default function LandingPage() {
@@ -147,11 +150,11 @@ export default function LandingPage() { logoText="Art Kitchen" columns={[ { items: [{ label: "Catalog", href: "#products" }, { label: "Consult", href: "#contact" }] }, - { items: [{ label: "Privacy", href: "#" }, { label: "FAQs", href: "#faq" }] } + { items: [{ label: "Visit Guntur Showroom", href: "https://www.google.com/maps/search/Art+Kitchen+Guntur" }, { label: "FAQs", href: "#faq" }] } ]} /> ); -} +} \ No newline at end of file -- 2.49.1