diff --git a/src/app/PastEvents/page.js b/src/app/PastEvents/page.js index fb725f51..96722b75 100644 --- a/src/app/PastEvents/page.js +++ b/src/app/PastEvents/page.js @@ -1,19 +1,19 @@ import Image from "next/image" import Header from "@/app/components/Header" import Footer from "@/app/components/Footer" +import Newsletter from "@/app/components/Newsletter" +import EventListingsGrid from "@/app/components/EventListingsGrid" +import { getPastHackathonEvents } from "@/app/data/eventsData"; -export default function EventListing() { +export default function PastHackathonEvents() { return (
< Header /> - - - {/* Event Listings */}
dino @@ -33,69 +33,19 @@ export default function EventListing() {
- - {/* Listings Grid */} -
+ +
+
- - {/* Listing 1 */} - -
- Event Image - -
-

CISSA x GMC 2025 Game Jam

-

Fri, Mar 7, 6:00 PM

-

Arts West Building (Building 148)

-
- - -
- - - - - - {/* Listing 2 */} - -
- Event Image - -
-

UNIHACK 2025 - ‎ ‎ -

-

Fri, Mar 14, 18:00 PM

-

Monash University Clayton Campus

-
- - -
- - - - - {/* Listing 3 */} -
- Event Image - -
-

MedHack: AI Hospital

-

Sat, Feb 15, 14:00 PM

-

Woodside Building for Technology and Design

-
- - -
- +
+ +
- - +