diff --git a/src/app/page.tsx b/src/app/page.tsx index 48f727b..b40fc37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -29,25 +28,15 @@ export default function LandingPage() { @@ -99,17 +75,11 @@ export default function LandingPage() { description="CMC (Controversy Meets Conversation) is dedicated to empowering individuals to engage in constructive civic discourse. We provide structured environments where challenging topics are explored respectfully, fostering critical thinking and empathy." bulletPoints={[ { - title: "Structured Dialogues", - description: "Facilitated discussions ensure productive and respectful exchanges on complex issues.", - }, + title: "Structured Dialogues", description: "Facilitated discussions ensure productive and respectful exchanges on complex issues."}, { - title: "Empathy Building", - description: "Programs designed to help participants understand and appreciate diverse viewpoints.", - }, + title: "Empathy Building", description: "Programs designed to help participants understand and appreciate diverse viewpoints."}, { - title: "Community Engagement", - description: "Creating spaces for meaningful connections and collaborative problem-solving.", - }, + title: "Community Engagement", description: "Creating spaces for meaningful connections and collaborative problem-solving."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780876229304-5y58o8ss.jpg" imageAlt="CMC Controversy Meets Conversation Logo" @@ -125,100 +95,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Promote Understanding", - description: "Bridge divides by encouraging active listening and respectful exchange of ideas.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-technology-people-leisure-online-communication-happy-young-dark-skinned-male-holding-cell-phone-showing-something-his-stylish-caucasian-friend-both-looking-screen-smiling_273609-103.jpg", - imageAlt: "Diverse group of people discussing ideas", - }, + title: "Promote Understanding", description: "Bridge divides by encouraging active listening and respectful exchange of ideas.", imageSrc: "http://img.b2bpic.net/free-photo/modern-technology-people-leisure-online-communication-happy-young-dark-skinned-male-holding-cell-phone-showing-something-his-stylish-caucasian-friend-both-looking-screen-smiling_273609-103.jpg", imageAlt: "Diverse group of people discussing ideas"}, { - title: "Develop Critical Thinking", - description: "Challenge assumptions and foster independent thought through rigorous debate.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-student-posing-front-blackboard_23-2147650763.jpg", - imageAlt: "Students engaged in critical thinking during a workshop", - }, + title: "Develop Critical Thinking", description: "Challenge assumptions and foster independent thought through rigorous debate.", imageSrc: "http://img.b2bpic.net/free-photo/serious-student-posing-front-blackboard_23-2147650763.jpg", imageAlt: "Students engaged in critical thinking during a workshop"}, { - title: "Strengthen Communities", - description: "Build stronger, more cohesive communities by enabling productive conversations.", - imageSrc: "http://img.b2bpic.net/free-photo/content-young-friends-sitting-steps_74855-2718.jpg", - imageAlt: "Diverse hands forming a circle, representing community", - }, + title: "Strengthen Communities", description: "Build stronger, more cohesive communities by enabling productive conversations.", imageSrc: "http://img.b2bpic.net/free-photo/content-young-friends-sitting-steps_74855-2718.jpg", imageAlt: "Diverse hands forming a circle, representing community"}, ]} title="Why Civic Discourse Matters" description="In a world of increasing polarization, fostering constructive dialogue is more crucial than ever. CMC equips individuals with the skills to navigate differences and build common ground." /> -
- -
-
@@ -231,62 +124,37 @@ export default function LandingPage() { logoText="Controversy Meets Conversation" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Events", - href: "/events", - }, + label: "Events", href: "/events"}, { - label: "Start a Chapter", - href: "/chapter", - }, + label: "Start a Chapter", href: "/chapter"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Volunteer", - href: "#", - }, + label: "Volunteer", href: "#"}, { - label: "Donate", - href: "#", - }, + label: "Donate", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, ]}