Update src/app/page.tsx

This commit is contained in:
2026-03-06 07:56:14 +00:00
parent d7c4904023
commit 0b6a0fc11e

View File

@@ -69,19 +69,19 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Signature", name: "Chicken Biryani", price: "₹250", rating: 5,
reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces"
reviewCount: "1,200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg?_wi=1", imageAlt: "Chicken biryani with aromatic basmati rice and tender chicken pieces"
},
{
id: "2", brand: "Premium", name: "Mutton Biryani", price: "₹350", rating: 5,
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg", imageAlt: "Rich and tender mutton biryani with fragrant rice"
reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-lamb-biryani-with-mint-yogurt_84443-64677.jpg?_wi=1", imageAlt: "Rich and tender mutton biryani with fragrant rice"
},
{
id: "3", brand: "Specialty", name: "Tandoori Chicken", price: "₹180", rating: 5,
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices"
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-deliciously-prepared-chicken-served-with-onions-chili-sauce_181624-61705.jpg?_wi=1", imageAlt: "Juicy tandoori chicken marinated in yogurt and spices"
},
{
id: "4", brand: "Favorite", name: "Butter Naan", price: "₹40", rating: 5,
reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg", imageAlt: "Soft butter naan bread from traditional tandoor"
reviewCount: "1,450+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg?_wi=1", imageAlt: "Soft butter naan bread from traditional tandoor"
}
]}
/>