This commit is contained in:
vista-man
2025-02-13 12:02:40 +01:00
parent c582c55da6
commit 06c857c7a9
3 changed files with 2 additions and 2 deletions

BIN
website/media/softijs.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

BIN
website/media/sundea.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -47,8 +47,8 @@ function showCategory(category) {
items = [ items = [
{ title: "Ijsjes", imageSrc: "media/Ijs.png", price: 2.00 }, { title: "Ijsjes", imageSrc: "media/Ijs.png", price: 2.00 },
{ 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: "media/softijs.jpg", price: 2.50 },
{ title: "Sundea ijs", imageSrc: "https://easyfoodheesch.nl/wp-content/uploads/2021/02/IMG_7402.jpg", price: 2.50 }, { title: "Sundea ijs", imageSrc: "media/sundea.jpg", price: 2.50 },
]; ];
} else if (category === 'Deals') { } else if (category === 'Deals') {
items = [ items = [