diff --git a/src/data/banners.js b/src/data/banners.js index 3b0d5265..a884fd92 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -372,7 +372,7 @@ export const banners = { image: 2, shortName: 'Ayaka', start: '2022-04-19 18:00:00', - end: '2022-05-10 14:59:59', + end: '2022-06-07 14:59:59', color: '#FFFBF7', featured: ['kamisato_ayaka'], featuredRare: ['sayu', 'razor', 'rosaria'], @@ -680,7 +680,7 @@ export const banners = { name: 'Epitome Invocation', image: 28, start: '2022-04-19 18:00:00', - end: '2022-05-10 14:59:59', + end: '2022-06-07 14:59:59', shortName: 'Mistsplitter', color: '#eae5e1', featured: ['mistsplitter_reforged', 'the_unforged'], diff --git a/src/data/timeline.js b/src/data/timeline.js index c1258a5b..6bacb108 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -92,6 +92,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/4245426', showOnHome: true, }, + { + name: 'Overflowing Mastery', + pos: '0% 50%', + image: 'overflowing_mastery.jpg', + start: '2022-05-22 04:00:00', + end: '2022-05-29 03:59:59', + color: '#f5debc', + zoom: '200%', + url: 'https://www.hoyolab.com/article/4592260', + showOnHome: true, + }, ], [ { @@ -116,6 +127,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/3993068', showOnHome: true, }, + { + name: 'Spices From the West', + pos: '0% 40%', + zoom: '130%', + image: 'spices_from_the_west.jpg', + start: '2022-05-14 10:00:00', + end: '2022-06-07 03:59:59', + color: '#83bfb4', + url: 'https://www.hoyolab.com/article/4592260', + showOnHome: true, + }, ], [ { @@ -228,9 +250,10 @@ export const eventsData = [ zoom: '150%', image: 'the_herons_court_2.jpg', start: '2022-04-19 18:00:00', - end: '2022-05-10 14:59:59', + end: '2022-06-07 03:59:59', color: '#FFFBF7', url: 'https://www.hoyolab.com/article/4245293', + description: 'End date is to be announced', showOnHome: true, }, ], @@ -276,9 +299,10 @@ export const eventsData = [ zoom: '150%', image: 'epitome_invocation_28.jpg', start: '2022-04-19 18:00:00', - end: '2022-05-10 14:59:59', + end: '2022-06-07 03:59:59', color: '#FFAA4B', url: 'https://www.hoyolab.com/article/4245294', + description: 'End date is to be announced', showOnHome: true, }, ], @@ -375,6 +399,16 @@ export const eventsData = [ image: 'paimon_bargain.png', description: 'Now selling: Razor, Amber, and Royal Weapons.', }, + { + name: "Paimon's Bargain - Bennett, Lisa, and Blackcliff", + pos: '0% 50%', + zoom: '150%', + start: '2022-05-01 04:00:00', + end: '2022-06-01 04:00:00', + color: '#B6A1EA', + image: 'paimon_bargain.png', + description: 'Now selling: Bennett, Lisa, and Blackcliff Weapons.', + }, ], [ { diff --git a/static/images/events/spices_from_the_west.jpg b/static/images/events/spices_from_the_west.jpg new file mode 100644 index 00000000..65c31ff7 Binary files /dev/null and b/static/images/events/spices_from_the_west.jpg differ