diff --git a/src/app/page.tsx b/src/app/page.tsx index 835a691..eb7f1e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />