If a car could self-drive, it would always be in my garage—for the best clean it knows it deserves!
If a car could self-drive, it would always be in my garage—for the best clean it knows it deserves!
// Adresgegevens
const adres = {
straat: "Didamseweg 109-N",
postcode: "6902 PD",
plaats: "Zevenaar"
};
// Openingstijden
const openingstijden = {
vrijdag: {
van: "09:00",
tot: "17:00"
}
};