+ {[
+ {
+ date: "March 15, 2025", title: "Annual Science Fair", description: "Students showcase innovative science projects and research experiments.", location: "Main Campus"
+ },
+ {
+ date: "March 22, 2025", title: "Spring Sports Day", description: "Inter-house sports competition featuring various athletic events and activities.", location: "Sports Complex"
+ },
+ {
+ date: "April 10, 2025", title: "Cultural Festival", description: "Celebration of diverse cultures through performances, food, and art exhibitions.", location: "Auditorium & Grounds"
+ },
+ {
+ date: "April 25, 2025", title: "Parent-Teacher Conference", description: "Meet with teachers to discuss student progress and academic development.", location: "School Building"
+ },
+ {
+ date: "May 5, 2025", title: "Graduation Ceremony", description: "Celebrating the achievements of our graduating class of 2025.", location: "Main Auditorium"
+ },
+ {
+ date: "May 30, 2025", title: "Summer Orientation", description: "Welcome new students and introduce them to campus facilities and community.", location: "Multi-Purpose Hall"
+ }
+ ].map((event, idx) => (
+
+
+
+
+
{event.date}
+
{event.title}
+
+
+
{event.description}
+
+
+ {event.location}
+
+
+ ))}
+