From d713e04e17d11369b5590a3311d04c8cbda2b5b2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 10:35:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acdf515..021bbc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@mariag", testimonial: "Excelente trato y profesionalidad absoluta.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1", imageAlt: "dental clinic professional portrait", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@juanr", testimonial: "La mejor clínica de la ciudad, muy contento.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=1", imageAlt: "dental clinic professional portrait", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@anas", testimonial: "Muy detallistas y amables con los niños.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=1", imageAlt: "dental clinic professional portrait", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@pedrom", testimonial: "Cero dolor, tratamiento muy eficiente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg?_wi=1", imageAlt: "dental clinic professional portrait", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { handle: "@luciap", testimonial: "Salud dental al mejor nivel, gracias.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg?_wi=1", imageAlt: "dental clinic professional portrait", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2" imageAlt="dental clinic professional portrait" avatars={[ { @@ -206,7 +206,7 @@ export default function LandingPage() { description: "Alinea tu sonrisa sin que nadie lo note.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=3", imageAlt: "Close up doctor and patient at clinic", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { description: "Recupera el brillo natural de tus dientes.", bentoComponent: "reveal-icon", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=2", imageAlt: "Close up doctor and patient at clinic", }, ]} @@ -294,28 +294,28 @@ export default function LandingPage() { name: "María González", handle: "@mariag", testimonial: "El personal es increíblemente amable.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=3", }, { id: "2", name: "Juan Pérez", handle: "@juanp", testimonial: "Un proceso muy rápido y eficiente.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=2", }, { id: "3", name: "Ana López", handle: "@anal", testimonial: "Muy contenta con el resultado final.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg?_wi=2", }, { id: "4", name: "Carlos Ruíz", handle: "@carlosr", testimonial: "El mejor dentista de la ciudad.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg?_wi=2", }, { id: "5", -- 2.49.1