Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 19:38:54 +00:00

View File

@@ -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" }
]
}
]}