mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 17:24:12 +00:00
feat: add posts-list and contact-form blocks to sensualmoment home page seed
Update home page layout with blog preview (posts-list-block) and contact form (contact-form-block) sections. Replace image-text-block with text-block since no media exists for tenant 13 yet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9e791648e9
commit
7fc0d7c13a
1 changed files with 20 additions and 8 deletions
|
|
@ -519,14 +519,6 @@ async function seed() {
|
||||||
type: 'paragraph',
|
type: 'paragraph',
|
||||||
text: 'Mit einfühlsamer Anleitung und einem Blick für das Besondere entstehen Bilder, die deine Stärke, Sinnlichkeit und Einzigartigkeit einfangen – authentisch und mit Respekt.',
|
text: 'Mit einfühlsamer Anleitung und einem Blick für das Besondere entstehen Bilder, die deine Stärke, Sinnlichkeit und Einzigartigkeit einfangen – authentisch und mit Respekt.',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'paragraph',
|
|
||||||
text: 'Kein Shooting gleicht dem anderen, denn keine Frau gleicht der anderen.',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'paragraph-italic',
|
|
||||||
text: '— Dein Name',
|
|
||||||
},
|
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -603,6 +595,17 @@ async function seed() {
|
||||||
cardStyle: 'bordered',
|
cardStyle: 'bordered',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
blockType: 'posts-list-block',
|
||||||
|
title: 'Gedanken & Geschichten',
|
||||||
|
postType: 'blog',
|
||||||
|
layout: 'grid',
|
||||||
|
columns: '3',
|
||||||
|
limit: 3,
|
||||||
|
showExcerpt: true,
|
||||||
|
showDate: true,
|
||||||
|
showAuthor: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
blockType: 'cta-block',
|
blockType: 'cta-block',
|
||||||
headline: 'Bereit für deinen Moment?',
|
headline: 'Bereit für deinen Moment?',
|
||||||
|
|
@ -617,6 +620,15 @@ async function seed() {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
blockType: 'contact-form-block',
|
||||||
|
form: contactFormId,
|
||||||
|
headline: 'Bereit für deinen Moment?',
|
||||||
|
description:
|
||||||
|
'Ich freue mich darauf, dich kennenzulernen und gemeinsam deinen ganz persönlichen Moment zu gestalten. Schreib mir oder ruf mich an – unverbindlich und vertraulich.',
|
||||||
|
successMessage: 'Vielen Dank!',
|
||||||
|
showContactInfo: true,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
seo: {
|
seo: {
|
||||||
metaTitle: 'Sensual Moment – Boudoir Photography · Dein Moment der Selbstliebe',
|
metaTitle: 'Sensual Moment – Boudoir Photography · Dein Moment der Selbstliebe',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue