mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 11:07:40 +01:00
Update image sources for deals and soup in item details
This commit is contained in:
BIN
website/media/deals.jpg
Normal file
BIN
website/media/deals.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1017 KiB |
BIN
website/media/soep.jpg
Normal file
BIN
website/media/soep.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
@@ -21,11 +21,11 @@ function showItemDetails(item) {
|
||||
description = "Een lekker ijsje met vele smaken, zoals aardbei, vannille, chocolade, mint, bosbes en nog veel meer (alleen in de zomer!)";
|
||||
} else if (item === 'Deals') {
|
||||
title = "Deals";
|
||||
imageSrc = "https://archies.com/wp-content/uploads/2024/07/MEAL-DEALS_HERO_MOBILE-1.jpg";
|
||||
imageSrc = "media/deals.jpg";
|
||||
description = "Onze beste deals met de beste prijzen!";
|
||||
} else if (item === 'soep') {
|
||||
title = "soepen";
|
||||
imageSrc = "https://www.lekkeretenmetlinda.nl/wp-content/uploads/2025/01/Minestrone-soep-1a-768x576.jpg";
|
||||
imageSrc = "media/soep.jpg";
|
||||
description = "soep van de dag! (Allergieen? Meld het bij ons!";
|
||||
} else if (item === 'Placeholder 2') {
|
||||
title = "Placeholder 2";
|
||||
|
||||
Reference in New Issue
Block a user