Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-04-04 21:18:07 +00:00
2 changed files with 5 additions and 6 deletions

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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"},
]}
/>
</div>
@@ -118,4 +118,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}