From db335b93a87056bee18a9391df6b9d0fe1a59892 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:41:27 +0000 Subject: [PATCH 1/4] Update src/app/game/page.tsx --- src/app/game/page.tsx | 53 ++++++++++++------------------------------- 1 file changed, 14 insertions(+), 39 deletions(-) diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index 7e046b7..0552c97 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -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" >
@@ -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" />
@@ -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"}, ]} /> @@ -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() { -- 2.49.1 From 87ebd119fafc5255849ec6c8e89121976e55d71f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:41:27 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 312 +++++++++++------------------------------------ 1 file changed, 69 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83ef5c2..7f84faa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" >
@@ -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" />
@@ -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"}, ]} />
@@ -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"}, ]} /> @@ -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() { -- 2.49.1 From b56be9930e707c2ac04b6a277d6382c96ffb5b05 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:41:27 +0000 Subject: [PATCH 3/4] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 92b8c9f..f5a5e9e 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -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" >
@@ -78,7 +74,7 @@ export default function PrivacyPage() {

1. Introduction

- 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").

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() {

  • Data portability requests
  • - To exercise these rights, please contact us at privacy@kuro-io.com. + To exercise these rights, please contact us at privacy@nexthero.com.

    7. Children's Privacy

    - 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.

    @@ -192,8 +188,8 @@ export default function PrivacyPage() { If you have questions about this Privacy Policy or our privacy practices, please contact us at:

    -

    Kuro IO Privacy Team

    -

    Email: privacy@kuro-io.com

    +

    NextHero Privacy Team

    +

    Email: privacy@nexthero.com

    Support Portal: Visit Support

    @@ -204,8 +200,8 @@ export default function PrivacyPage() { -- 2.49.1 From 478467f5790dabb31f1a9d0052d1caf16a8d0eda Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:41:28 +0000 Subject: [PATCH 4/4] Update src/app/support/page.tsx --- src/app/support/page.tsx | 84 +++++++++++----------------------------- 1 file changed, 22 insertions(+), 62 deletions(-) diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx index 42a2fe1..590a474 100644 --- a/src/app/support/page.tsx +++ b/src/app/support/page.tsx @@ -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" >
    @@ -219,8 +179,8 @@ export default function SupportPage() { Email Support Team
    -

    Email: support@kuro-io.com

    -

    Discord: discord.gg/kuroio

    +

    Email: support@nexthero.com

    +

    Discord: discord.gg/nexthero

    Response time: 24/7 live support available

    @@ -229,8 +189,8 @@ export default function SupportPage() { -- 2.49.1