Merge version_2 into main #8

Merged
bender merged 2 commits from version_2 into main 2026-03-11 13:35:19 +00:00
2 changed files with 9 additions and 5 deletions

View File

@@ -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"
/>
</div>
@@ -289,6 +290,7 @@ export default function HomePage() {
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>

View File

@@ -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"
/>
</div>
@@ -289,6 +290,7 @@ export default function TournamentDetailPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
@@ -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."
/>
</div>
@@ -334,4 +336,4 @@ export default function TournamentDetailPage() {
</div>
</ThemeProvider>
);
}
}