From 1e1c70ad97b290d16db9c3c3c1964dab2cba3505 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:38:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62895cd..ab84b4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,14 +133,14 @@ export default function LandingPage() { groups={[ { id: "doctors", groupTitle: "Doctors & Specialists", members: [ - { id: "1", title: "Dr. Sarah Mitchell", subtitle: "DDS, General Dentist", detail: "sarah.mitchell@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-doctor-crossed-hands-front-white-wall_158595-7667.jpg", imageAlt: "Dr. Sarah Mitchell" }, - { id: "2", title: "Dr. James Chen", subtitle: "DMD, Orthodontist", detail: "james.chen@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-doctor-crossed-hands-front-white-wall_158595-7667.jpg", imageAlt: "Dr. James Chen" } + { id: "1", title: "Dr. Sarah Mitchell", subtitle: "DDS, General Dentist", detail: "sarah.mitchell@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-doctor-crossed-hands-front-white-wall_158595-7667.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell" }, + { id: "2", title: "Dr. James Chen", subtitle: "DMD, Orthodontist", detail: "james.chen@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-doctor-crossed-hands-front-white-wall_158595-7667.jpg?_wi=2", imageAlt: "Dr. James Chen" } ] }, { id: "hygiene", groupTitle: "Dental Hygiene Team", members: [ - { id: "3", title: "Emily Rodriguez", subtitle: "Registered Dental Hygienist", detail: "emily.rodriguez@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-1485.jpg", imageAlt: "Emily Rodriguez" }, - { id: "4", title: "Lisa Thompson", subtitle: "Registered Dental Hygienist", detail: "lisa.thompson@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-1485.jpg", imageAlt: "Lisa Thompson" } + { id: "3", title: "Emily Rodriguez", subtitle: "Registered Dental Hygienist", detail: "emily.rodriguez@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-1485.jpg?_wi=1", imageAlt: "Emily Rodriguez" }, + { id: "4", title: "Lisa Thompson", subtitle: "Registered Dental Hygienist", detail: "lisa.thompson@smilecare.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-1485.jpg?_wi=2", imageAlt: "Lisa Thompson" } ] } ]} -- 2.49.1