const personalDetails = function() {
return {
name: 'Stan Menten',
position: 'Web Developer',
stack: 'TALL Stack (mostly)',
website: 'https://stanmenten.dev',
language: 'Dutch & English',
}
}
const businessDetails = function() {
return {
phone: 0624360375,
email: 'info@standev.nl',
chamber_of_commerce: 66079225,
btw_id: NL002410900B97,
iban: 'NL41 KNAB 0258 2483 78',
}
}