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