Update src/app/page.tsx
This commit is contained in:
@@ -122,10 +122,10 @@ export default function LandingPage() {
|
|||||||
id: "borscht", name: "Borscht", price: "$6.99", imageSrc: "https://img.b2bpic.net/free-photo/borsh-red-vegetable-soup-with-bread-sour-cream-grey-desk_140725-14580.jpg", imageAlt: "Hearty Ukrainian borscht soup", initialQuantity: 1
|
id: "borscht", name: "Borscht", price: "$6.99", imageSrc: "https://img.b2bpic.net/free-photo/borsh-red-vegetable-soup-with-bread-sour-cream-grey-desk_140725-14580.jpg", imageAlt: "Hearty Ukrainian borscht soup", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pierogi", name: "Pierogi", price: "$12.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-gurza-dumplings-platter-served-with-yogurt_141793-2139.jpg", imageAlt: "Freshly made Ukrainian pierogi with various fillings", initialQuantity: 1
|
id: "pierogi", name: "Pierogi", price: "$12.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-gurza-dumplings-platter-served-with-yogurt_141793-2139.jpg?_wi=1", imageAlt: "Freshly made Ukrainian pierogi with various fillings", initialQuantity: 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "varenyky", name: "Varenyky", price: "$10.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-gurza-dumplings-platter-served-with-yogurt_141793-2139.jpg", imageAlt: "Traditional Ukrainian dumplings served with sour cream", initialQuantity: 1
|
id: "varenyky", name: "Varenyky", price: "$10.99", imageSrc: "https://img.b2bpic.net/free-photo/top-view-gurza-dumplings-platter-served-with-yogurt_141793-2139.jpg?_wi=2", imageAlt: "Traditional Ukrainian dumplings served with sour cream", initialQuantity: 1
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
Reference in New Issue
Block a user