diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e73ca8..4d9fcc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "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"