feat: add HomeVideosSection component with YouTube video integration
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user