diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6c72c72..3a66abf 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,7 +43,7 @@ export default function GalleryPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "g1", name: "The Cut", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", brand: "Steak", rating: 5, reviewCount: "10" }, + { id: "g1", name: "The Cut", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg?_wi=1", brand: "Steak", rating: 5, reviewCount: "10" }, { id: "g2", name: "The Sear", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg", brand: "Fire", rating: 5, reviewCount: "20" }, { id: "g3", name: "The Chef", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728032.jpg", brand: "Chef", rating: 4, reviewCount: "15" }, { id: "g4", name: "The Result", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/fried-cooked-grilled-meat-with-spices-cut-slices-served-dark-slate-closeup_1220-6866.jpg", brand: "Food", rating: 5, reviewCount: "30" },