diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c1bdb8b..3b78a65 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { id: "p1", name: "Momos (Fry & Steam)", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=3", }, { id: "p2", name: "Chowmein", price: "₹60", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg?_wi=2", }, { id: "p3", name: "Chili Paneer", price: "₹90", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg?_wi=2", }, ]} title="Our Menu" diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ec12f5..da70c7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,19 +73,19 @@ export default function LandingPage() { imageAlt: "Cafe Vibe", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=1", imageAlt: "Momos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-chinese-cabbage-salad-plate-black-slate-background_123827-20928.jpg?_wi=1", imageAlt: "Chowmein", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beyti-kebab-served-with-ayran-pickles_141793-2020.jpg?_wi=1", imageAlt: "Chili Paneer", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs_23-2148694345.jpg?_wi=2", imageAlt: "Momos again", }, ]}