From 654538039335230e54b88f8ac2a900f32bbc7a74 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:18:37 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bec2c60..24ae202 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { title="Code of Conduct" sections={[ { - heading: "Policy", content: { text: "All members must maintain professional decorum during club activities."}, + heading: "Policy", content: { type: "paragraph", text: "All members must maintain professional decorum during club activities."}, }, ]} /> -- 2.49.1 From 1aca4bb9de28d32e35a1d9f8b28f66b45a8e57e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:18:38 +0000 Subject: [PATCH 2/2] Update src/app/events/page.tsx --- src/app/events/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index b56e659..08166e9 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -78,8 +78,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg"}, { imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg"}, - ], - imageAlt: "university campus architecture"}, + ]}, { title: "Research Tools", description: "Master econometrics software.", icon: Database, mediaItems: [ @@ -87,8 +86,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg"}, - ], - imageAlt: "professional headshot student"}, + ]}, ]} /> -- 2.49.1