diff --git a/component/layout/SectionEvents/SectionEvents.jsx b/component/layout/SectionEvents/SectionEvents.jsx
index 4e74f95c..f85c0a6d 100644
--- a/component/layout/SectionEvents/SectionEvents.jsx
+++ b/component/layout/SectionEvents/SectionEvents.jsx
@@ -18,20 +18,28 @@ export default function SectionEvents({ events }) {
-
+ {events?.length > 0 ? (
+
+ ) : (
+
+ There's no events yet!
+
+ )}
diff --git a/component/layout/SectionVideos/SectionVideos.jsx b/component/layout/SectionVideos/SectionVideos.jsx
index 37bfa61b..16fe0463 100644
--- a/component/layout/SectionVideos/SectionVideos.jsx
+++ b/component/layout/SectionVideos/SectionVideos.jsx
@@ -11,13 +11,13 @@ export default function SectionVideos() {
@@ -52,13 +52,13 @@ export default function SectionVideos() {
@@ -91,13 +91,13 @@ export default function SectionVideos() {
diff --git a/public/images/temp/video1.png b/public/images/temp/video1.png
deleted file mode 100644
index 8b14be30..00000000
Binary files a/public/images/temp/video1.png and /dev/null differ
diff --git a/public/images/temp/video2.png b/public/images/temp/video2.png
deleted file mode 100644
index defe106e..00000000
Binary files a/public/images/temp/video2.png and /dev/null differ
diff --git a/public/images/temp/video3.png b/public/images/temp/video3.png
deleted file mode 100644
index c8042ff4..00000000
Binary files a/public/images/temp/video3.png and /dev/null differ
diff --git a/public/images/temp/yvideo1.png b/public/images/temp/yvideo1.png
new file mode 100644
index 00000000..cfc0c474
Binary files /dev/null and b/public/images/temp/yvideo1.png differ
diff --git a/public/images/temp/yvideo2.png b/public/images/temp/yvideo2.png
new file mode 100644
index 00000000..3f053e2c
Binary files /dev/null and b/public/images/temp/yvideo2.png differ
diff --git a/public/images/temp/yvideo3.png b/public/images/temp/yvideo3.png
new file mode 100644
index 00000000..4b52be7c
Binary files /dev/null and b/public/images/temp/yvideo3.png differ