From ddd1c19f1316af53cecb39454f6f99e7554af8fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:12:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 941bf62..59214a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { id: "1", title: "Dr. María García", subtitle: "Lead Dermatologist", detail: "maria@clinicatitanium.com", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop" }, { - id: "2", title: "Dr. Carlos Mendez", subtitle: "Aesthetic Specialist", detail: "carlos@clinicatitanium.com", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop" + id: "2", title: "Dr. Carlos Mendez", subtitle: "Aesthetic Specialist", detail: "carlos@clinicatitanium.com", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=1" } ] }, @@ -141,7 +141,7 @@ export default function LandingPage() { id: "3", title: "Sofía Ramírez", subtitle: "Laser Technician", detail: "sofia@clinicatitanium.com", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop" }, { - id: "4", title: "Ana Martínez", subtitle: "Skincare Specialist", detail: "ana@clinicatitanium.com", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop" + id: "4", title: "Ana Martínez", subtitle: "Skincare Specialist", detail: "ana@clinicatitanium.com", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=2" } ] } -- 2.49.1