Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-22 07:37:09 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -86,9 +86,9 @@ export default function GamePage() {
{ text: "View Settings", href: "#settings" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/epic-3d-multiplayer-game-lobby-with-cart-1774164931772-cd03361e.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/epic-3d-multiplayer-game-lobby-with-cart-1774164931772-cd03361e.png"
imageAlt="Kuro IO game lobby interface"
background="gradient-bars"
background={{ variant: "gradient-bars" }}
ariaLabel="Kuro IO game lobby hero section"
/>
</div>
@@ -110,21 +110,21 @@ export default function GamePage() {
id: "lobby-1",
name: "Fast Deathmatch",
price: "1.2K players",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/fast-paced-4v4-team-deathmatch-game-mode-1774164930757-6645407f.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/fast-paced-4v4-team-deathmatch-game-mode-1774164930757-6645407f.png",
imageAlt: "Fast deathmatch lobby",
},
{
id: "lobby-2",
name: "Ranked Matches",
price: "850 players",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/competitive-ranked-match-interface-match-1774164930667-8fb157a1.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/competitive-ranked-match-interface-match-1774164930667-8fb157a1.png",
imageAlt: "Ranked matches lobby",
},
{
id: "lobby-3",
name: "Squad Royale",
price: "540 players",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/battle-royale-game-mode-with-100-players-1774164932858-6deb0290.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/battle-royale-game-mode-with-100-players-1774164932858-6deb0290.png",
imageAlt: "Squad royale lobby",
},
]}

View File

@@ -90,9 +90,9 @@ export default function HomePage() {
{ text: "Watch Trailer", href: "#features" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/epic-3d-multiplayer-game-lobby-with-cart-1774164931772-cd03361e.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/epic-3d-multiplayer-game-lobby-with-cart-1774164931772-cd03361e.png"
imageAlt="Kuro IO gameplay action scene"
background="gradient-bars"
background={{ variant: "gradient-bars" }}
ariaLabel="Kuro IO hero section with play button"
/>
</div>
@@ -114,21 +114,21 @@ export default function HomePage() {
id: "deathmatch",
name: "4v4 Death Match",
price: "Every 5 minutes",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/fast-paced-4v4-team-deathmatch-game-mode-1774164930757-6645407f.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/fast-paced-4v4-team-deathmatch-game-mode-1774164930757-6645407f.png",
imageAlt: "Fast-paced 4v4 team deathmatch game mode",
},
{
id: "royale",
name: "Battle Royale",
price: "Squad or Solo",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/battle-royale-game-mode-with-100-players-1774164932858-6deb0290.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/battle-royale-game-mode-with-100-players-1774164932858-6deb0290.png",
imageAlt: "Battle royale game mode with 100 players",
},
{
id: "ranked",
name: "Ranked Match",
price: "Competitive",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/competitive-ranked-match-interface-match-1774164930667-8fb157a1.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/competitive-ranked-match-interface-match-1774164930667-8fb157a1.png",
imageAlt: "Competitive ranked match interface",
},
{