Merge version_2 into main #4

Merged
bender merged 4 commits from version_2 into main 2026-03-22 07:41:32 +00:00
4 changed files with 118 additions and 361 deletions

View File

@@ -20,8 +20,7 @@ export default function GamePage() {
const footerColumns = [
{
title: "Game",
items: [
title: "Game", items: [
{ label: "Play Now", href: "/game" },
{ label: "Game Modes", href: "#modes" },
{ label: "Weapons", href: "#weapons" },
@@ -29,17 +28,15 @@ export default function GamePage() {
],
},
{
title: "Community",
items: [
{ label: "Discord", href: "https://discord.gg/kuroio" },
title: "Community", items: [
{ label: "Discord", href: "https://discord.gg/nexthero" },
{ label: "Leaderboard", href: "/leaderboard" },
{ label: "Forums", href: "/forums" },
{ label: "Events", href: "/events" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/support" },
{ label: "Contact Us", href: "/contact" },
{ label: "Report Bug", href: "/report" },
@@ -47,8 +44,7 @@ export default function GamePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -71,7 +67,7 @@ export default function GamePage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Kuro IO" navItems={navItems} />
<NavbarStyleApple brandName="NextHero" navItems={navItems} />
</div>
<div id="game-hero" data-section="game-hero">
@@ -87,9 +83,9 @@ export default function GamePage() {
]}
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"
imageAlt="Kuro IO game lobby interface"
imageAlt="NextHero game lobby interface"
background={{ variant: "gradient-bars" }}
ariaLabel="Kuro IO game lobby hero section"
ariaLabel="NextHero game lobby hero section"
/>
</div>
@@ -107,26 +103,11 @@ export default function GamePage() {
animationType="slide-up"
products={[
{
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",
imageAlt: "Fast deathmatch lobby",
},
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", 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",
imageAlt: "Ranked matches 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", 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",
imageAlt: "Squad royale 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", imageAlt: "Squad royale lobby"},
]}
/>
</div>
@@ -136,13 +117,7 @@ export default function GamePage() {
title="Playing Across Platforms"
description="Seamlessly play with friends on any device. Cross-platform multiplayer for maximum accessibility."
names={[
"Windows PC",
"MacOS",
"Linux",
"Android",
"iOS",
"Web Browser",
]}
"Windows PC", "MacOS", "Linux", "Android", "iOS", "Web Browser"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -152,8 +127,8 @@ export default function GamePage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2024 Kuro IO. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="Kuro IO footer with navigation and support links"
copyrightText="© 2024 NextHero. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="NextHero footer with navigation and support links"
/>
</div>
</ThemeProvider>

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Game",
items: [
title: "Game", items: [
{ label: "Play Now", href: "/game" },
{ label: "Game Modes", href: "#modes" },
{ label: "Weapons", href: "#weapons" },
@@ -33,17 +32,15 @@ export default function HomePage() {
],
},
{
title: "Community",
items: [
{ label: "Discord", href: "https://discord.gg/kuroio" },
title: "Community", items: [
{ label: "Discord", href: "https://discord.gg/nexthero" },
{ label: "Leaderboard", href: "/leaderboard" },
{ label: "Forums", href: "/forums" },
{ label: "Events", href: "/events" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/support" },
{ label: "Contact Us", href: "/contact" },
{ label: "Report Bug", href: "/report" },
@@ -51,8 +48,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -75,7 +71,7 @@ export default function HomePage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Kuro IO" navItems={navItems} />
<NavbarStyleApple brandName="NextHero" navItems={navItems} />
</div>
<div id="hero" data-section="hero">
@@ -91,9 +87,9 @@ export default function HomePage() {
]}
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"
imageAlt="Kuro IO gameplay action scene"
imageAlt="NextHero gameplay action scene"
background={{ variant: "gradient-bars" }}
ariaLabel="Kuro IO hero section with play button"
ariaLabel="NextHero hero section with play button"
/>
</div>
@@ -111,47 +107,22 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
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",
imageAlt: "Fast-paced 4v4 team deathmatch game mode",
},
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", 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",
imageAlt: "Battle royale game mode with 100 players",
},
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", 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",
imageAlt: "Competitive ranked match interface",
},
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", imageAlt: "Competitive ranked match interface"},
{
id: "custom",
name: "Custom Room",
price: "With Friends",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/custom-game-room-creation-menu-friend-in-1774164932475-f1f54554.png",
imageAlt: "Custom game room creation menu",
},
id: "custom", name: "Custom Room", price: "With Friends", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/custom-game-room-creation-menu-friend-in-1774164932475-f1f54554.png", imageAlt: "Custom game room creation menu"},
{
id: "training",
name: "Training Mode",
price: "Perfect Aim",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/training-mode-practice-arena-shooting-ra-1774164930037-9e465b26.jpg",
imageAlt: "Training mode practice arena",
},
id: "training", name: "Training Mode", price: "Perfect Aim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/training-mode-practice-arena-shooting-ra-1774164930037-9e465b26.jpg", imageAlt: "Training mode practice arena"},
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentySeven
title="Why Choose Kuro IO"
title="Why Choose NextHero"
description="Built for speed, optimized for fun. Experience the ultimate multiplayer gaming platform."
tag="Core Features"
tagIcon={Star}
@@ -163,71 +134,29 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "performance",
title: "Ultra-Smooth Performance",
descriptions: [
"60 FPS gameplay",
"Low-end PC compatible",
"Instant loading times",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/smooth-60-fps-gameplay-visualization-per-1774164930625-98c9ba4d.png",
imageAlt: "Smooth 60 FPS gameplay visualization",
},
id: "performance", title: "Ultra-Smooth Performance", descriptions: [
"60 FPS gameplay", "Low-end PC compatible", "Instant loading times"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/smooth-60-fps-gameplay-visualization-per-1774164930625-98c9ba4d.png", imageAlt: "Smooth 60 FPS gameplay visualization"},
{
id: "realtimemultiplayer",
title: "Real-Time Multiplayer",
descriptions: [
"Socket.io WebSocket tech",
"Sub-100ms latency",
"Seamless player sync",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/real-time-multiplayer-network-connection-1774164929560-9d072e58.png",
imageAlt: "Real-time multiplayer network connection",
},
id: "realtimemultiplayer", title: "Real-Time Multiplayer", descriptions: [
"Socket.io WebSocket tech", "Sub-100ms latency", "Seamless player sync"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/real-time-multiplayer-network-connection-1774164929560-9d072e58.png", imageAlt: "Real-time multiplayer network connection"},
{
id: "progression",
title: "Progression System",
descriptions: [
"7 ranked tiers",
"Seasonal rewards",
"Track your stats",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/progression-system-with-7-ranked-tiers-d-1774164930216-70ae57b3.png",
imageAlt: "Progression system with 7 ranked tiers",
},
id: "progression", title: "Progression System", descriptions: [
"7 ranked tiers", "Seasonal rewards", "Track your stats"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/progression-system-with-7-ranked-tiers-d-1774164930216-70ae57b3.png", imageAlt: "Progression system with 7 ranked tiers"},
{
id: "customization",
title: "Character Customization",
descriptions: [
"Unique avatars",
"Cosmetic skins",
"Personalize loadouts",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/character-customization-interface-with-m-1774164952077-b6bce402.png",
imageAlt: "Character customization interface",
},
id: "customization", title: "Character Customization", descriptions: [
"Unique avatars", "Cosmetic skins", "Personalize loadouts"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/character-customization-interface-with-m-1774164952077-b6bce402.png", imageAlt: "Character customization interface"},
{
id: "weapons",
title: "12 Unique Weapons",
descriptions: [
"Varied play styles",
"Strategic loadouts",
"Skill-based combat",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/12-unique-weapons-arsenal-displayed-in-g-1774164933629-cea4b267.png",
imageAlt: "12 unique weapons arsenal",
},
id: "weapons", title: "12 Unique Weapons", descriptions: [
"Varied play styles", "Strategic loadouts", "Skill-based combat"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/12-unique-weapons-arsenal-displayed-in-g-1774164933629-cea4b267.png", imageAlt: "12 unique weapons arsenal"},
{
id: "community",
title: "Active Community",
descriptions: [
"Daily tournaments",
"Social lobbies",
"Team cooperation",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/active-gaming-community-interface-social-1774164930586-59274662.png",
imageAlt: "Active gaming community interface",
},
id: "community", title: "Active Community", descriptions: [
"Daily tournaments", "Social lobbies", "Team cooperation"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/active-gaming-community-interface-social-1774164930586-59274662.png", imageAlt: "Active gaming community interface"},
]}
/>
</div>
@@ -245,82 +174,34 @@ export default function HomePage() {
animationType="blur-reveal"
plans={[
{
id: "ump",
badge: "Submachine Gun",
badgeIcon: Zap,
price: "Damage: 28",
subtitle: "Fast & Close Range",
features: [
"Fire Rate: 750 RPM",
"Reload: 1.8s",
"Range: 40m",
"Ammo: 30 rounds",
],
id: "ump", badge: "Submachine Gun", badgeIcon: Zap,
price: "Damage: 28", subtitle: "Fast & Close Range", features: [
"Fire Rate: 750 RPM", "Reload: 1.8s", "Range: 40m", "Ammo: 30 rounds"],
},
{
id: "mp40",
badge: "SMG Classic",
badgeIcon: Zap,
price: "Damage: 32",
subtitle: "Balanced Control",
features: [
"Fire Rate: 600 RPM",
"Reload: 2.0s",
"Range: 35m",
"Ammo: 32 rounds",
],
id: "mp40", badge: "SMG Classic", badgeIcon: Zap,
price: "Damage: 32", subtitle: "Balanced Control", features: [
"Fire Rate: 600 RPM", "Reload: 2.0s", "Range: 35m", "Ammo: 32 rounds"],
},
{
id: "p90",
badge: "Rifle Hybrid",
badgeIcon: Zap,
price: "Damage: 25",
subtitle: "Magazine Beast",
features: [
"Fire Rate: 900 RPM",
"Reload: 2.2s",
"Range: 45m",
"Ammo: 50 rounds",
],
id: "p90", badge: "Rifle Hybrid", badgeIcon: Zap,
price: "Damage: 25", subtitle: "Magazine Beast", features: [
"Fire Rate: 900 RPM", "Reload: 2.2s", "Range: 45m", "Ammo: 50 rounds"],
},
{
id: "xm8",
badge: "Assault Rifle",
badgeIcon: Gamepad2,
price: "Damage: 42",
subtitle: "All-Purpose Rifle",
features: [
"Fire Rate: 750 RPM",
"Reload: 2.3s",
"Range: 70m",
"Ammo: 30 rounds",
],
id: "xm8", badge: "Assault Rifle", badgeIcon: Gamepad2,
price: "Damage: 42", subtitle: "All-Purpose Rifle", features: [
"Fire Rate: 750 RPM", "Reload: 2.3s", "Range: 70m", "Ammo: 30 rounds"],
},
{
id: "awm",
badge: "Sniper Rifle",
badgeIcon: Trophy,
price: "Damage: 95",
subtitle: "One-Shot Potential",
features: [
"Fire Rate: 60 RPM",
"Reload: 3.0s",
"Range: 200m",
"Ammo: 5 rounds",
],
id: "awm", badge: "Sniper Rifle", badgeIcon: Trophy,
price: "Damage: 95", subtitle: "One-Shot Potential", features: [
"Fire Rate: 60 RPM", "Reload: 3.0s", "Range: 200m", "Ammo: 5 rounds"],
},
{
id: "m1887",
badge: "Shotgun",
badgeIcon: Zap,
price: "Damage: 85",
subtitle: "Close Combat",
features: [
"Fire Rate: 120 RPM",
"Reload: 2.8s",
"Range: 20m",
"Ammo: 2 rounds",
],
id: "m1887", badge: "Shotgun", badgeIcon: Zap,
price: "Damage: 85", subtitle: "Close Combat", features: [
"Fire Rate: 120 RPM", "Reload: 2.8s", "Range: 20m", "Ammo: 2 rounds"],
},
]}
/>
@@ -339,44 +220,20 @@ export default function HomePage() {
animationType="blur-reveal"
metrics={[
{
id: "bronze",
value: "Tier 1",
title: "Bronze Rank",
items: [
"0-500 Points",
"New Players",
"Basic rewards",
],
id: "bronze", value: "Tier 1", title: "Bronze Rank", items: [
"0-500 Points", "New Players", "Basic rewards"],
},
{
id: "silver",
value: "Tier 2",
title: "Silver Rank",
items: [
"500-1500 Points",
"Gaining Skill",
"Weekly rewards",
],
id: "silver", value: "Tier 2", title: "Silver Rank", items: [
"500-1500 Points", "Gaining Skill", "Weekly rewards"],
},
{
id: "gold",
value: "Tier 3",
title: "Gold Rank",
items: [
"1500-3000 Points",
"Strong Player",
"Monthly rewards",
],
id: "gold", value: "Tier 3", title: "Gold Rank", items: [
"1500-3000 Points", "Strong Player", "Monthly rewards"],
},
{
id: "platinum",
value: "Tier 4",
title: "Platinum Rank",
items: [
"3000-5000 Points",
"Competitive",
"Exclusive items",
],
id: "platinum", value: "Tier 4", title: "Platinum Rank", items: [
"3000-5000 Points", "Competitive", "Exclusive items"],
},
]}
/>
@@ -400,41 +257,17 @@ export default function HomePage() {
]}
testimonials={[
{
id: "1",
name: "Alex Rodriguez",
role: "Pro Player",
company: "eSports Team",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/professional-gaming-pro-player-avatar-co-1774164932800-c9c7b9cf.png",
imageAlt: "Professional gaming pro player avatar",
},
id: "1", name: "Alex Rodriguez", role: "Pro Player", company: "eSports Team", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/professional-gaming-pro-player-avatar-co-1774164932800-c9c7b9cf.png", imageAlt: "Professional gaming pro player avatar"},
{
id: "2",
name: "Sarah Chen",
role: "Streamer",
company: "Gaming Content",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/gaming-streamer-avatar-portrait-streamin-1774164930007-6dd02870.png",
imageAlt: "Gaming streamer avatar portrait",
},
id: "2", name: "Sarah Chen", role: "Streamer", company: "Gaming Content", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/gaming-streamer-avatar-portrait-streamin-1774164930007-6dd02870.png", imageAlt: "Gaming streamer avatar portrait"},
{
id: "3",
name: "Marcus Johnson",
role: "Casual Gamer",
company: "Community Member",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/casual-gaming-community-member-avatar-fr-1774164929116-5d3de8c7.png",
imageAlt: "Casual gaming community member avatar",
},
id: "3", name: "Marcus Johnson", role: "Casual Gamer", company: "Community Member", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/casual-gaming-community-member-avatar-fr-1774164929116-5d3de8c7.png", imageAlt: "Casual gaming community member avatar"},
{
id: "4",
name: "Emma Williams",
role: "Tournament Winner",
company: "2024 Champion",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/tournament-champion-player-avatar-victor-1774164931152-3141ed90.png",
imageAlt: "Tournament champion player avatar",
},
id: "4", name: "Emma Williams", role: "Tournament Winner", company: "2024 Champion", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI7cC7Zby6H78vwun3SMQQmFwU/tournament-champion-player-avatar-victor-1774164931152-3141ed90.png", imageAlt: "Tournament champion player avatar"},
]}
/>
</div>
@@ -444,14 +277,7 @@ export default function HomePage() {
title="Trusted By"
description="Featured on major gaming platforms and communities worldwide"
names={[
"GameSpot",
"IGN",
"Steam",
"Epic Games",
"Discord",
"Twitch",
"YouTube Gaming",
]}
"GameSpot", "IGN", "Steam", "Epic Games", "Discord", "Twitch", "YouTube Gaming"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
@@ -461,8 +287,8 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2024 Kuro IO. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="Kuro IO footer with navigation and support links"
copyrightText="© 2024 NextHero. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="NextHero footer with navigation and support links"
/>
</div>
</ThemeProvider>

View File

@@ -16,8 +16,7 @@ export default function PrivacyPage() {
const footerColumns = [
{
title: "Game",
items: [
title: "Game", items: [
{ label: "Play Now", href: "/game" },
{ label: "Game Modes", href: "#modes" },
{ label: "Weapons", href: "#weapons" },
@@ -25,17 +24,15 @@ export default function PrivacyPage() {
],
},
{
title: "Community",
items: [
{ label: "Discord", href: "https://discord.gg/kuroio" },
title: "Community", items: [
{ label: "Discord", href: "https://discord.gg/nexthero" },
{ label: "Leaderboard", href: "/leaderboard" },
{ label: "Forums", href: "/forums" },
{ label: "Events", href: "/events" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/support" },
{ label: "Contact Us", href: "/contact" },
{ label: "Report Bug", href: "/report" },
@@ -43,8 +40,7 @@ export default function PrivacyPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -67,7 +63,7 @@ export default function PrivacyPage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Kuro IO" navItems={navItems} />
<NavbarStyleApple brandName="NextHero" navItems={navItems} />
</div>
<div id="privacy-content" data-section="privacy-content" className="mx-auto px-4 md:px-6 py-16 md:py-24">
@@ -78,7 +74,7 @@ export default function PrivacyPage() {
<section className="mb-12">
<h2 className="text-2xl font-bold mb-4">1. Introduction</h2>
<p className="text-lg leading-relaxed mb-4">
Kuro IO ("we," "us," "our," or "Company") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our multiplayer gaming platform, including any other media form, media channel, mobile website, or mobile application related or connected thereto (collectively, the "Site").
NextHero ("we," "us," "our," or "Company") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our multiplayer gaming platform, including any other media form, media channel, mobile website, or mobile application related or connected thereto (collectively, the "Site").
</p>
<p className="text-lg leading-relaxed">
Please read this privacy policy carefully. If you do not agree with our policies and practices, please do not use our Site.
@@ -148,14 +144,14 @@ export default function PrivacyPage() {
<li>Data portability requests</li>
</ul>
<p className="text-lg leading-relaxed">
To exercise these rights, please contact us at privacy@kuro-io.com.
To exercise these rights, please contact us at privacy@nexthero.com.
</p>
</section>
<section className="mb-12">
<h2 className="text-2xl font-bold mb-4">7. Children's Privacy</h2>
<p className="text-lg leading-relaxed">
Kuro IO is not intended for children under 13 years of age, and we do not knowingly collect personal information from children under 13. If we learn that we have collected personal information from a child under 13 without parental consent, we will delete such information promptly. If you believe we have collected information from a child under 13, please contact us immediately.
NextHero is not intended for children under 13 years of age, and we do not knowingly collect personal information from children under 13. If we learn that we have collected personal information from a child under 13 without parental consent, we will delete such information promptly. If you believe we have collected information from a child under 13, please contact us immediately.
</p>
</section>
@@ -192,8 +188,8 @@ export default function PrivacyPage() {
If you have questions about this Privacy Policy or our privacy practices, please contact us at:
</p>
<div className="text-lg leading-relaxed space-y-2">
<p><strong>Kuro IO Privacy Team</strong></p>
<p>Email: privacy@kuro-io.com</p>
<p><strong>NextHero Privacy Team</strong></p>
<p>Email: privacy@nexthero.com</p>
<p>Support Portal: <Link href="/support" className="text-accent hover:underline">Visit Support</Link></p>
</div>
</section>
@@ -204,8 +200,8 @@ export default function PrivacyPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2024 Kuro IO. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="Kuro IO footer with navigation and support links"
copyrightText="© 2024 NextHero. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="NextHero footer with navigation and support links"
/>
</div>
</ThemeProvider>

View File

@@ -20,8 +20,7 @@ export default function SupportPage() {
const footerColumns = [
{
title: "Game",
items: [
title: "Game", items: [
{ label: "Play Now", href: "/game" },
{ label: "Game Modes", href: "#modes" },
{ label: "Weapons", href: "#weapons" },
@@ -29,17 +28,15 @@ export default function SupportPage() {
],
},
{
title: "Community",
items: [
{ label: "Discord", href: "https://discord.gg/kuroio" },
title: "Community", items: [
{ label: "Discord", href: "https://discord.gg/nexthero" },
{ label: "Leaderboard", href: "/leaderboard" },
{ label: "Forums", href: "/forums" },
{ label: "Events", href: "/events" },
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/support" },
{ label: "Contact Us", href: "/contact" },
{ label: "Report Bug", href: "/report" },
@@ -47,8 +44,7 @@ export default function SupportPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -59,72 +55,36 @@ export default function SupportPage() {
const faqItems = [
{
id: "account-creation",
question: "How do I create a Kuro IO account?",
answer: "Creating an account is simple! Visit our login page, click 'Sign Up', and enter your email address and choose a username. Verify your email and you're ready to play. You can also sign in with Google or Discord for quick registration.",
},
id: "account-creation", question: "How do I create a NextHero account?", answer: "Creating an account is simple! Visit our login page, click 'Sign Up', and enter your email address and choose a username. Verify your email and you're ready to play. You can also sign in with Google or Discord for quick registration."},
{
id: "system-requirements",
question: "What are the system requirements?",
answer: "Kuro IO is optimized for low-end PCs. Minimum requirements: Intel Core i3, 4GB RAM, and a modern browser. We support Windows, macOS, and Linux. For best performance, we recommend 60 FPS capable hardware.",
},
id: "system-requirements", question: "What are the system requirements?", answer: "NextHero is optimized for low-end PCs. Minimum requirements: Intel Core i3, 4GB RAM, and a modern browser. We support Windows, macOS, and Linux. For best performance, we recommend 60 FPS capable hardware."},
{
id: "multiplayer-lag",
question: "Why am I experiencing lag in multiplayer matches?",
answer: "Lag can be caused by internet connection issues or server distance. Try: 1) Restart your router, 2) Close background applications, 3) Select a server closer to your location, 4) Check your internet speed. Our servers maintain sub-100ms latency globally.",
},
id: "multiplayer-lag", question: "Why am I experiencing lag in multiplayer matches?", answer: "Lag can be caused by internet connection issues or server distance. Try: 1) Restart your router, 2) Close background applications, 3) Select a server closer to your location, 4) Check your internet speed. Our servers maintain sub-100ms latency globally."},
{
id: "ranking-system",
question: "How does the ranking system work?",
answer: "Kuro IO features 7 competitive tiers from Bronze to Grandmaster. You earn points by winning matches. The more skilled players you defeat, the more points you gain. Seasonal resets happen every 3 months with exclusive rewards for top-ranked players.",
},
id: "ranking-system", question: "How does the ranking system work?", answer: "NextHero features 7 competitive tiers from Bronze to Grandmaster. You earn points by winning matches. The more skilled players you defeat, the more points you gain. Seasonal resets happen every 3 months with exclusive rewards for top-ranked players."},
{
id: "weapon-balance",
question: "Are weapons balanced fairly?",
answer: "Yes! Each of our 12 weapons is carefully balanced for different playstyles. Sniper rifles deal high damage but require precision. SMGs are fast with lower damage. Assault rifles are all-purpose. We regularly update weapon stats based on competitive feedback.",
},
id: "weapon-balance", question: "Are weapons balanced fairly?", answer: "Yes! Each of our 12 weapons is carefully balanced for different playstyles. Sniper rifles deal high damage but require precision. SMGs are fast with lower damage. Assault rifles are all-purpose. We regularly update weapon stats based on competitive feedback."},
{
id: "report-bug",
question: "How do I report a bug?",
answer: "Found a bug? Use the in-game report feature or visit /report on our website. Include: bug description, steps to reproduce, your system specs, and screenshots if possible. Our team reviews all reports within 24 hours.",
},
id: "report-bug", question: "How do I report a bug?", answer: "Found a bug? Use the in-game report feature or visit /report on our website. Include: bug description, steps to reproduce, your system specs, and screenshots if possible. Our team reviews all reports within 24 hours."},
{
id: "account-recovery",
question: "I lost access to my account. What do I do?",
answer: "Visit our account recovery page at kuro-io.com/recover. Enter your email address and follow the verification steps. If you can't access your email, contact support@kuro-io.com with proof of ownership (purchase history, etc.).",
},
id: "account-recovery", question: "I lost access to my account. What do I do?", answer: "Visit our account recovery page at nexthero.com/recover. Enter your email address and follow the verification steps. If you can't access your email, contact support@nexthero.com with proof of ownership (purchase history, etc.)."},
{
id: "cosmetics-purchase",
question: "Are cosmetic skins pay-to-win?",
answer: "Absolutely not! All cosmetics are purely visual. Skins give no gameplay advantage. We sell character skins, weapon skins, and emotes only for cosmetic customization. Gameplay balance is our top priority.",
},
id: "cosmetics-purchase", question: "Are cosmetic skins pay-to-win?", answer: "Absolutely not! All cosmetics are purely visual. Skins give no gameplay advantage. We sell character skins, weapon skins, and emotes only for cosmetic customization. Gameplay balance is our top priority."},
];
const supportChannels = [
{
icon: MessageSquare,
title: "Live Chat Support",
description: "Get instant help from our support team available 24/7",
cta: "Start Chat",
},
title: "Live Chat Support", description: "Get instant help from our support team available 24/7", cta: "Start Chat"},
{
icon: AlertCircle,
title: "Report Issues",
description: "Submit bug reports and technical issues directly",
cta: "Report Bug",
},
title: "Report Issues", description: "Submit bug reports and technical issues directly", cta: "Report Bug"},
{
icon: Zap,
title: "Status Page",
description: "Check server status and maintenance schedules",
cta: "View Status",
},
title: "Status Page", description: "Check server status and maintenance schedules", cta: "View Status"},
{
icon: Users,
title: "Community Forum",
description: "Connect with other players and get peer support",
cta: "Join Forum",
},
title: "Community Forum", description: "Connect with other players and get peer support", cta: "Join Forum"},
];
return (
@@ -141,7 +101,7 @@ export default function SupportPage() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Kuro IO" navItems={navItems} />
<NavbarStyleApple brandName="NextHero" navItems={navItems} />
</div>
<div id="support-hero" data-section="support-hero" className="mx-auto px-4 md:px-6 py-16 md:py-24">
@@ -219,8 +179,8 @@ export default function SupportPage() {
Email Support Team
</button>
<div className="mt-12 pt-12 border-t border-gray-800 text-gray-400 text-sm space-y-2">
<p>Email: support@kuro-io.com</p>
<p>Discord: <Link href="https://discord.gg/kuroio" className="text-white hover:underline">discord.gg/kuroio</Link></p>
<p>Email: support@nexthero.com</p>
<p>Discord: <Link href="https://discord.gg/nexthero" className="text-white hover:underline">discord.gg/nexthero</Link></p>
<p>Response time: 24/7 live support available</p>
</div>
</div>
@@ -229,8 +189,8 @@ export default function SupportPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={footerColumns}
copyrightText="© 2024 Kuro IO. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="Kuro IO footer with navigation and support links"
copyrightText="© 2024 NextHero. All rights reserved. Fast-paced multiplayer gaming platform."
ariaLabel="NextHero footer with navigation and support links"
/>
</div>
</ThemeProvider>