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