From c7ab9ed74ec01a0140fb7372f66b1e7801b69e8d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 02:10:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8790cb..503c86c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/various-candies-multicolored-background_23-2147717420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-candies-multicolored-background_23-2147717420.jpg?_wi=1", imageAlt: "Candy puzzle interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background_58702-6967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background_58702-6967.jpg?_wi=1", imageAlt: "Candy explosion", }, { @@ -78,11 +78,11 @@ export default function LandingPage() { imageAlt: "Game level map", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-candies-multicolored-background_23-2147717420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-candies-multicolored-background_23-2147717420.jpg?_wi=2", imageAlt: "Candy puzzle interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background_58702-6967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background_58702-6967.jpg?_wi=2", imageAlt: "Candy explosion", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { content: "Compete with friends and players worldwide to reach the top of the leaderboards.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-playing-with-her-phone_23-2150455168.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-playing-with-her-phone_23-2150455168.jpg?_wi=1" imageAlt="Candy Game App interface" mediaAnimation="slide-up" /> @@ -227,7 +227,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions? We have answers." faqsAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-playing-with-her-phone_23-2150455168.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-playing-with-her-phone_23-2150455168.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1