diff --git a/src/pages/EvidencesPage.tsx b/src/pages/EvidencesPage.tsx index 1dc1b1d..b52b3e1 100644 --- a/src/pages/EvidencesPage.tsx +++ b/src/pages/EvidencesPage.tsx @@ -13,29 +13,15 @@ export default function EvidencesPage() { description="Structured navigation for my Means of Verification (MOVs) across four academic years." features={[ { - title: "Freshmen Year", - description: "Laying the groundwork for educational theory and introductory pedagogical courses.", - bentoComponent: "checklist-timeline", - heading: "Institutional Outcomes", - subheading: "Year 1 Focus", - checklistItems: [ + title: "Freshmen Year", description: "Laying the groundwork for educational theory and introductory pedagogical courses.", bentoComponent: "checklist-timeline", heading: "Institutional Outcomes", subheading: "Year 1 Focus", checklistItems: [ { - label: "Foundations", - detail: "Literacy & Numeracy focus", - }, + label: "Foundations", detail: "Literacy & Numeracy focus"}, { - label: "Technology", - detail: "Basic digital proficiency", - }, + label: "Technology", detail: "Basic digital proficiency"}, { - label: "Citizenship", - detail: "Global awareness introduction", - }, + label: "Citizenship", detail: "Global awareness introduction"}, ], - completedLabel: "Completed", - imageSrc: "http://img.b2bpic.net/free-photo/notepad-keyboard-near-coffee-cup-apple_23-2148128525.jpg", - imageAlt: "Notepad and keyboard near coffee cup and apple", - }, + completedLabel: "Completed"}, ]} /> @@ -49,15 +35,9 @@ export default function EvidencesPage() { description="Showcasing my best work during my undergraduate studies." items={[ { - title: "Lesson Plan 1", - description: "Focused on active learning strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-back-school-still-life-elements_23-2148969123.jpg", - }, + title: "Lesson Plan 1", description: "Focused on active learning strategies.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-back-school-still-life-elements_23-2148969123.jpg"}, { - title: "Research Paper", - description: "Analysis of pedagogical trends.", - imageSrc: "http://img.b2bpic.net/free-photo/plywood-with-assortment-carpentry-tools_23-2148180553.jpg", - }, + title: "Research Paper", description: "Analysis of pedagogical trends.", imageSrc: "http://img.b2bpic.net/free-photo/plywood-with-assortment-carpentry-tools_23-2148180553.jpg"}, ]} />