From 35daa4f08082a0a0e7f99da56dcbc9666c2414ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:17:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da60acc..87f61d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "fortnite", name: "AITU Fortnite Weekly Cup", price: "1000 KZT Prize Pool", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-neon-gaming-setup-facebook-post_23-2149833536.jpg", imageAlt: "Fortnite tournament competition"}, + id: "fortnite", name: "AITU Fortnite Weekly Cup", price: "1000 KZT Prize Pool", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-neon-gaming-setup-facebook-post_23-2149833536.jpg", imageAlt: "Fortnite tournament competition" + }, { - id: "valorant", name: "AITU Valorant Night Cup", price: "1500 KZT Prize Pool", imageSrc: "http://img.b2bpic.net/free-photo/man-using-headphones-communicate-with-teammates-while-gaming_482257-121711.jpg", imageAlt: "Valorant tournament competition"}, + id: "valorant", name: "AITU Valorant Night Cup", price: "1500 KZT Prize Pool", imageSrc: "http://img.b2bpic.net/free-photo/man-using-headphones-communicate-with-teammates-while-gaming_482257-121711.jpg", imageAlt: "Valorant tournament competition" + }, { - id: "csgo", name: "CS:GO Championship Series", price: "2000 KZT Prize Pool", imageSrc: "http://img.b2bpic.net/free-photo/brutal-soldier-russian-federation-wearing-body-armor-helmet-with-night-vision-posing-with-assault-rifle-studio-photo-against-dark-textured-wall_613910-20447.jpg", imageAlt: "CS:GO tournament competition"}, + id: "csgo", name: "CS:GO Championship Series", price: "2000 KZT Prize Pool", imageSrc: "http://img.b2bpic.net/free-photo/brutal-soldier-russian-federation-wearing-body-armor-helmet-with-night-vision-posing-with-assault-rifle-studio-photo-against-dark-textured-wall_613910-20447.jpg", imageAlt: "CS:GO tournament competition" + }, ]} /> @@ -85,7 +88,6 @@ export default function LandingPage() { description="Everything you need to compete in campus esports tournaments is built into our platform." tag="Platform Features" tagIcon={Gamepad2} - textboxLayout="default" useInvertedBackground={false} mediaPosition="left" imageSrc="http://img.b2bpic.net/free-photo/content-creator-contracted-by-company-promote-lithium-liion-charging-device-fans_482257-116050.jpg" @@ -93,13 +95,17 @@ export default function LandingPage() { mediaAnimation="slide-up" accordionItems={[ { - id: "1", title: "Browse & Discover Tournaments", content: "Explore all active tournaments on campus. Filter by game, prize pool, and player count. Find the perfect competition for your skill level."}, + id: "1", title: "Browse & Discover Tournaments", content: "Explore all active tournaments on campus. Filter by game, prize pool, and player count. Find the perfect competition for your skill level." + }, { - id: "2", title: "Easy Registration & Team Setup", content: "Register individually or with your team in seconds. Connect your Telegram for instant tournament notifications and updates."}, + id: "2", title: "Easy Registration & Team Setup", content: "Register individually or with your team in seconds. Connect your Telegram for instant tournament notifications and updates." + }, { - id: "3", title: "Track Your Progress", content: "View real-time tournament brackets, player standings, and match results. See your rank and compete for the leaderboard."}, + id: "3", title: "Track Your Progress", content: "View real-time tournament brackets, player standings, and match results. See your rank and compete for the leaderboard." + }, { - id: "4", title: "Admin Tournament Management", content: "Tournament organizers can manage registrations, input results, and broadcast tournament progress to all participants."}, + id: "4", title: "Admin Tournament Management", content: "Tournament organizers can manage registrations, input results, and broadcast tournament progress to all participants." + }, ]} buttons={[{ text: "Start Competing", href: "#register" }]} /> @@ -138,13 +144,17 @@ export default function LandingPage() {