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", }, ]} 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' }, '*'); })(); +` + }} + /> + +