This commit is contained in:
cowboykipnugget
2025-02-13 09:38:23 +01:00
parent f83ee844ef
commit 906bad8966

View File

@@ -9,7 +9,7 @@ function showCategory(category) {
if (category === 'Broodjes') {
items = [
{ title: "Broodje Gezond", imageSrc: "media/broodje-gezond.jpg", price: 3.50 },
{ title: "Broodje Kaas", imageSrc: "https://loving-newyork.com/wp-content/uploads/2015/09/The-best-bagel-in-nyc-161118102835004.jpeg", price: 3.00 },
{ title: "Bagel", imageSrc: "https://loving-newyork.com/wp-content/uploads/2015/09/The-best-bagel-in-nyc-161118102835004.jpeg", price: 3.00 },
];
} else if (category === 'Koude-Dranken') {
items = [