Update src/app/vendors/page.tsx

This commit is contained in:
2026-04-04 07:12:40 +00:00
parent 9cf7503096
commit e4e1362c0e

View File

@@ -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",
},
]}
/>