diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 4a295f2..e8856b5 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -5,15 +5,15 @@ import { Search } from "lucide-react"; const SLIDES = [ { id: 1, - videoUrl: "https://videos.pexels.com/video-files/3253245/3253245-uhd_2560_1440_25fps.mp4", + videoId: "Fpn1imb9qZg", // Konser }, { id: 2, - videoUrl: "https://videos.pexels.com/video-files/2086119/2086119-uhd_2560_1440_24fps.mp4", + videoId: "qqvBnmUBP8g", // Lari }, { id: 3, - videoUrl: "https://videos.pexels.com/video-files/3163534/3163534-uhd_2560_1440_30fps.mp4", + videoId: "DK3hsi6NBjw", // Seminar }, ]; @@ -71,18 +71,16 @@ export default function Hero() {