From a24bacbf1a000667406786ed000a5f5a90a74e1f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5f7ef4..7e2b18e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,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", imageAlt: "Fun icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/adorable-boy-fantasy-world_23-2151732334.jpg?_wi=1", imageAlt: "Fun icon"}, items: [ { icon: Award, @@ -122,7 +122,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Magical Coloring Book", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/adorable-boy-fantasy-world_23-2151732334.jpg"}, + id: "p1", name: "Magical Coloring Book", price: "$9.99", 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"}, { -- 2.49.1