diff --git a/app/components/projects/Projects.tsx b/app/components/projects/Projects.tsx index bb91eb7..d13ffb6 100644 --- a/app/components/projects/Projects.tsx +++ b/app/components/projects/Projects.tsx @@ -1,35 +1,34 @@ -const projects = [ - { - name: "HackUTD 2026", - description: "Our flagship hackathon event site.", - }, - { - name: "Lost in the Pages", - description: "A creative interactive experience.", - }, - { - name: "Jury", - description: "Hackathon judging and scoring platform.", - }, - { - name: "Harp", - description: "Internal tooling for organizer workflows.", - }, -]; +import Image from "next/image"; export default function Projects() { return (
-
- {projects.map((project) => ( -
-

{project.name}

-

{project.description}

+
+
+
+ HackUTD 2026
- ))} +
+

Fall 2026

+

HackUTD 2026

+

The largest hackathon at UT Dallas returns with new challenge tracks.

+

Learn More →

+
+
+
+
+

Competition

+

Jury

+

Industry professionals evaluate projects across execution and impact.

+

Learn More →

+
+
+

Spring Event

+

Harp

+

A creative-focused companion event pairing design and hardware.

+

Learn More →

+
+
); diff --git a/public/oldImg.png b/public/oldImg.png new file mode 100644 index 0000000..01e3964 Binary files /dev/null and b/public/oldImg.png differ