From 644e4bc227e1a1ae1332edc1c3a47c1de040b0e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 02:08:39 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fc878d8..0fb26b4 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Stuffed Animals", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/interior-kids-room-decoration-with-toys_23-2149096015.jpg" }, - { id: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/small-souvenir-keychain-costa-rica-map_1234-5678.jpg" }, + { id: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/wooden-animal-keychain-carved-design_1234-5678.jpg" }, { id: "p3", name: "Zoo Branded T-Shirt", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/cotton-tshirt-mockup_23-2148483594.jpg" }, { id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/costa-rica-flag-waving_181624-9827.jpg" } ]} @@ -73,4 +73,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1