@uiengine/cli
Version:
UIengine command line interface.
22 lines (21 loc) • 491 B
JavaScript
module.exports = {
label: 'A5',
variants: ['default.html'],
context: {
button: {
text: 'Book your shuttle now!',
type: 'primary'
},
copytext: {
text: 'With our special offering you can enter one of the next spaceships. Get ready for your holiday behind the milky way!'
},
image: {
src: '/static/sample.png',
alt: 'A spaceship leaving planet earth'
},
heading: {
text: 'Holiday on Mars!',
type: 'teaser'
}
}
}