mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
hbhb
This commit is contained in:
@@ -37,16 +37,16 @@
|
|||||||
// Afhankelijk van het geselecteerde item, pas de details aan
|
// Afhankelijk van het geselecteerde item, pas de details aan
|
||||||
if (item === 'Broodjes') {
|
if (item === 'Broodjes') {
|
||||||
title = "Broodje gezond";
|
title = "Broodje gezond";
|
||||||
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w1772.jpeg";
|
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w640.jpeg";
|
||||||
description = "De iconische burger met twee rundvleesburgers, sla, kaas, pickles, ui, en speciale saus.";
|
description = "Broodje met ei en sla enz.";
|
||||||
} else if (item === 'drinks') {
|
} else if (item === 'drinks') {
|
||||||
title = "Coca-Cola";
|
title = "Spa water";
|
||||||
image = "https://via.placeholder.com/400x300?text=Coca-Cola";
|
image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";
|
||||||
description = "Verfrissende Coca-Cola om je maaltijd compleet te maken.";
|
description = "Koude verfrissende watuuur.";
|
||||||
} else if (item === 'fries') {
|
} else if (item === 'Snacks') {
|
||||||
title = "Frietjes";
|
title = "Frikandel";
|
||||||
image = "https://via.placeholder.com/400x300?text=Frietjes";
|
image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
||||||
description = "Knapperige, gouden frietjes geserveerd met zout.";
|
description = "Paarden lul.";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Toon de details aan de rechterkant
|
// Toon de details aan de rechterkant
|
||||||
|
|||||||
Reference in New Issue
Block a user