9 Commits

Author SHA1 Message Date
ec31c57e47 Merge version_4 into main
Merge version_4 into main
2026-05-26 08:25:39 +00:00
671ebadc91 Update src/app/page.tsx 2026-05-26 08:25:36 +00:00
9e284f6487 Merge version_3 into main
Merge version_3 into main
2026-05-26 08:25:09 +00:00
66fe980c62 Merge version_4 into main
Merge version_4 into main
2026-05-26 08:25:06 +00:00
cea5f23e44 Update src/app/page.tsx 2026-05-26 08:25:03 +00:00
cff1d97337 Update src/app/page.tsx 2026-05-26 08:25:00 +00:00
be922a7030 Merge version_3 into main
Merge version_3 into main
2026-05-26 08:24:26 +00:00
1a2a447dcd Update src/app/page.tsx 2026-05-26 08:24:23 +00:00
1eb5e55d5a Merge version_2 into main
Merge version_2 into main
2026-05-26 08:11:44 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
imagePosition="right" imagePosition="right"
title="Our Story: A Taste of Tradition" title="Our Story: A Taste of Tradition"
description="For generations, we've perfected the art of Vada Pav. Using secret family recipes and locally sourced ingredients, we bring Mumbai's favorite street food directly to your plate, ensuring every bite is a celebration of authentic Indian flavors." description="For generations, we've perfected Vada Pav with secret family recipes and fresh, local ingredients, bringing authentic Mumbai street food directly to you."
bulletPoints={[ bulletPoints={[
{ {
title: "Authentic Recipes", description: "Generations of family tradition in every bite.", icon: CookingPot, title: "Authentic Recipes", description: "Generations of family tradition in every bite.", icon: CookingPot,
@@ -299,4 +299,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }