From fc77afcd096dafed38ff6ee744f20b11e83e390d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:35:14 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 426e166..f9b1406 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,8 +165,9 @@ export default function HomePage() { { id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"}, ]} - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" /> @@ -289,6 +290,7 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" /> -- 2.49.1 From 6dd7464c5f25597c7ed73d54eed9cc42547efffb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:35:14 +0000 Subject: [PATCH 2/2] Update src/app/tournaments/[id]/page.tsx --- src/app/tournaments/[id]/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/tournaments/[id]/page.tsx b/src/app/tournaments/[id]/page.tsx index 1cbeccf..ce715fb 100644 --- a/src/app/tournaments/[id]/page.tsx +++ b/src/app/tournaments/[id]/page.tsx @@ -128,7 +128,7 @@ export default function TournamentDetailPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-avatar-for-t-1773235086212-a643af28.png", imageAlt: "Rising Star Gamer - Emerging Talent"}, { - name: "Veteran Competitor", handle: "Season Champion", testimonial: + name: "Leads Competitor", handle: "Season Champion", testimonial: "Professional-grade tournament management with gamer-friendly features. Highly recommended.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-player-testimonial--1773235084632-9e8ef1f1.png", imageAlt: "Veteran Competitor - Season Champion"}, @@ -165,8 +165,9 @@ export default function TournamentDetailPage() { { id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"}, ]} - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" /> @@ -289,6 +290,7 @@ export default function TournamentDetailPage() { ]} textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" /> @@ -325,7 +327,7 @@ export default function TournamentDetailPage() { mediaAnimation="slide-up" inputPlaceholder="Enter your email" buttonText="Subscribe Now" - termsText="We respect your privacy. Unsubscribe anytime. You'll receive tournament updates and gaming news." + termsText="Get early access to tournaments with 10x prize pools. By subscribing, you agree to our Terms and Conditions and Privacy Policy." /> @@ -334,4 +336,4 @@ export default function TournamentDetailPage() { ); -} \ No newline at end of file +} -- 2.49.1