Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-26 09:47:27 +00:00

View File

@@ -85,6 +85,8 @@ export default function LandingPage() {
id: "samosa-chaat", name: "Samosa Chaat", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-eggplant-caviar-served-with-fried-lavash-plate_140725-11794.jpg", imageAlt: "Samosa Chaat with chickpeas and chutneys"},
{
id: "vada-pav", name: "Vada Pav", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-buying-food_23-2149461678.jpg", imageAlt: "Vada Pav with spicy potato fritter"},
{
id: "gobi-manchurian", name: "Gobi Manchurian", price: "₹100", imageSrc: "https://img.b2bpic.net/free-photo/side-view-gobi-manchurian-with-sauce-spices-black-pot_140725-78097.jpg", imageAlt: "Gobi Manchurian"}
]}
title="Our Signature Chaat & Snacks"
description="Explore our exquisite range of chaats, sandwiches, and beverages, crafted with the freshest ingredients for an unforgettable taste."
@@ -214,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}