From 3138940c7632948332ef9580d60d22c219e15000 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:47:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b23aaa3..0d15c91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,7 +180,7 @@ export default function LandingPage() { background={{ variant: "cell-wave" }} tag="Visit Us" title="Let's Keep in Touch" - description="Follow us on social media for seasonal menu updates and special events." + description="Follow us on Instagram at @kulma_cafe_ for updates and community features." /> @@ -197,6 +197,7 @@ export default function LandingPage() { { title: "Support", items: [ { label: "Contact Us", href: "#" }, + { label: "Instagram", href: "https://www.instagram.com/kulma_cafe_/" }, { label: "Privacy", href: "#" }, ], }, -- 2.49.1