diff --git a/src/app/page.tsx b/src/app/page.tsx index e79dd2e..84911ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function HomePage() { title: "Os de Cheval", description: "Fémur, tibia, radius, ulna, crâne et bien d'autres. Modèles complets pour l'étude ostéopathique équine.", tag: "Équin", - imageSrc: "http://img.b2bpic.net/free-photo/horse-skull_1368-3434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horse-skull_1368-3434.jpg?_wi=1", imageAlt: "horse femur equine anatomy 3D model bone structure veterinary", buttons: [{ text: "Voir le Catalogue", href: "/os-cheval" }], }, @@ -147,7 +147,7 @@ export default function HomePage() { title: "Os de Chien", description: "Fémur, tibia, crâne, colonne vertébrale. Modèles détaillés pour l'apprentissage canin.", tag: "Canin", - imageSrc: "http://img.b2bpic.net/free-photo/dog-skeleton-studio_23-2150891618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dog-skeleton-studio_23-2150891618.jpg?_wi=1", imageAlt: "dog femur canine anatomy 3D model bone structure veterinary education", buttons: [{ text: "Voir le Catalogue", href: "/os-chien" }], }, @@ -339,13 +339,13 @@ export default function HomePage() { { id: "1", name: "Marie Dupont", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=1", imageAlt: "student veterinary portrait professional avatar", }, { id: "2", name: "Dr. Jean Philippe", - imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg?_wi=1", imageAlt: "teacher educator portrait professional university", }, { @@ -363,13 +363,13 @@ export default function HomePage() { { id: "5", name: "Thomas Marchand", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=2", imageAlt: "student veterinary portrait professional avatar", }, { id: "6", name: "Lisa Gautier", - imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg?_wi=2", imageAlt: "teacher educator portrait professional university", }, ]}