diff --git a/src/data/timeline.js b/src/data/timeline.js index a4c328ed..133dbd52 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -1,4 +1,17 @@ export const eventsData = [ + [ + { + name: '2.5 Special Program', + pos: '100% 85%', + image: 'special_program.jpg', + start: '2022-02-04 20:00:00', + end: '2022-02-12 00:00:00', + color: '#f0e5f6', + zoom: '150%', + url: 'https://www.twitch.tv/genshinimpactofficial', + startOnly: true, + }, + ], [ { name: 'Let the Arataki Gang Show Begin Web Event', @@ -451,6 +464,16 @@ export const eventsData = [ image: 'paimon_bargain.png', description: 'Now selling: Barbara, Kaeya, and Blackcliff Weapons.', }, + { + name: "Paimon's Bargain - Beidou, Noelle, and Royal", + pos: '0% 50%', + zoom: '150%', + start: '2022-02-01 04:00:00', + end: '2022-03-01 04:00:00', + color: '#B6A1EA', + image: 'paimon_bargain.png', + description: 'Now selling: Beidou, Noelle, and Royal Weapons.', + }, ], [ { diff --git a/static/images/events/special_program.jpg b/static/images/events/special_program.jpg new file mode 100644 index 00000000..bbea8a98 Binary files /dev/null and b/static/images/events/special_program.jpg differ