From 792240a931276903b8a06603dd738220684de941 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:43:51 +0000 Subject: [PATCH 1/3] Update src/app/animals/page.tsx --- src/app/animals/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/animals/page.tsx b/src/app/animals/page.tsx index 6bd8673..545ead7 100644 --- a/src/app/animals/page.tsx +++ b/src/app/animals/page.tsx @@ -93,42 +93,42 @@ export default function AnimalsPage() { id: "1", name: "Luna - Golden Retriever", price: "Adoption Fee: $150", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog_482257-11548.jpg?_wi=2", imageAlt: "Luna, a golden retriever waiting for adoption", }, { id: "2", name: "Max - Tabby Cat", price: "Adoption Fee: $75", - imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg?_wi=2", imageAlt: "Max, an orange tabby cat", }, { id: "3", name: "Bella - Border Collie", price: "Adoption Fee: $120", - imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-cute-border-collie-dog_23-2148097506.jpg?_wi=2", imageAlt: "Bella, a border collie with striking eyes", }, { id: "4", name: "Charlie - Rabbit", price: "Adoption Fee: $50", - imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg?_wi=2", imageAlt: "Charlie, an adorable Holland lop rabbit", }, { id: "5", name: "Daisy - Pomeranian", price: "Adoption Fee: $100", - imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbit-eating-grass-garden_181624-40766.jpg?_wi=3", imageAlt: "Daisy, a fluffy pomeranian puppy", }, { id: "6", name: "Simba - Siamese Cat", price: "Adoption Fee: $80", - imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/focus-eyes-tabby-blue-cement-floor_1150-19546.jpg?_wi=3", imageAlt: "Simba, a beautiful siamese cat", }, ]} -- 2.49.1 From c31be89d537627e0e684ec9665fa22d706238361 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:43:52 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 22122c0..1564797 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,6 +1417,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +