Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Update homepage slice content (#1040)
Browse files Browse the repository at this point in the history
* Update index.js

* Updates snapshot tests

Co-authored-by: simon.ashbury <[email protected]>
  • Loading branch information
SiAshbery and simon.ashbury authored Jul 18, 2022
1 parent 9d02da7 commit b9b4ed1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions site/components/future-of-loyalty-slice/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,21 @@ const Slice = () => {

<div className={styles.SliceTextContent}>
<div className={styles.SliceBodyheader}>
<h3>Is the future of digital loyalty point-less?</h3>
<h3>Is the future of loyalty point-less, or point-based?</h3>
</div>
<div className={styles.SliceBodySubHeader}>
<h4>
Join us on Wednesday 6th July at 4pm for a virtual panel discussion to find out
how and why loyalty is evolving
Our latest event hosted an exclusive panel of digital loyalty experts from some of
the UK’s leading brands debate the future of loyalty, and where blue-chips must go
next to keep customers happy, engaged and loyal.
</h4>
</div>
<div>
<a href="https://bit.ly/3GbWdcw" className={styles.SliceLink}>
Register now
<a
href="https://content.red-badger.com/digital-loyalty/pointless-loyalty"
className={styles.SliceLink}
>
WATCH NOW
</a>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions site/pages/home/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,22 @@ Array [
class="SliceBodyheader"
>
<h3>
Is the future of digital loyalty point-less?
Is the future of loyalty point-less, or point-based?
</h3>
</div>
<div
class="SliceBodySubHeader"
>
<h4>
Join us on Wednesday 6th July at 4pm for a virtual panel discussion to find out how and why loyalty is evolving
Our latest event hosted an exclusive panel of digital loyalty experts from some of the UK’s leading brands debate the future of loyalty, and where blue-chips must go next to keep customers happy, engaged and loyal.
</h4>
</div>
<div>
<a
class="SliceLink"
href="https://bit.ly/3GbWdcw"
href="https://content.red-badger.com/digital-loyalty/pointless-loyalty"
>
Register now
WATCH NOW
</a>
</div>
</div>
Expand Down

0 comments on commit b9b4ed1

Please sign in to comment.