From 6de1873006317c187fa6a364f51ee8f35d073c7f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 07:05:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8902a45..8671206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,6 +136,11 @@ export default function LandingPage() { "#DelhiFoodies", "#CafeCulture", "#BistroVibes", "#ChillOut", "#PastaParadise", "#DessertDreams", "#TheBigChill"]} title="Join Our Community" description="Follow us on Instagram to see daily specials, behind-the-scenes glimpses, and mouth-watering updates from our vibrant community of food lovers!" + buttons={[ + { + text: "Follow Us on Instagram", href: "https://www.instagram.com/thebigchillcafe/" + } + ]} /> @@ -151,4 +156,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1