From e4e1362c0efe9b4c7c8f0396818f5f2b3246e3e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:12:40 +0000 Subject: [PATCH] Update src/app/vendors/page.tsx --- src/app/vendors/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/vendors/page.tsx b/src/app/vendors/page.tsx index c39c00c..6dc3982 100644 --- a/src/app/vendors/page.tsx +++ b/src/app/vendors/page.tsx @@ -55,14 +55,14 @@ export default function LandingPage() { name: "Gourmet Burger", price: "$12.00", rating: 4.5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1", }, { id: "2", name: "Garden Salad", price: "$8.50", rating: 4.2, - imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg?_wi=1", }, { id: "3", @@ -112,7 +112,7 @@ export default function LandingPage() { price: "$12", rating: 4.8, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2", }, { id: "2", @@ -121,7 +121,7 @@ export default function LandingPage() { price: "$9", rating: 4.6, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/easy-flexitarian-diet-food-composition_23-2148955514.jpg?_wi=2", }, ]} />