From 74382f646d8d9dcdd5023123b4f12b2b4bab3474 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:12:22 +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 5fe9c64..e4ed65f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/magenta-landscape-with-fantasy-nature_23-2150693979.jpg" + imageSrc="http://img.b2bpic.net/free-photo/magenta-landscape-with-fantasy-nature_23-2150693979.jpg?_wi=1" imageAlt="Magical adventure land" mediaAnimation="slide-up" /> @@ -100,7 +100,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/magenta-landscape-with-fantasy-nature_23-2150693979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/magenta-landscape-with-fantasy-nature_23-2150693979.jpg?_wi=2", imageAlt: "colorful kid educational icons", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { title: "Family Friendly Fun", description: "Safe, curated, and easy-to-use digital products designed by experts.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/adorable-boy-fantasy-world_23-2151732334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-boy-fantasy-world_23-2151732334.jpg?_wi=1", imageAlt: "Fun icon", }, items: [ @@ -142,7 +142,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445177.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445177.jpg?_wi=1", imageAlt: "colorful kid educational icons", }, ]} @@ -162,13 +162,13 @@ export default function LandingPage() { id: "p1", name: "Magical Coloring Book", price: "$9.99", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-boy-fantasy-world_23-2151732334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-boy-fantasy-world_23-2151732334.jpg?_wi=2", }, { id: "p2", name: "Treasure Hunt Map", price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445177.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445177.jpg?_wi=2", }, { id: "p3", -- 2.49.1