Skip to content

Commit

Permalink
Adding hbc slides
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwilson committed May 19, 2024
1 parent 2f531af commit a0f3c13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/home/HomePageSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ class HomePageSlider extends React.Component {
this.state = {
padding: this.getPadding(),
slides: [{
"type":"REGISTRATION OPEN",
"title":"Holiday Bible Club",
"subtitle":"10th - 14th June",
"imageUrl":"img/slides/hbc.png",
"url":"/hbc",
"backgroundPosition":"center",
"internalLink":true,
"buttonText":"Register Now"
},{
"type":"REGISTRATION OPEN",
"title":"Sports 4 Christ",
"subtitle": "19th - 22nd August",
"url":"/s4c",
"imageUrl":"img/slides/sports.jpg",
"internalLink":true,
"buttonText":"REGISTER NOW"
},{
"type":"CHILDRENS & YOUTH WORK",
"title":"What's On",
"subtitle": "Term-time activities for tots, tweens and teens",
Expand Down

0 comments on commit a0f3c13

Please sign in to comment.