diff --git a/client/public/videos/board-intro-archive-thumb.jpg b/client/public/videos/board-intro-archive-thumb.jpg new file mode 100644 index 0000000..37960f3 Binary files /dev/null and b/client/public/videos/board-intro-archive-thumb.jpg differ diff --git a/client/public/videos/community-01-thumb.jpg b/client/public/videos/community-01-thumb.jpg new file mode 100644 index 0000000..34a6523 Binary files /dev/null and b/client/public/videos/community-01-thumb.jpg differ diff --git a/client/public/videos/community-02-thumb.jpg b/client/public/videos/community-02-thumb.jpg new file mode 100644 index 0000000..3548cae Binary files /dev/null and b/client/public/videos/community-02-thumb.jpg differ diff --git a/client/public/videos/community-03-thumb.jpg b/client/public/videos/community-03-thumb.jpg new file mode 100644 index 0000000..860054e Binary files /dev/null and b/client/public/videos/community-03-thumb.jpg differ diff --git a/client/public/videos/community-04-thumb.jpg b/client/public/videos/community-04-thumb.jpg new file mode 100644 index 0000000..9e22c4f Binary files /dev/null and b/client/public/videos/community-04-thumb.jpg differ diff --git a/client/public/videos/community-05-thumb.jpg b/client/public/videos/community-05-thumb.jpg new file mode 100644 index 0000000..2343cfb Binary files /dev/null and b/client/public/videos/community-05-thumb.jpg differ diff --git a/client/src/components/VideoGallery.tsx b/client/src/components/VideoGallery.tsx index 968edb5..0139820 100644 --- a/client/src/components/VideoGallery.tsx +++ b/client/src/components/VideoGallery.tsx @@ -14,31 +14,37 @@ const videoData: VideoItem[] = [ id: 1, videoUrl: '/videos/community-01.mp4', title: 'Community Event Video 1', + thumbnail: '/videos/community-01-thumb.jpg', }, { id: 2, videoUrl: '/videos/community-02.mp4', title: 'Community Event Video 2', + thumbnail: '/videos/community-02-thumb.jpg', }, { id: 3, videoUrl: '/videos/community-03.mp4', title: 'Community Event Video 3', + thumbnail: '/videos/community-03-thumb.jpg', }, { id: 4, videoUrl: '/videos/community-04.mp4', title: 'Community Event Video 4', + thumbnail: '/videos/community-04-thumb.jpg', }, { id: 5, videoUrl: '/videos/community-05.mp4', title: 'Community Event Video 5', + thumbnail: '/videos/community-05-thumb.jpg', }, { id: 6, videoUrl: '/videos/board-intro-archive.mp4', title: 'Board Introduction Archive', + thumbnail: '/videos/board-intro-archive-thumb.jpg', }, ]; @@ -141,10 +147,10 @@ const VideoGallery: React.FC = () => { >