Skip to content

Commit

Permalink
Add content
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Oct 15, 2024
1 parent 43c5c9a commit 84a5eda
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/data/landing_page_content_items/landing_page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ blocks:
title: Service name
title_link: /landing-page
- type: hero
mid_page: false
image:
alt: "Placeholder alt text"
sources:
Expand Down Expand Up @@ -77,6 +78,22 @@ blocks:
content: <p>Right content!</p>
- type: govspeak
content: <h2>Statistics</h2>
- type: hero
mid_page: true
image:
alt: "Placeholder alt text"
sources:
desktop: "landing_page/placeholder/desktop.png"
desktop_2x: "landing_page/placeholder/desktop_2x.png"
mobile: "landing_page/placeholder/mobile.png"
mobile_2x: "landing_page/placeholder/mobile_2x.png"
tablet: "landing_page/placeholder/tablet.png"
tablet_2x: "landing_page/placeholder/tablet_2x.png"
hero_content:
blocks:
- type: quote
text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis class"
cite: "Lorem ipsum dolor sit, 28 September 2024"
- type: columns_layout
blocks:
- type: big_number
Expand Down

0 comments on commit 84a5eda

Please sign in to comment.