Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 11 additions & 31 deletions apps/web/src/components/universities/UniversityEventsGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,16 @@ import { useTranslations } from "next-intl";
import GradientOrbs, { orbPresets } from "./GradientOrbs";

const universityEvents = [
{
id: "berkeley-2025",
titleKey: "berkeley",
location: "Berkeley",
university: "UC Berkeley",
date: "Sept 24",
href: "https://lu.ma/f25ucb",
image:
"https://images.unsplash.com/photo-1694391505705-7fde96f6f14f?q=80&w=2000",
},
{
id: "mhacks-2025",
titleKey: "mhacks",
location: "Ann Arbor",
university: "MHacks",
date: "Sept 27-28",
href: "https://www.mhacks.org/",
image:
"https://images.unsplash.com/photo-1523050854058-8df90110c9f1?q=80&w=2000",
},
{
id: "ucla-2025",
titleKey: "ucla",
location: "Los Angeles",
university: "UCLA",
date: "Oct 1",
date: "Oct 10",
href: "https://lu.ma/f25ucla",
image:
"https://images.unsplash.com/photo-1626060490950-fabf0d72ca8a?q=80&w=2000",
},
{
id: "usc-2025",
titleKey: "usc",
location: "Los Angeles",
university: "USC",
date: "Oct 3",
href: "https://lu.ma/f25usc",
image:
"https://images.unsplash.com/photo-1612822798436-369a2448ad45?q=80&w=2000",
},
{
id: "ut-austin-2025",
titleKey: "utaustin",
Expand All @@ -56,6 +26,16 @@ const universityEvents = [
image:
"https://images.unsplash.com/photo-1595169359806-eee943bd8b97?q=80&w=2000",
},
{
id: "usc-2025",
titleKey: "usc",
location: "Los Angeles",
university: "USC",
date: "Oct 17",
href: "https://lu.ma/f25usc",
image:
"https://images.unsplash.com/photo-1612822798436-369a2448ad45?q=80&w=2000",
},
{
id: "mit-harvard-2025",
titleKey: "workshop",
Expand Down