Files
tibi-svelte-starter/frontend/mocking/content.json

76 lines
2.0 KiB
JSON

[
{
"id": "home",
"_id": "home",
"active": true,
"type": "page",
"lang": "de",
"translationKey": "home",
"name": "Startseite",
"path": "/",
"blocks": [
{
"type": "hero",
"headline": "Willkommen",
"headlineH1": true,
"subline": "Demo-Startseite des Starter-Templates",
"heroImage": {
"image": "demo-hero"
}
},
{
"type": "richtext",
"headline": "Über uns",
"text": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>"
}
],
"meta": {
"title": "Startseite",
"description": "Demo-Startseite"
}
},
{
"id": "about",
"_id": "about",
"active": true,
"type": "page",
"lang": "de",
"translationKey": "about",
"name": "Über uns",
"path": "/ueber-uns",
"blocks": [
{
"type": "richtext",
"headline": "Über uns",
"headlineH1": true,
"text": "<p>Wir sind ein Demo-Unternehmen.</p>"
}
],
"meta": {
"title": "Über uns",
"description": "Erfahren Sie mehr über uns"
}
},
{
"id": "contact",
"_id": "contact",
"active": true,
"type": "page",
"lang": "de",
"translationKey": "contact",
"name": "Kontakt",
"path": "/kontakt",
"blocks": [
{
"type": "richtext",
"headline": "Kontakt",
"headlineH1": true,
"text": "<p>Schreiben Sie uns eine Nachricht.</p>"
}
],
"meta": {
"title": "Kontakt",
"description": "Kontaktieren Sie uns"
}
}
]