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