Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-06 07:05:43 +00:00

View File

@@ -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/"
}
]}
/>
</div>
@@ -151,4 +156,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}