From e6ba8b61a103a48063550cf4309b3aea8cbf2ada Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:53:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c85b07..eb372ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,8 +109,8 @@ export default function HealthcarePage() {
@@ -138,7 +141,9 @@ export default function HealthcarePage() { { id: "2", name: "Jerrick Yao", role: "Physiotherapist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXR5ZsAmuQl2IzslEI1GV91DxL/uploaded-1776530936716-35dvuqqv.png?_wi=2", imageAlt: "Jerrick Yao"}, { - id: "3", name: "Elena Rodriguez", role: "Registered RMT", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67149.jpg", imageAlt: "Elena Rodriguez"}, + id: "3", name: "Atefeh Bahadori", role: "Physiotherapist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXR5ZsAmuQl2IzslEI1GV91DxL/uploaded-1776530936716-35dvuqqv.png?_wi=2", imageAlt: "Atefeh Bahadori"}, + { + id: "4", name: "Elena Rodriguez", role: "Registered RMT", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67149.jpg", imageAlt: "Elena Rodriguez"}, ]} />
@@ -241,4 +246,4 @@ export default function HealthcarePage() { ); -} +} \ No newline at end of file -- 2.49.1