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."}, }, ]} /> 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"}, + ]}, ]} />