diff --git a/app/components/what-we-do.tsx b/app/components/what-we-do.tsx new file mode 100644 index 0000000..6abec90 --- /dev/null +++ b/app/components/what-we-do.tsx @@ -0,0 +1,157 @@ +import clsx from "clsx"; + +export default function WhatWeDo({ + variant, +}: { + variant: "compact" | "full-width"; +}) { + return ( +
+ Teams complete software development projects for{" "} + Boston area non-profits under the guidance of + a Project Manager, Tech Lead, and Designer. +
++ Students gain{" "} + hands-on experience building web applications{" "} + from the ground up while working closely with clients to meet + their specific needs. +
+ > + ) + } + imageSrc="/culture-house.jpg" + /> + ++ JumboCode fosters collaboration among students of{" "} + all majors, academic years, and skill levels. +
++ Teams work together to exchange ideas, strengthen their + skills, and tackle real-world challenges in a + supportive learning environment. +
+ > + ) + } + imageSrc="/my-lingual-lawyer.jpg" + /> + ++ We host events like field day, guest speakers, project + showcases, and a weekly Hack Night to{" "} + + connect members and celebrate their achievements + + . +
++ JumboCode events serve members and the broader Tufts + community, uniting students across disciplines. +
+ > + ) + } + imageSrc="/jumbohack-crowd.jpg" + /> + ++ Each year we host JumboHack, a{" "} + 48-hour hackathon that brings together Boston + area students to develop software for social good.{" "} +
++ Itβs a fast-paced, collaborative event designed to inspire + creativity and drive impact. To learn more, visit the{" "} + JumboHack website. +
+ > + ) + } + imageSrc="/jumbohack-checkin.jpg" + /> +