From e51305fc34943eed59b2b838235cd60e9ef07021 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:22:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbd399c..e034373 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/world-flags-collection_1057-762.jpg", imageAlt: "World flags display"}, { - imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Interactive quiz challenge"}, + imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=1", imageAlt: "Interactive quiz challenge"}, ]} rating={5} ratingText="Loved by 15,000+ learners" @@ -74,13 +74,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Multiple Choice Questions", description: "Guess the correct country from four options. Each question presents a flag with four possible answers to test your knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Quiz mode interface"}, + title: "Multiple Choice Questions", description: "Guess the correct country from four options. Each question presents a flag with four possible answers to test your knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=2", imageAlt: "Quiz mode interface"}, { id: 2, - title: "Instant Feedback", description: "Get immediate feedback on your answers with explanations. Learn interesting facts about each country as you progress.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Feedback system"}, + title: "Instant Feedback", description: "Get immediate feedback on your answers with explanations. Learn interesting facts about each country as you progress.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=3", imageAlt: "Feedback system"}, { id: 3, - title: "Difficulty Levels", description: "Start easy and work your way up. Beginner, intermediate, and expert modes keep you challenged at the right level.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Difficulty levels"}, + title: "Difficulty Levels", description: "Start easy and work your way up. Beginner, intermediate, and expert modes keep you challenged at the right level.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=4", imageAlt: "Difficulty levels"}, ]} buttonAnimation="slide-up" /> @@ -98,13 +98,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "flag-1", name: "Japan", price: "Asia", variant: "Eastern Asia", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "Japan flag"}, + id: "flag-1", name: "Japan", price: "Asia", variant: "Eastern Asia", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=1", imageAlt: "Japan flag"}, { - id: "flag-2", name: "Brazil", price: "South America", variant: "Tropical Nation", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "Brazil flag"}, + id: "flag-2", name: "Brazil", price: "South America", variant: "Tropical Nation", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=2", imageAlt: "Brazil flag"}, { - id: "flag-3", name: "France", price: "Europe", variant: "Western Europe", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "France flag"}, + id: "flag-3", name: "France", price: "Europe", variant: "Western Europe", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=3", imageAlt: "France flag"}, { - id: "flag-4", name: "Egypt", price: "Africa", variant: "North Africa", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "Egypt flag"}, + id: "flag-4", name: "Egypt", price: "Africa", variant: "North Africa", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=4", imageAlt: "Egypt flag"}, ]} /> @@ -130,13 +130,13 @@ export default function LandingPage() {