diff --git a/src/app/page.tsx b/src/app/page.tsx index 272d55b..5286707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,37 +88,37 @@ export default function LandingPage() { id: "p1", name: "Classic Croissant", price: "Rs 150", - imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg?_wi=1", }, { id: "p2", name: "Signature Latte", price: "Rs 250", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg?_wi=1", }, { id: "p3", name: "Chocolate Slice", price: "Rs 200", - imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg?_wi=1", }, { id: "p4", name: "Chicken Pasta", price: "Rs 450", - imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/macro-picture-croissants-with-powdered-sugar-grey-table_176420-6883.jpg?_wi=2", }, { id: "p5", name: "Iced Coffee", price: "Rs 300", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-crop-woman_23-2147830540.jpg?_wi=2", }, { id: "p6", name: "Fried Rice", price: "Rs 350", - imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-types-delicious-desserts_1203-652.jpg?_wi=2", }, ]} title="Our Menu"