Update src/app/gallery/page.tsx

This commit is contained in:
2026-04-21 19:11:26 +00:00
parent aabd5208b4
commit db14873e90

View File

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