This commit is contained in:
vista-man
2025-02-11 13:36:51 +01:00

View File

@@ -38,16 +38,16 @@
// Afhankelijk van het geselecteerde item, pas de details aan
if (item === 'Broodjes') {
title = "Broodje gezond";
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w1772.jpeg";
description = "De iconische burger met twee rundvleesburgers, sla, kaas, pickles, ui, en speciale saus.";
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w640.jpeg";
description = "Broodje met ei en sla enz.";
} else if (item === 'drinks') {
title = "Coca-Cola";
image = "https://via.placeholder.com/400x300?text=Coca-Cola";
description = "Verfrissende Coca-Cola om je maaltijd compleet te maken.";
} else if (item === 'fries') {
title = "Frietjes";
image = "https://via.placeholder.com/400x300?text=Frietjes";
description = "Knapperige, gouden frietjes geserveerd met zout.";
title = "Spa water";
image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";
description = "Koude verfrissende watuuur.";
} else if (item === 'Snacks') {
title = "Frikandel";
image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
description = "Paarden lul.";
}
// Toon de details aan de rechterkant