3 Commits

Author SHA1 Message Date
4f8035d81d Merge version_2 into main
Merge version_2 into main
2026-06-06 07:05:43 +00:00
6de1873006 Update src/app/page.tsx 2026-06-06 07:05:37 +00:00
12582902f3 Merge version_1 into main
Merge version_1 into main
2026-06-06 07:03:52 +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>
);
}
}