feat: add HomeVideosSection component with YouTube video integration

This commit is contained in:
poyrazavsever
2026-03-10 21:43:46 +03:00
parent 9142962fce
commit 17ec09f8ab
3 changed files with 59 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export const YOUTUBE_VIDEO_LINKS = [
"https://www.youtube.com/watch?v=9JEOGCX5aSQ&t=22s",
"https://www.youtube.com/watch?v=H8sP8HejI7A",
"https://www.youtube.com/watch?v=XWUeVzf0t6Y&t=2s",
] as const;