From bd4c5fd101aca0b29553c2b50e7f7abf0a4c2b53 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:15:47 +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 147b50d..a47e57e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-translucent-shapes-with-copy-space_23-2148830215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-translucent-shapes-with-copy-space_23-2148830215.jpg?_wi=1", imageAlt: "math games banner abstract", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-math-objects-character_23-2151749726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-math-objects-character_23-2151749726.jpg?_wi=1", imageAlt: "educational game UI design", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { price: "Free", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-vector/buttons-with-mathematical-signs_1308-83451.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/buttons-with-mathematical-signs_1308-83451.jpg?_wi=1", }, { id: "2", @@ -125,7 +125,7 @@ export default function LandingPage() { price: "Free", rating: 5, reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-vector/nine-colorful-stars-games_23-2147748427.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/nine-colorful-stars-games_23-2147748427.jpg?_wi=1", }, { id: "3", @@ -134,7 +134,7 @@ export default function LandingPage() { price: "Free", rating: 4, reviewCount: "2.5k", - imageSrc: "http://img.b2bpic.net/free-vector/clock-game-icons-time-animation-sprite-sheet_107791-16883.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/clock-game-icons-time-animation-sprite-sheet_107791-16883.jpg?_wi=1", }, { id: "4", @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "MathPlay helped me ace my exams!", tag: "Fun", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-guy-with-long-hair-black-t-shirt-listens-music-from-headphone-point-toward-ahead-pink-wall_141793-27178.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-translucent-shapes-with-copy-space_23-2148830215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colorful-translucent-shapes-with-copy-space_23-2148830215.jpg?_wi=2", imageAlt: "happy student portrait", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "The best classroom tool ever.", tag: "Essential", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-good-looking-man-standing-with-arms-folded-looking-back-dark-gray-copy-space_171337-453.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-math-objects-character_23-2151749726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-math-objects-character_23-2151749726.jpg?_wi=2", imageAlt: "happy student portrait", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "My kids actually enjoy math now.", tag: "Life-saver", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-big-city-woman-city_169016-66686.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/buttons-with-mathematical-signs_1308-83451.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/buttons-with-mathematical-signs_1308-83451.jpg?_wi=2", imageAlt: "happy student portrait", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { quote: "So many cool games to play.", tag: "Cool", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-redhead-bearded-man-with-hat_176420-32266.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/nine-colorful-stars-games_23-2147748427.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/nine-colorful-stars-games_23-2147748427.jpg?_wi=2", imageAlt: "happy student portrait", }, { @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "I love the speed streaks!", tag: "Challenging", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-sticking-out-tongue_23-2150171196.jpg", - imageSrc: "http://img.b2bpic.net/free-vector/clock-game-icons-time-animation-sprite-sheet_107791-16883.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/clock-game-icons-time-animation-sprite-sheet_107791-16883.jpg?_wi=2", imageAlt: "happy student portrait", }, ]} -- 2.49.1