From 81e90bfbf58db20eea75b9aad9d45fa8786e5180 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:47:17 +0000 Subject: [PATCH 1/2] Update src/app/battle/page.tsx --- src/app/battle/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/battle/page.tsx b/src/app/battle/page.tsx index 7e99c17..b2fe75a 100644 --- a/src/app/battle/page.tsx +++ b/src/app/battle/page.tsx @@ -123,7 +123,7 @@ export default function BattleArenaPage() { tagAnimation="blur-reveal" title="Arena Performance Metrics" description="Track your battle performance and see how you rank against other sorcerers." - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} animationType="scale-rotate" metrics={[ -- 2.49.1 From 2fa19e3564722b68aebcec117cd542491af3ef8d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:47:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e828b0..f8c5e78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,7 +196,7 @@ export default function HomePage() { tagAnimation="blur-reveal" title="Join Thousands of Sorcerers" description="Be part of the largest JJK character creation and battle community." - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="scale-rotate" metrics={[ @@ -225,7 +225,7 @@ export default function HomePage() { tagAnimation="blur-reveal" title="Featured By Top Anime Communities" description="JJK Arena is recognized and endorsed by leading anime platforms and content creators." - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} names={[ "AnimeHub", "JJK Fans United", "Manga Central", "Cursed Energy Network", "Sorcerer's Collective", "Battle Arena Pro", "Anime Legends", "JJK Encyclopedia" -- 2.49.1