Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-04 07:45:10 +00:00

View File

@@ -101,11 +101,11 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Chicken Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82277.jpg", imageAlt: "Chicken Biryani", priceButtonProps: { children: "Most Popular" }},
id: "1", name: "Chicken Biryani", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-meal-photo-dish-food-dark_140725-82277.jpg", imageAlt: "Chicken Biryani"},
{
id: "2", name: "Chicken Majestic", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg", imageAlt: "Chicken Majestic"},
{
id: "3", name: "Apollo Chicken", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sauce-fried-eggplant-onion-round-plate_176474-2695.jpg", imageAlt: "Apollo Chicken", priceButtonProps: { children: "Best Seller" }},
id: "3", name: "Apollo Chicken", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-sauce-fried-eggplant-onion-round-plate_176474-2695.jpg", imageAlt: "Apollo Chicken"},
{
id: "4", name: "Tandoori Roti Butter", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Tandoori Roti with Butter"},
]}