diff --git a/src/app/animal/[id]/page.tsx b/src/app/animal/[id]/page.tsx index fdb951d..3501f35 100644 --- a/src/app/animal/[id]/page.tsx +++ b/src/app/animal/[id]/page.tsx @@ -91,7 +91,7 @@ export default function AnimalDetailPage() { category: ["Mammal", "Africa"], title: "African Elephant", excerpt: "The largest land animal on Earth with complex social structures and remarkable intelligence. Height up to 13 feet, weight up to 14,000 lbs.", - imageSrc: "http://img.b2bpic.net/free-photo/white-rhinoceros-running-through-zoo-surrounded-by-wooden-fences-greenery_181624-12071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-rhinoceros-running-through-zoo-surrounded-by-wooden-fences-greenery_181624-12071.jpg?_wi=3", imageAlt: "African Elephant in savanna", authorName: "Wildlife Expert", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309565.jpg", @@ -102,7 +102,7 @@ export default function AnimalDetailPage() { category: ["Reptile", "Amazon"], title: "Green Anaconda", excerpt: "The heaviest snake species in the world, reaching lengths up to 30 feet. Semi-aquatic predators found in South American rainforests.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-head-adult-black-western-whip-snake-hierophis-viridiflavus-malta_181624-29139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-head-adult-black-western-whip-snake-hierophis-viridiflavus-malta_181624-29139.jpg?_wi=3", imageAlt: "Green Anaconda in water", authorName: "Herpetologist", authorAvatar: "http://img.b2bpic.net/free-photo/young-female-doctor-wearing-medical-robe-standing-isolated-green-wall-with-copy-space_141793-59294.jpg", @@ -113,7 +113,7 @@ export default function AnimalDetailPage() { category: ["Bird", "Arctic"], title: "Arctic Tern", excerpt: "The bird with the longest migration, traveling 44,000 miles annually between poles. Weighs only 3-4 ounces despite incredible journeys.", - imageSrc: "http://img.b2bpic.net/free-photo/seagulls-pink-dawn-coast-flight-shoreline_169016-70850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seagulls-pink-dawn-coast-flight-shoreline_169016-70850.jpg?_wi=3", imageAlt: "Arctic Tern in flight", authorName: "Ornithologist", authorAvatar: "http://img.b2bpic.net/free-photo/fisherman-holding-fresh-fish_23-2147894160.jpg", @@ -124,7 +124,7 @@ export default function AnimalDetailPage() { category: ["Marine", "Ocean"], title: "Great White Shark", excerpt: "Apex predator reaching 20 feet in length with sophisticated hunting strategies. Can detect one drop of blood in Olympic swimming pool.", - imageSrc: "http://img.b2bpic.net/free-photo/realistic-shark-ocean_23-2151415326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/realistic-shark-ocean_23-2151415326.jpg?_wi=3", imageAlt: "Great White Shark underwater", authorName: "Marine Biologist", authorAvatar: "http://img.b2bpic.net/free-photo/female-doctor-holding-globe-while-spreading-palm-aside-protection-suit_176474-23525.jpg", @@ -135,7 +135,7 @@ export default function AnimalDetailPage() { category: ["Primate", "Asia"], title: "Orangutan", excerpt: "One of our closest living relatives sharing 97% DNA with humans. Highly intelligent tree-dwellers with complex tool use abilities.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-red-colobus-monkey-copulating-branch-zanzibar-tanzania-piliocolobus-tephrosceles_1217-4758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-red-colobus-monkey-copulating-branch-zanzibar-tanzania-piliocolobus-tephrosceles_1217-4758.jpg?_wi=3", imageAlt: "Orangutan in rainforest", authorName: "Primatologist", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-microscope_23-2148969929.jpg", @@ -146,7 +146,7 @@ export default function AnimalDetailPage() { category: ["Amphibian", "Rainforest"], title: "Poison Dart Frog", excerpt: "Brightly colored amphibians with toxic skin secretions used as defense. Found in Central and South American rainforests in various color morphs.", - imageSrc: "http://img.b2bpic.net/free-photo/litoria-rubella-tree-frog-red-flower-australian-tree-frog-closeup-green-leaves-desert-tree-frog-closeup_488145-3358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/litoria-rubella-tree-frog-red-flower-australian-tree-frog-closeup-green-leaves-desert-tree-frog-closeup_488145-3358.jpg?_wi=3", imageAlt: "Colorful Poison Dart Frog", authorName: "Herpetologist", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg",