From 00bc3ed740d87f2e0a8bc52bc520c8379eabf1a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 00:07:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From cfe136fb203398d2906415e71defccbf82a544b2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 00:07:36 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {
-- 2.49.1