Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
{ text: "View Requirements", href: "/requirements" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=1"
|
||||
imageAlt="Competitive esports players"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -97,7 +97,7 @@ export default function HomePage() {
|
||||
"Network with dedicated competitors, coaches, and industry professionals.", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=2"
|
||||
imageAlt="CompeteOrg community"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -113,19 +113,19 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Call of Duty", price: "MP / Warzone / Sniper", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg", imageAlt: "Call of Duty competitive gaming", initialQuantity: 1,
|
||||
"http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg?_wi=1", imageAlt: "Call of Duty competitive gaming", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Valorant", price: "Unrated / Rated / SwiftPlay", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/coworkers-enjoying-shooting-experience-firing-range-teambuilding_482257-125453.jpg", imageAlt: "Valorant tactical shooter", initialQuantity: 1,
|
||||
"http://img.b2bpic.net/free-photo/coworkers-enjoying-shooting-experience-firing-range-teambuilding_482257-125453.jpg?_wi=1", imageAlt: "Valorant tactical shooter", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Fortnite", price: "Pro / 2.0 / Content / Creative", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg", imageAlt: "Fortnite battle royale", initialQuantity: 1,
|
||||
"http://img.b2bpic.net/free-photo/cyberpunk-portrait-flying-men-outside_23-2150006866.jpg?_wi=1", imageAlt: "Fortnite battle royale", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Content Creators", price: "YouTube / TikTok / Streaming", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-man-filming-his-video-blog-episode_171337-5536.jpg", imageAlt: "Content creation opportunities", initialQuantity: 1,
|
||||
"http://img.b2bpic.net/free-photo/smiling-young-man-filming-his-video-blog-episode_171337-5536.jpg?_wi=1", imageAlt: "Content creation opportunities", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
title="Games We Recruit For"
|
||||
@@ -148,18 +148,18 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
tag: "Step One", title: "Start Application", subtitle: "Click submit and fill out the form", description:
|
||||
"Navigate to our player submission page. Fill out all required information including your role, region, rank, gameplay links, and social media. The form takes approximately 5-10 minutes to complete.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg", imageAlt: "Application step one", buttons: [{ text: "Begin Now", href: "/submission" }],
|
||||
"http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=3", imageAlt: "Application step one", buttons: [{ text: "Begin Now", href: "/submission" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Step Two", title: "Application Review", subtitle: "Our team evaluates your profile", description:
|
||||
"We review your submitted information, gameplay videos, rank achievements, and competitive history. This typically takes 3-7 days. We assess both raw skill and competitive mentality.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg", imageAlt: "Review process"},
|
||||
"http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=4", imageAlt: "Review process"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Step Three", title: "Acceptance & Onboarding", subtitle: "Join the team and start competing", description:
|
||||
"Selected players receive an acceptance notification with onboarding details, team assignments, training schedules, and next steps. You'll immediately join our Discord community and get assigned to your game division.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg", imageAlt: "Onboarding"},
|
||||
"http://img.b2bpic.net/free-photo/front-view-soldier-wearing-camouflage-equipment_23-2151001978.jpg?_wi=2", imageAlt: "Onboarding"},
|
||||
]}
|
||||
title="How It Works"
|
||||
description="A streamlined 3-step process to get your application reviewed by our competitive team."
|
||||
@@ -179,7 +179,7 @@ export default function HomePage() {
|
||||
id: "1", name: 'Marcus "Apex" Chen',
|
||||
role: "Valorant Pro", company: "CompeteOrg Valorant Team", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Marcus Chen professional portrait"},
|
||||
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=1", imageAlt: "Marcus Chen professional portrait"},
|
||||
{
|
||||
id: "2", name: 'Sarah "Striker" Rodriguez',
|
||||
role: "Call of Duty MP Player", company: "CompeteOrg CoD Division", rating: 5,
|
||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
||||
id: "3", name: 'Tyler "Storm" Williams',
|
||||
role: "Fortnite Content Creator", company: "CompeteOrg Creative Team", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", imageAlt: "Tyler Williams professional portrait"},
|
||||
"http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg?_wi=2", imageAlt: "Tyler Williams professional portrait"},
|
||||
{
|
||||
id: "4", name: 'Jessica "Echo" Park',
|
||||
role: "Valorant Rated Player", company: "CompeteOrg Rising Stars", rating: 5,
|
||||
@@ -199,12 +199,12 @@ export default function HomePage() {
|
||||
id: "5", name: 'David "Nexus" Thompson',
|
||||
role: "Call of Duty Warzone Specialist", company: "CompeteOrg Battle Royale", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-having-fun-gaming-laughing-with-friends_482257-116059.jpg", imageAlt: "David Thompson professional portrait"},
|
||||
"http://img.b2bpic.net/free-photo/man-having-fun-gaming-laughing-with-friends_482257-116059.jpg?_wi=1", imageAlt: "David Thompson professional portrait"},
|
||||
{
|
||||
id: "6", name: 'Alex "Stream" Kumar',
|
||||
role: "Content Creator & Streamer", company: "CompeteOrg Media Division", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-having-fun-gaming-laughing-with-friends_482257-116059.jpg", imageAlt: "Alex Kumar professional portrait"},
|
||||
"http://img.b2bpic.net/free-photo/man-having-fun-gaming-laughing-with-friends_482257-116059.jpg?_wi=2", imageAlt: "Alex Kumar professional portrait"},
|
||||
]}
|
||||
title="What Our Players Say"
|
||||
description="Hear from competitive players who've joined CompeteOrg and taken their careers to the next level."
|
||||
|
||||
Reference in New Issue
Block a user