diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cd984c8..bec2c60 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,8 +55,7 @@ export default function LandingPage() { title="Code of Conduct" sections={[ { - heading: "Policy", content: { - type: "paragraph", text: "All members must maintain professional decorum during club activities."}, + heading: "Policy", content: { text: "All members must maintain professional decorum during club activities."}, }, ]} /> @@ -87,4 +86,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index f084c5c..b56e659 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg", imageAlt: "university campus architecture"}, + imageAlt: "university campus architecture"}, { title: "Research Tools", description: "Master econometrics software.", icon: Database, mediaItems: [ @@ -88,7 +88,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/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "professional headshot student"}, + imageAlt: "professional headshot student"}, ]} /> @@ -118,4 +118,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file