This commit is contained in:
kitkatpotato16
2025-02-13 12:06:34 +01:00
parent 2a64bd16a0
commit 7c558ef061

View File

@@ -47,8 +47,8 @@ function showCategory(category) {
items = [ items = [
{ title: "Ijsjes", imageSrc: "media/Ijs.png", price: 1.50 }, { title: "Ijsjes", imageSrc: "media/Ijs.png", price: 1.50 },
{ title: "Sorbet", imageSrc: "media/sorbet.webp", price: 2.50 }, { title: "Sorbet", imageSrc: "media/sorbet.webp", price: 2.50 },
{ title: "Softijs", imageSrc: "https://www.yourlittleblackbook.me/wp-content/uploads/2023/07/lekkerste-softijs-amsterdam.jpg", price: 2.50 }, { title: "Softijs", imageSrc: "https://www.yourlittleblackbook.me/wp-content/uploads/2023/07/lekkerste-softijs-amsterdam.jpg", price: 2.00 },
{ title: "Sundea ijs", imageSrc: "https://easyfoodheesch.nl/wp-content/uploads/2021/02/IMG_7402.jpg", price: 2.50 }, { title: "Sundea ijs", imageSrc: "https://easyfoodheesch.nl/wp-content/uploads/2021/02/IMG_7402.jpg", price: 1.50 },
]; ];
} else if (category === 'Deals') { } else if (category === 'Deals') {
items = [ items = [