Update script.js

This commit is contained in:
Dylanomz
2025-02-13 11:32:02 +01:00
parent 7f05ed8796
commit d9c2ebea46

View File

@@ -44,6 +44,8 @@ function showCategory(category) {
items = [
{ title: "Frikandel", imageSrc: "media/frikandel.jpg", price: 2.00 },
{ title: "Bitterballen", imageSrc: "https://www.taalvoutjes.nl/app/uploads/2014/09/bitterbal.jpg", price: 2.50 },
{ title: "Mexicano", imageSrc: "media/mexicano.png", price: 2.00 },
{ title: "Kipcorn", imageSrc: "media/kipcorn.png", price: 2.50 },
];
} else if (category === 'deserts') {
items = [