9 Commits

Author SHA1 Message Date
6dd7464c5f Update src/app/tournaments/[id]/page.tsx 2026-03-11 13:35:14 +00:00
fc77afcd09 Update src/app/page.tsx 2026-03-11 13:35:14 +00:00
eacaf9059f Update src/app/page.tsx 2026-03-11 13:33:32 +00:00
dfb780eb3a Merge version_1 into main
Merge version_1 into main
2026-03-11 13:29:44 +00:00
4b73911d4c Merge version_1 into main
Merge version_1 into main
2026-03-11 13:27:59 +00:00
bd65f9aedb Merge version_1 into main
Merge version_1 into main
2026-03-11 13:26:15 +00:00
96fcc621a5 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:24:26 +00:00
2300c7c84d Merge version_1 into main
Merge version_1 into main
2026-03-11 13:22:42 +00:00
21bdf4a44e Merge version_1 into main
Merge version_1 into main
2026-03-11 13:19:19 +00:00
2 changed files with 12 additions and 8 deletions

View File

@@ -128,7 +128,7 @@ export default function HomePage() {
imageSrc: 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"}, "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, "Professional-grade tournament management with gamer-friendly features. Highly recommended.", rating: 5,
imageSrc: 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"}, "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 HomePage() {
{ {
id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"}, id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"},
]} ]}
textboxLayout="centered" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
/> />
</div> </div>
@@ -289,6 +290,7 @@ export default function HomePage() {
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
/> />
</div> </div>
@@ -325,7 +327,7 @@ export default function HomePage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe Now" 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> </div>

View File

@@ -128,7 +128,7 @@ export default function TournamentDetailPage() {
imageSrc: 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"}, "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, "Professional-grade tournament management with gamer-friendly features. Highly recommended.", rating: 5,
imageSrc: 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"}, "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"}, id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"},
]} ]}
textboxLayout="centered" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
/> />
</div> </div>
@@ -289,6 +290,7 @@ export default function TournamentDetailPage() {
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
/> />
</div> </div>
@@ -325,7 +327,7 @@ export default function TournamentDetailPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe Now" 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> </div>