diff --git a/models/ContactSection.yaml b/models/ContactSection.yaml
index fde0329d..7e2915be 100644
--- a/models/ContactSection.yaml
+++ b/models/ContactSection.yaml
@@ -28,7 +28,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Contact form with feature on the left
value: variant-a
diff --git a/models/CtaSection.yaml b/models/CtaSection.yaml
index 4c1193eb..a4c74399 100644
--- a/models/CtaSection.yaml
+++ b/models/CtaSection.yaml
@@ -10,7 +10,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: CTA with buttons at the bottom
value: variant-a
diff --git a/models/FeaturedPeopleSection.yaml b/models/FeaturedPeopleSection.yaml
index d0e808a1..15da23a0 100644
--- a/models/FeaturedPeopleSection.yaml
+++ b/models/FeaturedPeopleSection.yaml
@@ -10,7 +10,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Four columns, person info with image at the top
value: variant-a
diff --git a/models/FeaturedPostsSection.yaml b/models/FeaturedPostsSection.yaml
index d4c39bfd..c39f3eb1 100644
--- a/models/FeaturedPostsSection.yaml
+++ b/models/FeaturedPostsSection.yaml
@@ -10,7 +10,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Three columns, post thumbnail at the top
value: variant-a
@@ -53,4 +52,4 @@ fields:
default:
- content/pages/blog/post-three.md
- content/pages/blog/post-two.md
- - content/pages/blog/post-one.md
+ - content/pages/blog/post-one.md
diff --git a/models/HeroSection.yaml b/models/HeroSection.yaml
index aac934e3..d0e35989 100644
--- a/models/HeroSection.yaml
+++ b/models/HeroSection.yaml
@@ -28,7 +28,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Hero with feature on the right
value: variant-a
@@ -48,6 +47,10 @@ fields:
name: title
label: Title
default: This Is A Big Hero Headline
+ - type: string
+ name: subtitle
+ label: Subtitle
+ default: This Is Subtitle
- type: markdown
name: text
label: Text
diff --git a/models/TestimonialsSection.yaml b/models/TestimonialsSection.yaml
index 50bcc583..c7eb3b02 100644
--- a/models/TestimonialsSection.yaml
+++ b/models/TestimonialsSection.yaml
@@ -28,7 +28,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Testimonial with author image at the bottom
value: variant-a
diff --git a/public/models/ContactSection.yaml b/public/models/ContactSection.yaml
index fde0329d..7e2915be 100644
--- a/public/models/ContactSection.yaml
+++ b/public/models/ContactSection.yaml
@@ -28,7 +28,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Contact form with feature on the left
value: variant-a
diff --git a/public/models/CtaSection.yaml b/public/models/CtaSection.yaml
index 4c1193eb..a4c74399 100644
--- a/public/models/CtaSection.yaml
+++ b/public/models/CtaSection.yaml
@@ -10,7 +10,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: CTA with buttons at the bottom
value: variant-a
diff --git a/public/models/FeaturedPeopleSection.yaml b/public/models/FeaturedPeopleSection.yaml
index d0e808a1..15da23a0 100644
--- a/public/models/FeaturedPeopleSection.yaml
+++ b/public/models/FeaturedPeopleSection.yaml
@@ -10,7 +10,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Four columns, person info with image at the top
value: variant-a
diff --git a/public/models/FeaturedPostsSection.yaml b/public/models/FeaturedPostsSection.yaml
index d4c39bfd..c39f3eb1 100644
--- a/public/models/FeaturedPostsSection.yaml
+++ b/public/models/FeaturedPostsSection.yaml
@@ -10,7 +10,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Three columns, post thumbnail at the top
value: variant-a
@@ -53,4 +52,4 @@ fields:
default:
- content/pages/blog/post-three.md
- content/pages/blog/post-two.md
- - content/pages/blog/post-one.md
+ - content/pages/blog/post-one.md
diff --git a/public/models/HeroSection.yaml b/public/models/HeroSection.yaml
index aac934e3..d0e35989 100644
--- a/public/models/HeroSection.yaml
+++ b/public/models/HeroSection.yaml
@@ -28,7 +28,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Hero with feature on the right
value: variant-a
@@ -48,6 +47,10 @@ fields:
name: title
label: Title
default: This Is A Big Hero Headline
+ - type: string
+ name: subtitle
+ label: Subtitle
+ default: This Is Subtitle
- type: markdown
name: text
label: Text
diff --git a/public/models/TestimonialsSection.yaml b/public/models/TestimonialsSection.yaml
index 50bcc583..c7eb3b02 100644
--- a/public/models/TestimonialsSection.yaml
+++ b/public/models/TestimonialsSection.yaml
@@ -28,7 +28,6 @@ fields:
- type: enum
name: variant
label: Arrangement
- controlType: thumbnails
options:
- label: Testimonial with author image at the bottom
value: variant-a
diff --git a/src/components/ContactSection/index.js b/src/components/ContactSection/index.js
index 70dab4e0..f7824cd5 100644
--- a/src/components/ContactSection/index.js
+++ b/src/components/ContactSection/index.js
@@ -170,7 +170,7 @@ function contactContent(props) {
>
{props.badge &&
+ {props.subtitle} +
+ )} {props.text && (