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: "#" }, ], },