From ba538621ed0f5e2da27b2df58a2a5538131f156f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 00:06:44 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 133 +++++++++++------------------------------ 1 file changed, 34 insertions(+), 99 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a3d235c..c5ac1c8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,27 +28,17 @@ export default function LandingPage() { @@ -62,17 +52,11 @@ export default function LandingPage() { description="Controversy Meets Conversation was founded on the belief that robust, respectful dialogue is the cornerstone of a healthy democracy. We strive to cultivate a future where individuals, regardless of background, can engage with complex issues, understand diverse perspectives, and work collaboratively towards common goals." bulletPoints={[ { - title: "Bridge Divides", - description: "Create pathways for understanding across ideological and social lines.", - }, + title: "Bridge Divides", description: "Create pathways for understanding across ideological and social lines."}, { - title: "Empower Voices", - description: "Equip every individual with the skills to express their views effectively and respectfully.", - }, + title: "Empower Voices", description: "Equip every individual with the skills to express their views effectively and respectfully."}, { - title: "Inspire Action", - description: "Transform dialogue into informed action for positive societal change.", - }, + title: "Inspire Action", description: "Transform dialogue into informed action for positive societal change."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780876229304-sin0d0oo.jpg?_wi=2" imageAlt="Students engaged in a facilitated discussion in a school setting" @@ -87,23 +71,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Users, - title: "Participants Engaged", - value: "2,500+", - }, + id: "1", icon: Users, + title: "Participants Engaged", value: "2,500+"}, { - id: "2", - icon: Award, - title: "Workshops Hosted", - value: "150+", - }, + id: "2", icon: Award, + title: "Workshops Hosted", value: "150+"}, { - id: "3", - icon: GraduationCap, - title: "Chapters Established", - value: "12+", - }, + id: "3", icon: GraduationCap, + title: "Chapters Established", value: "12+"}, ]} title="Our Impact & Reach" description="Witness the tangible results of our commitment to fostering informed and respectful civic discourse across communities." @@ -118,26 +93,11 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "1", - name: "John Doe", - role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", - imageAlt: "Portrait of John Doe", - }, + id: "1", name: "John Doe", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "Portrait of John Doe"}, { - id: "2", - name: "Jane Smith", - role: "Program Director", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", - imageAlt: "Portrait of Jane Smith", - }, + id: "2", name: "Jane Smith", role: "Program Director", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Portrait of Jane Smith"}, { - id: "3", - name: "Dr. Alan Turing", - role: "Advisory Board", - imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-huddled-around-table-working_329181-17080.jpg", - imageAlt: "Portrait of Dr. Alan Turing", - }, + id: "3", name: "Dr. Alan Turing", role: "Advisory Board", imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-huddled-around-table-working_329181-17080.jpg", imageAlt: "Portrait of Dr. Alan Turing"}, ]} title="Meet Our Team" description="Dedicated leaders and educators passionate about empowering the next generation of engaged citizens." @@ -146,67 +106,42 @@ export default function LandingPage() {