diff --git a/website/script.js b/website/script.js index 03728b2..db9c98c 100644 --- a/website/script.js +++ b/website/script.js @@ -74,7 +74,9 @@ function showCategory(category) { } else if (category === 'Sausjes') { items = [ { title: "Ketchup", imageSrc: "https://www.ahealthylife.nl/wp-content/uploads/2021/06/Ketchup_voedingswaarde.jpg", price: 0.25 }, - { title: "Mayonaise", imageSrc: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTC4FVmHO_hK3mw43z0fuHv1OFUr-hhsfGe1A&s", price: 0.25 } + { title: "Mayonaise", imageSrc: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTC4FVmHO_hK3mw43z0fuHv1OFUr-hhsfGe1A&s", price: 0.25 }, + { title: "Mosterd", imageSrc: "", price: 0.25 }, + { title: "Sweet Chili", imageSrc: "", price: 0.25 } ]; } // Voeg de items toe aan de weergave