This commit is contained in:
Dylanomz
2025-02-13 11:23:55 +01:00
parent aece625745
commit b8fb290aac
4 changed files with 4 additions and 0 deletions

View File

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