Update src/app/page.tsx

This commit is contained in:
2026-03-16 10:20:10 +00:00
parent 2108a64fac
commit eca69afc8a

View File

@@ -75,28 +75,28 @@ export default function LandingPage() {
{
id: 1,
title: "Real-Time Multiplayer", description: "Compete against players worldwide in instant, high-energy trivia battles. See live scoreboards and feel the rush of real-time competition.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg", imageAlt: "Real-time multiplayer trivia interface"
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg?_wi=1", imageAlt: "Real-time multiplayer trivia interface"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg", imageAlt: "Live multiplayer game scoreboard"
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg?_wi=2", imageAlt: "Live multiplayer game scoreboard"
}
},
{
id: 2,
title: "500+ Question Categories", description: "From history to pop culture, science to sports. Choose your specialty or challenge yourself across diverse topics to expand your knowledge.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/book-infographics-set_1284-6972.jpg", imageAlt: "Trivia category selection menu"
imageSrc: "http://img.b2bpic.net/free-vector/book-infographics-set_1284-6972.jpg?_wi=1", imageAlt: "Trivia category selection menu"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/book-infographics-set_1284-6972.jpg", imageAlt: "Browse trivia question categories"
imageSrc: "http://img.b2bpic.net/free-vector/book-infographics-set_1284-6972.jpg?_wi=2", imageAlt: "Browse trivia question categories"
}
},
{
id: 3,
title: "Earn Badges & Rewards", description: "Unlock achievements, earn points, and collect badges as you master each category. Show off your accomplishments to the community.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/golden-star-set_23-2147731295.jpg", imageAlt: "Rewards and achievement badges system"
imageSrc: "http://img.b2bpic.net/free-vector/golden-star-set_23-2147731295.jpg?_wi=1", imageAlt: "Rewards and achievement badges system"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/golden-star-set_23-2147731295.jpg", imageAlt: "Player achievement unlocks display"
imageSrc: "http://img.b2bpic.net/free-vector/golden-star-set_23-2147731295.jpg?_wi=2", imageAlt: "Player achievement unlocks display"
}
}
]}
@@ -120,28 +120,28 @@ export default function LandingPage() {
{
id: 1,
title: "Create Your Account", description: "Sign up with your email or social account in under 30 seconds. Choose your username and avatar to make your profile unique.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/internet-shopping-man-online-with-tablet-pc-credit-card-internet-shopper-buying-things-internet_1391-605.jpg", imageAlt: "Account creation signup screen"
imageSrc: "http://img.b2bpic.net/free-photo/internet-shopping-man-online-with-tablet-pc-credit-card-internet-shopper-buying-things-internet_1391-605.jpg?_wi=1", imageAlt: "Account creation signup screen"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/internet-shopping-man-online-with-tablet-pc-credit-card-internet-shopper-buying-things-internet_1391-605.jpg", imageAlt: "Profile setup interface"
imageSrc: "http://img.b2bpic.net/free-photo/internet-shopping-man-online-with-tablet-pc-credit-card-internet-shopper-buying-things-internet_1391-605.jpg?_wi=2", imageAlt: "Profile setup interface"
}
},
{
id: 2,
title: "Select Your Challenge", description: "Pick a difficulty level and category that interests you. Start with Easy mode or jump straight to Hard for a real brain workout.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149191913.jpg", imageAlt: "Difficulty level selection"
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149191913.jpg?_wi=1", imageAlt: "Difficulty level selection"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149191913.jpg", imageAlt: "Game mode selection interface"
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149191913.jpg?_wi=2", imageAlt: "Game mode selection interface"
}
},
{
id: 3,
title: "Start Playing & Compete", description: "Answer rapid-fire questions, rack up points, and climb the leaderboard. Challenge your friends or go head-to-head with strangers.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg", imageAlt: "Active trivia game play"
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg?_wi=3", imageAlt: "Active trivia game play"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg", imageAlt: "Leaderboard competition view"
imageSrc: "http://img.b2bpic.net/free-vector/task-management-application-template_23-2148676932.jpg?_wi=4", imageAlt: "Leaderboard competition view"
}
}
]}