diff --git a/.gitignore b/.gitignore index 55b09f26..a9897588 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ node_modules .DS_Store - +.idea /.cache /build /public/build diff --git a/app/components/new-landing/sections/Games.tsx b/app/components/new-landing/sections/Games.tsx index ae6101cf..2bffdbba 100644 --- a/app/components/new-landing/sections/Games.tsx +++ b/app/components/new-landing/sections/Games.tsx @@ -7,8 +7,8 @@ import { Keyboard } from "swiper/modules"; import BEACON_COVER from "~/../public/img/new-landing/game-covers/The_Beacon_Game_Cover.webp"; import BEACON_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_Beacon_Game_Background.webp"; -import KAIJU_CARDS_COVER from "~/../public/img/new-landing/game-covers/The_Kaiju_Cards_Game_Cover.webp"; -import KAIJU_CARDS_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_Kaiju_Cards_Game_Background.webp"; +import SMOLBOUND_CARDS_COVER from "~/../public/img/new-landing/game-covers/The_Smolbound_Game_Cover.webp"; +import SMOLBOUND_CARDS_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_Smolbound_Game_Background.webp"; import KOTE_COVER from "~/../public/img/new-landing/game-covers/The_KOTE_Game_Cover.webp"; import KOTE_BACKGROUND from "~/../public/img/new-landing/game-backgrounds/The_KOTE_Game_Background.webp"; @@ -45,10 +45,10 @@ const games = [ link: "https://app.treasure.lol/games/the-beacon", }, { - name: "Kaiju Cards", - cover: KAIJU_CARDS_COVER, - background: KAIJU_CARDS_BACKGROUND, - link: "https://app.treasure.lol/games/kaiju-cards", + name: "Smolbound", + cover: SMOLBOUND_CARDS_COVER, + background: SMOLBOUND_CARDS_BACKGROUND, + link: "https://app.treasure.lol/games/smolverse", }, { name: "Kuroro Beast", diff --git a/public/img/new-landing/game-backgrounds/The_Smolbound_Game_Background.webp b/public/img/new-landing/game-backgrounds/The_Smolbound_Game_Background.webp new file mode 100644 index 00000000..52f43bfb Binary files /dev/null and b/public/img/new-landing/game-backgrounds/The_Smolbound_Game_Background.webp differ diff --git a/public/img/new-landing/game-covers/The_Smolbound_Game_cover.webp b/public/img/new-landing/game-covers/The_Smolbound_Game_cover.webp new file mode 100644 index 00000000..26a5f42c Binary files /dev/null and b/public/img/new-landing/game-covers/The_Smolbound_Game_cover.webp differ