Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from gibkigonzo/bugfix/update-banner-links
Browse files Browse the repository at this point in the history
update banner links
  • Loading branch information
Tomasz Kostuch authored May 29, 2020
2 parents 64331c3 + 15bd95d commit b321141
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion resource/main-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"title": "Walk the walk.",
"subtitle": "A fashion can become the prevailing style in behaviour or manifest the newest creations of designers, technologists, engineers, and design managers.",
"image": "/assets/full_width_banner.jpg",
"link": "/women/women-20"
"link": "/women.html"
}
}
8 changes: 4 additions & 4 deletions resource/promoted_offers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"title": "Office casual",
"subtitle": "Collection",
"image": "/assets/ban1.jpg",
"link": "/women/women-20"
"link": "/women.html"
}
],
"smallBanners": [
{
"title": "Shine on",
"subtitle": "Accessories",
"image": "/assets/ban2.jpg",
"link": "/men/men-11"
"link": "/men.html"
},
{
"title": "Spring is coming",
"subtitle": "Hats",
"image": "/assets/ban3.jpg",
"link": "/gear/gear-3"
"link": "/gear.html"
}
],
"productBanners": [
{
"title": "Spring is coming",
"subtitle": "Hats",
"image": "/assets/ban3.jpg",
"link": "/gear/gear-3"
"link": "/gear.html"
}
]
}
6 changes: 3 additions & 3 deletions resource/slider.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"subtitle": "New collection",
"button_text": "Shop now",
"image": "/assets/slide_01.jpg",
"link": "/women/women-20"
"link": "/women.html"
},
{
"title": "Luma Fitness",
"subtitle": "Collection",
"button_text": "Shop now",
"image": "/assets/slide_02.jpg",
"link": "/men/men-11"
"link": "/men.html"
},
{
"title": "Luma Fitness",
"subtitle": "What's new",
"button_text": "Shop now",
"image": "/assets/slide_03.jpg",
"link": "/training/training-9"
"link": "/training.html"
}
],
"total": "3"
Expand Down

0 comments on commit b321141

Please sign in to comment.