13 lines
510 B
JavaScript
13 lines
510 B
JavaScript
module.exports = [
|
|
{
|
|
id: 'play',
|
|
signature: 'Best regards,',
|
|
name: 'Jane Whatsmyname',
|
|
contactMain: 'Call <a href="tel:004581100200"><span>(45) 81100200</span></a> or email us at', // Wrap phone numbers like this to prevent iOS mail from making them blue.
|
|
contactMail: 'info@tryplay.dk',
|
|
slogan: 'LED Pylon. LED Wall. Digital Signage.',
|
|
logoUrl: 'https://informationscreen.com/manage/assets/images/play-logo.png',
|
|
logoAlt: 'Play. logo',
|
|
website: 'http://tryplay.dk'
|
|
}
|
|
]; |