Skip to content

Commit

Permalink
Change home page intro to scene setter style
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 19, 2024
1 parent b697af8 commit d87dcb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/homepage.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<h1 class="tna-heading-xl">
Design your service using National Archives styles and components
</h1>
<p class="tna-large-paragraph">Use this design system to make services that are consistent with The National Archives. Learn from the research and experience of other service teams and avoid repeating work that has already been done.</p>
<p class="tna-scene-setter">Use this design system to make services that are consistent with The National Archives. Learn from the research and experience of other service teams and avoid repeating work that has already been done.</p>
<div class="tna-button-group">
{{ tnaButton({
text: "Get started",
href: "/design-system/get-started/",
icon: "arrow-right",
rightAlignIcon: true,
classes: "tna-button--large"
classes: "tna-button--large-"
}) }}
</div>
</div>
Expand Down

0 comments on commit d87dcb0

Please sign in to comment.