From 6841422cb521971b8c2bf537a2036786883881b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:44:15 +0000 Subject: [PATCH 1/4] Update src/app/battle/page.tsx --- src/app/battle/page.tsx | 120 +++++++++------------------------------- 1 file changed, 26 insertions(+), 94 deletions(-) diff --git a/src/app/battle/page.tsx b/src/app/battle/page.tsx index 07245c3..4508abe 100644 --- a/src/app/battle/page.tsx +++ b/src/app/battle/page.tsx @@ -20,8 +20,7 @@ export default function BattleArenaPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Create Character", href: "/create" }, { label: "Battle Arena", href: "/battle" }, @@ -29,8 +28,7 @@ export default function BattleArenaPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Rankings", href: "/community" }, { label: "Leaderboard", href: "/leaderboard" }, { label: "Creator Spotlight", href: "#creators" }, @@ -38,8 +36,7 @@ export default function BattleArenaPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Technique Guide", href: "/guides/techniques" }, { label: "Domain Expansion", href: "/guides/domains" }, { label: "Battle Tips", href: "/guides/battle" }, @@ -47,8 +44,7 @@ export default function BattleArenaPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Contact Us", href: "#contact" }, @@ -78,7 +74,7 @@ export default function BattleArenaPage() { @@ -146,7 +116,7 @@ export default function BattleArenaPage() { Date: Fri, 13 Mar 2026 16:44:15 +0000 Subject: [PATCH 2/4] Update src/app/characters/page.tsx --- src/app/characters/page.tsx | 102 +++++++----------------------------- 1 file changed, 19 insertions(+), 83 deletions(-) diff --git a/src/app/characters/page.tsx b/src/app/characters/page.tsx index 5e895da..92b0440 100644 --- a/src/app/characters/page.tsx +++ b/src/app/characters/page.tsx @@ -19,8 +19,7 @@ export default function CharactersPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Create Character", href: "/create" }, { label: "Battle Arena", href: "/battle" }, @@ -28,8 +27,7 @@ export default function CharactersPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Rankings", href: "/community" }, { label: "Leaderboard", href: "/leaderboard" }, { label: "Creator Spotlight", href: "#creators" }, @@ -37,8 +35,7 @@ export default function CharactersPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Technique Guide", href: "/guides/techniques" }, { label: "Domain Expansion", href: "/guides/domains" }, { label: "Battle Tips", href: "/guides/battle" }, @@ -46,8 +43,7 @@ export default function CharactersPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Contact Us", href: "#contact" }, @@ -80,7 +76,7 @@ export default function CharactersPage() { Date: Fri, 13 Mar 2026 16:44:15 +0000 Subject: [PATCH 3/4] Update src/app/community/page.tsx --- src/app/community/page.tsx | 96 ++++++++------------------------------ 1 file changed, 20 insertions(+), 76 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 9378fe2..001f385 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -20,8 +20,7 @@ export default function CommunityPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Create Character", href: "/create" }, { label: "Battle Arena", href: "/battle" }, @@ -29,8 +28,7 @@ export default function CommunityPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Rankings", href: "/community" }, { label: "Leaderboard", href: "/leaderboard" }, { label: "Creator Spotlight", href: "#creators" }, @@ -38,8 +36,7 @@ export default function CommunityPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Technique Guide", href: "/guides/techniques" }, { label: "Domain Expansion", href: "/guides/domains" }, { label: "Battle Tips", href: "/guides/battle" }, @@ -47,8 +44,7 @@ export default function CommunityPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Contact Us", href: "#contact" }, @@ -78,55 +74,25 @@ export default function CommunityPage() { Date: Fri, 13 Mar 2026 16:44:16 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 128 ++++++++++------------------------------------- 1 file changed, 26 insertions(+), 102 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3226524..86f7cf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Create Character", href: "/create" }, { label: "Battle Arena", href: "/battle" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Rankings", href: "/community" }, { label: "Leaderboard", href: "/leaderboard" }, { label: "Creator Spotlight", href: "#creators" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Technique Guide", href: "/guides/techniques" }, { label: "Domain Expansion", href: "/guides/domains" }, { label: "Battle Tips", href: "/guides/battle" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Contact Us", href: "#contact" }, @@ -90,17 +86,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtlfbEKxJ3eWnmEdy6HjfbABfl/epic-cinematic-anime-battle-scene-betwee-1773420095792-cf365772.png?_wi=1", - imageAlt: "Epic cursed spirit battle scene", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtlfbEKxJ3eWnmEdy6HjfbABfl/epic-cinematic-anime-battle-scene-betwee-1773420095792-cf365772.png", imageAlt: "Epic cursed spirit battle scene"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtlfbEKxJ3eWnmEdy6HjfbABfl/spectacular-domain-expansion-visualizati-1773420095473-e16473d1.png", - imageAlt: "Domain expansion visualization", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtlfbEKxJ3eWnmEdy6HjfbABfl/spectacular-domain-expansion-visualizati-1773420095473-e16473d1.png", imageAlt: "Domain expansion visualization"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtlfbEKxJ3eWnmEdy6HjfbABfl/powerful-cursed-technique-activation-sho-1773420095354-6ba0db4b.png", - imageAlt: "Cursed technique showcase", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtlfbEKxJ3eWnmEdy6HjfbABfl/powerful-cursed-technique-activation-sho-1773420095354-6ba0db4b.png", imageAlt: "Cursed technique showcase"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -119,14 +109,14 @@ export default function HomePage() { @@ -188,7 +160,7 @@ export default function HomePage() {