From 6d493526db790c33f0ccd84625226cb53aafb3af Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:03:17 +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 50c53b1..f5af4f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Shop Toys", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg?_wi=1" avatarText="Loved by 10k+ families" avatars={[ { @@ -79,13 +79,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/3d-view-puzzle-pieces_23-2150499133.jpg", imageAlt: "3d view of puzzle pieces"}, { title: "Sustainable", description: "Eco-friendly materials for a better future.", buttonIcon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg", imageAlt: "3d view of puzzle pieces"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-playing-memory-game_23-2150231753.jpg?_wi=2", imageAlt: "3d view of puzzle pieces"}, { title: "Educational", description: "Toys that help children learn and grow.", buttonIcon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg", imageAlt: "3d view of puzzle pieces"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg?_wi=1", imageAlt: "3d view of puzzle pieces"}, { title: "Free Shipping", description: "On all orders over $50.", buttonIcon: Truck, - imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg", imageAlt: "3d view of puzzle pieces"}, + imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg?_wi=1", imageAlt: "3d view of puzzle pieces"}, ]} title="Why Choose ToyJoy?" description="Quality, safety, and endless fun guaranteed." @@ -100,9 +100,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Building Blocks", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg"}, + id: "p1", name: "Building Blocks", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/wooden-blocks_1308-39986.jpg?_wi=2"}, { - id: "p2", name: "Teddy Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg"}, + id: "p2", name: "Teddy Bear", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686921.jpg?_wi=2"}, { id: "p3", name: "Puzzle Set", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/fruits-blue-table-isolated-orange-near-mirrors_171337-13169.jpg"}, {