diff --git a/app/overview/page.tsx b/app/overview/page.tsx
index 568510a..6fd1405 100644
--- a/app/overview/page.tsx
+++ b/app/overview/page.tsx
@@ -6,25 +6,22 @@ const ProgramOverview = () => {
- Summer of 2024 Program Overview
+ Program Overview
The NaijaCoder program is a 10-day course that teaches the basics of algorithms and computer programming.
The course is designed to be accessible to all students, especially those who are underprivileged.
-
+
+
+
- Day 1: Introductions and Motivations
@@ -39,16 +36,11 @@ const ProgramOverview = () => {
- Day 10: Review, Recap, Exam
-
-
-
+
);
}
export default ProgramOverview;
-
-
-