Merge version_2 into main #5
@@ -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" },
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function ShotsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Fire Mastery", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", brand: "Fire", rating: 5, reviewCount: "10" },
|
||||
{ id: "s1", name: "Fire Mastery", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg?_wi=2", brand: "Fire", rating: 5, reviewCount: "10" },
|
||||
{ id: "s2", name: "Dry Aging", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/cook-cooking-fresh-peace-meat-board-dark-background-cooking-concept_1220-7134.jpg", brand: "Dry", rating: 5, reviewCount: "20" },
|
||||
{ id: "s3", name: "Precision Cuts", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/well-done-steak-with-mashed-potatoes-fried-vegetables_140725-2240.jpg", brand: "Prep", rating: 4, reviewCount: "15" },
|
||||
{ id: "s4", name: "Final Execution", price: "$70", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-747.jpg", brand: "Cook", rating: 5, reviewCount: "30" }
|
||||
|
||||
Reference in New Issue
Block a user