diff --git a/src/app/page.tsx b/src/app/page.tsx index 2857767..ee5bed4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,4 +127,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 99cc25a..fc878d8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -45,9 +45,9 @@ 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/view-ancient-pottery-vessels-earthenware_23-2151538360.jpg" }, - { id: "p3", name: "Logo Hat", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-trucker-hat_23-2149431208.jpg" }, - { id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172571.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: "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" } ]} title="Zoo Shop Treasures" description="Take a piece of the zoo home with you." @@ -57,8 +57,8 @@ export default function LandingPage() {