diff --git a/content/contents.lr b/content/contents.lr
index 9d49591..3a0f51f 100644
--- a/content/contents.lr
+++ b/content/contents.lr
@@ -2,10 +2,15 @@ _model: homepage
---
title: Die WTF Kooperative eG
---
-claim_heading: Boosten Sie Ihr IT-Projekt mit der
+meta_description: Die Hackergenossenschaft für chaosnahes Wirtschaften 🚀
+---
+claim_heading:
+
+Boosten Sie Ihr IT-Projekt mit der
chaosnahen Genossenschaft.
---
claim_content:
+
- Beratung
- Entwicklung
@@ -15,17 +20,12 @@ claim_content:
subclaim_heading: Die WTF Kooperative eG ist Ihr kompetenter Partner!
---
subclaim_content: Profitieren Sie von dem Know-how der Expert*innen der WTF Kooperative eG aus den verschiedensten Disziplinen der Informationstechnologie. Sie haben ein Projekt, das Sie umsetzen wollen? Sprechen Sie uns an!
-
----
-meta_description: Die Hackergenossenschaft für chaosnahes Wirtschaften 🚀
---
section:
#### flow_text_image_section ####
title: Wo wir herkommen
----
-# content_teaser: Die Genossenschaft als solidarische Form des Wirtschaftens.
-----
content_body:
Die WTF Kooperative eG (Werkkooperative der Technikfreund*innen) ist im Dezember 2020 gegründet worden und bringt geballtes Experten-Know-How aus den verschiedensten Disziplinen der Informationstechnologie an den Start.
@@ -38,4 +38,4 @@ content_image: map.png
----
content_image_alt: Karte der Bundesrepublik mit Regionen in denen Member aktiv sind
----
-content_footer:
+content_image_src:
diff --git a/flowblocks/flow_text_image_section.ini b/flowblocks/flow_text_image_section.ini
index 5daa9d7..b2d41a3 100644
--- a/flowblocks/flow_text_image_section.ini
+++ b/flowblocks/flow_text_image_section.ini
@@ -7,19 +7,10 @@ label = {{ this.title }}
label = Title
type = string
-[fields.content_teaser]
-label = Content Teaser
-type = markdown
-
[fields.content_body]
label = Content Body
type = markdown
-[fields.content_footer]
-label = Content footer
-type = flow
-flow_blocks = flow_social_media_link
-
[fields.content_image]
label = Content Image
description = Upload a Image to select it here
diff --git a/models/homepage.ini b/models/homepage.ini
index a00f390..eb46867 100644
--- a/models/homepage.ini
+++ b/models/homepage.ini
@@ -13,6 +13,26 @@ label = Meta Beschreibung
description = Hier kommt die Beschreibung rein, die von Suchmachinen, Seitencrawlern und Previews auf diese Seite generiert werden
type = string
+[fields.claim_heading]
+label = Claim-Überschrift
+description = Große Überschrift im Kopf der Seite
+type = markdown
+
+[fields.claim_content]
+label = Claim-Inhalt
+description = Großer Claim im Kopf der Seite
+type = markdown
+
+[fields.subclaim_heading]
+label = Sub-Claim-Überschrift
+description = Überschrift des Subclaims im Kopf der Seite
+type = string
+
+[fields.subclaim_content]
+label = Sub-Claim-Inhalt
+description = Inhalt des Subclaims im Kopf der Seite
+type = markdown
+
[fields.section]
label = Sections
type = flow
diff --git a/templates/blocks/flow_text_image_section.html b/templates/blocks/flow_text_image_section.html
index b57fecf..df2d176 100644
--- a/templates/blocks/flow_text_image_section.html
+++ b/templates/blocks/flow_text_image_section.html
@@ -13,11 +13,6 @@
{{ this.content_body }}
-
{% if this.content_image %}