Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-04 12:06:58 +00:00

View File

@@ -134,9 +134,9 @@ export default function MeridianHealthcare() {
animationType="blur-reveal"
members={[
{ id: "1", name: "Dr. Sarah Mitchell", role: "Chief Dentist", videoSrc: "https://videos.pexels.com/video-files/5408836/5408836-sd_640_360_24fps.mp4", videoAriaLabel: "Dr. Sarah Mitchell" },
{ id: "2", name: "Dr. James Chen", role: "Surgical Specialist", videoSrc: "https://videos.pexels.com/video-files/5325701/5325701-sd_640_360_24fps.mp4", videoAriaLabel: "Dr. James Chen" },
{ id: "2", name: "Dr. James Chen", role: "Surgical Specialist", videoSrc: "https://videos.pexels.com/video-files/5325701/5325701-sd_640_360_24fps.mp4?_wi=1", videoAriaLabel: "Dr. James Chen" },
{ id: "3", name: "Dr. Emma Rodriguez", role: "Orthodontist", videoSrc: "https://videos.pexels.com/video-files/7580399/7580399-sd_640_360_24fps.mp4", videoAriaLabel: "Dr. Emma Rodriguez" },
{ id: "4", name: "Dr. Michael Thompson", role: "Prosthodontist", videoSrc: "https://videos.pexels.com/video-files/5325701/5325701-sd_640_360_24fps.mp4", videoAriaLabel: "Dr. Michael Thompson" }
{ id: "4", name: "Dr. Michael Thompson", role: "Prosthodontist", videoSrc: "https://videos.pexels.com/video-files/5325701/5325701-sd_640_360_24fps.mp4?_wi=2", videoAriaLabel: "Dr. Michael Thompson" }
]}
/>
</div>