From e7ea148170d13192eb558dbf1204a50aee44fdeb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:06:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} /> -- 2.49.1