From 5c68e479fa77f0c727e94102d14537eca1500850 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 20:29:14 +0000 Subject: [PATCH 1/4] Update src/pages/ContactoPage.tsx --- src/pages/ContactoPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ContactoPage.tsx b/src/pages/ContactoPage.tsx index 7b44a4f..4cf154e 100644 --- a/src/pages/ContactoPage.tsx +++ b/src/pages/ContactoPage.tsx @@ -21,7 +21,7 @@ export default function ContactoPage() { answer: "Atención 24/7.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314336.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314336.jpg?_wi=2" /> -- 2.49.1 From 70e934301edfddca6920ef6cde98c73e456a293f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 20:29:15 +0000 Subject: [PATCH 2/4] Update src/pages/GaleriaPage.tsx --- src/pages/GaleriaPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/GaleriaPage.tsx b/src/pages/GaleriaPage.tsx index 2b9cc5b..c66130c 100644 --- a/src/pages/GaleriaPage.tsx +++ b/src/pages/GaleriaPage.tsx @@ -35,17 +35,17 @@ export default function GaleriaPage() { { title: "Equipo", description: "Staff medico", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143876.jpg?_wi=2", }, { title: "Lab", description: "Analisis", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg?_wi=2", }, { title: "Jardin", description: "Relax", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cute-puppy_23-2149304303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cute-puppy_23-2149304303.jpg?_wi=2", }, ]} /> -- 2.49.1 From 9efade7b8c6840867d0aac47401099731a4f9a3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 20:29:15 +0000 Subject: [PATCH 3/4] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2774541..99a6dc1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -107,21 +107,21 @@ export default function HomePage() { role: "Dueño de Luna", quote: "Profesionales de primer nivel, siempre puntuales.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg?_wi=1", }, { name: "Camila P.", role: "Dueña de Milo", quote: "El servicio de estética es impecable.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cute-puppy_23-2149304303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cute-puppy_23-2149304303.jpg?_wi=1", }, { name: "Rodrigo S.", role: "Dueño de Bimba", quote: "Tratan a mi mascota como si fuera suya.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314336.jpg?_wi=1", }, { name: "Sofía L.", -- 2.49.1 From 155d7cbbe2e01c6265156bd1d7777c01a1b64eb6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 20:29:16 +0000 Subject: [PATCH 4/4] Update src/pages/NosotrosPage.tsx --- src/pages/NosotrosPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/NosotrosPage.tsx b/src/pages/NosotrosPage.tsx index b6ec8fb..6d47fb0 100644 --- a/src/pages/NosotrosPage.tsx +++ b/src/pages/NosotrosPage.tsx @@ -23,7 +23,7 @@ export default function NosotrosPage() { description: "Veterinarios expertos.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143876.jpg?_wi=1" /> -- 2.49.1