From 45dce8dde7135bd01bb8f9344e5f94c00eb398af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:43:12 +0000 Subject: [PATCH 1/4] Update src/app/account/page.tsx --- src/app/account/page.tsx | 82 ++++++++-------------------------------- 1 file changed, 16 insertions(+), 66 deletions(-) diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 8b69b95..353678f 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -89,30 +89,18 @@ export default function AccountPage() { description="Manage your CraftRealm profile, linked accounts, security settings, and premium subscriptions. View your playtime statistics and achievement progress all in one place." tag="Dashboard" tagIcon={Gamepad2} - tagAnimation="entrance-slide" + tagAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Profile & Linked Accounts", - content: "View and manage your CraftRealm account settings. Link your Discord, Twitch, and YouTube accounts to unlock special perks and community recognition.", - }, + id: "1", title: "Profile & Linked Accounts", content: "View and manage your CraftRealm account settings. Link your Discord, Twitch, and YouTube accounts to unlock special perks and community recognition."}, { - id: "2", - title: "Security & Password", - content: "Update your password, enable two-factor authentication, and review recent login activity. Protect your account with advanced security features.", - }, + id: "2", title: "Security & Password", content: "Update your password, enable two-factor authentication, and review recent login activity. Protect your account with advanced security features."}, { - id: "3", - title: "Premium Subscriptions", - content: "Manage your VIP membership, view billing history, and access exclusive VIP-only features. Cancel or upgrade your subscription anytime.", - }, + id: "3", title: "Premium Subscriptions", content: "Manage your VIP membership, view billing history, and access exclusive VIP-only features. Cancel or upgrade your subscription anytime."}, { - id: "4", - title: "Statistics & Achievements", - content: "Track your playtime across all game modes, view achievement progress, and compare stats with other players on the leaderboard.", - }, + id: "4", title: "Statistics & Achievements", content: "Track your playtime across all game modes, view achievement progress, and compare stats with other players on the leaderboard."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/pleased-young-handsome-guy-wearing-black-t-shirt-with-headphones-playing-phone-isolated-blue-background_141793-105239.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/pleased-young-handsome-guy-wearing-black-t-shirt-with-headphones-playing-phone-isolated-blue-background_141793-105239.jpg" imageAlt="Account dashboard interface" mediaAnimation="slide-up" useInvertedBackground={false} @@ -126,33 +114,13 @@ export default function AccountPage() { Date: Thu, 12 Mar 2026 21:43:12 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 195 +++++++++-------------------------------------- 1 file changed, 38 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c530fc..edf7ce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,28 +64,16 @@ export default function HomePage() {