Merge version_2 into main #5
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{ id: "p1", name: "Signature Miso Ramen", price: "$15", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks-arrangement_23-2150756220.jpg" },
|
||||
{ id: "p2", name: "Premium Wagyu Steak", price: "$45", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-baked-potatoes-green-basil-sauce-white-plate-isolated-white-background-photo-menu_639032-1533.jpg" },
|
||||
{ id: "p3", name: "Chef Special Dragon Roll", price: "$20", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-sushi_23-2151301178.jpg" }
|
||||
{ id: "p1", name: "Signature Miso Ramen", price: "$15", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks-arrangement_23-2150756220.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Premium Wagyu Steak", price: "$45", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-baked-potatoes-green-basil-sauce-white-plate-isolated-white-background-photo-menu_639032-1533.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Chef Special Dragon Roll", price: "$20", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-sushi_23-2151301178.jpg?_wi=1" }
|
||||
]}
|
||||
className="py-20"
|
||||
/>
|
||||
@@ -85,9 +85,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Miso Ramen", price: "$15", variant: "Japanese", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks-arrangement_23-2150756220.jpg" },
|
||||
{ id: "2", name: "Wagyu Steak", price: "$45", variant: "Western", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-baked-potatoes-green-basil-sauce-white-plate-isolated-white-background-photo-menu_639032-1533.jpg" },
|
||||
{ id: "3", name: "Dragon Roll", price: "$20", variant: "Sushi", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-sushi_23-2151301178.jpg" },
|
||||
{ id: "1", name: "Miso Ramen", price: "$15", variant: "Japanese", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks-arrangement_23-2150756220.jpg?_wi=2" },
|
||||
{ id: "2", name: "Wagyu Steak", price: "$45", variant: "Western", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-baked-potatoes-green-basil-sauce-white-plate-isolated-white-background-photo-menu_639032-1533.jpg?_wi=2" },
|
||||
{ id: "3", name: "Dragon Roll", price: "$20", variant: "Sushi", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-sushi_23-2151301178.jpg?_wi=2" },
|
||||
{ id: "4", name: "Berry Tart", price: "$12", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18523.jpg" },
|
||||
]}
|
||||
title="Curated Collections"
|
||||
|
||||
Reference in New Issue
Block a user