3 Commits

Author SHA1 Message Date
40faccd09e Merge version_3 into main
Merge version_3 into main
2026-03-05 02:57:25 +00:00
52ebbb171a Update src/app/page.tsx 2026-03-05 02:57:21 +00:00
f5c11b89cb Merge version_2 into main
Merge version_2 into main
2026-03-05 02:55:15 +00:00

View File

@@ -89,22 +89,22 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Tandoori Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=2", imageAlt: "Tandoori Chicken"
id: "1", name: "Tandoori Chicken", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=2", imageAlt: "Tandoori Chicken", priceButtonProps: { text: "Add to Cart" }
},
{
id: "2", name: "Butter Chicken", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=2", imageAlt: "Butter Chicken"
id: "2", name: "Butter Chicken", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=2", imageAlt: "Butter Chicken", priceButtonProps: { text: "Add to Cart" }
},
{
id: "3", name: "Mutton Biryani", price: "₹480", imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=2", imageAlt: "Mutton Biryani"
id: "3", name: "Mutton Biryani", price: "₹480", imageSrc: "http://img.b2bpic.net/free-psd/delicious-lamb-biryani-with-raita-fresh-mint_84443-64726.jpg?_wi=2", imageAlt: "Mutton Biryani", priceButtonProps: { text: "Add to Cart" }
},
{
id: "4", name: "Lamb Kebab", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6169.jpg", imageAlt: "Lamb Kebab"
id: "4", name: "Lamb Kebab", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6169.jpg", imageAlt: "Lamb Kebab", priceButtonProps: { text: "Order Now" }
},
{
id: "5", name: "Fish Curry", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148734691.jpg?_wi=2", imageAlt: "Fish Curry"
id: "5", name: "Fish Curry", price: "₹420", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148734691.jpg?_wi=2", imageAlt: "Fish Curry", priceButtonProps: { text: "Add to Cart" }
},
{
id: "6", name: "Mixed Grill Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg", imageAlt: "Mixed Grill Platter"
id: "6", name: "Mixed Grill Platter", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/different-varieties-kebab-with-grilled-vegetables_140725-8135.jpg", imageAlt: "Mixed Grill Platter", priceButtonProps: { text: "Order Now" }
}
]}
/>