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