Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe88bbbe53 | |||
| ea844cca8c | |||
| d055393468 | |||
| 66e25b6064 | |||
| ba538621ed | |||
| 25a8c3fc22 |
@@ -28,27 +28,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Events",
|
name: "Events", id: "/events"},
|
||||||
id: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Chapters",
|
name: "Chapters", id: "/chapter"},
|
||||||
id: "/chapter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="Controversy Meets Conversation Logo"
|
logoAlt="Controversy Meets Conversation Logo"
|
||||||
brandName="CMC"
|
brandName="CMC"
|
||||||
/>
|
/>
|
||||||
@@ -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."
|
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={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Bridge Divides",
|
title: "Bridge Divides", description: "Create pathways for understanding across ideological and social lines."},
|
||||||
description: "Create pathways for understanding across ideological and social lines.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Empower Voices",
|
title: "Empower Voices", description: "Equip every individual with the skills to express their views effectively and respectfully."},
|
||||||
description: "Equip every individual with the skills to express their views effectively and respectfully.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Inspire Action",
|
title: "Inspire Action", description: "Transform dialogue into informed action for positive societal change."},
|
||||||
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"
|
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"
|
imageAlt="Students engaged in a facilitated discussion in a school setting"
|
||||||
@@ -87,23 +71,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", icon: Users,
|
||||||
icon: Users,
|
title: "Participants Engaged", value: "2,500+"},
|
||||||
title: "Participants Engaged",
|
|
||||||
value: "2,500+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", icon: Award,
|
||||||
icon: Award,
|
title: "Workshops Hosted", value: "150+"},
|
||||||
title: "Workshops Hosted",
|
|
||||||
value: "150+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", icon: GraduationCap,
|
||||||
icon: GraduationCap,
|
title: "Chapters Established", value: "12+"},
|
||||||
title: "Chapters Established",
|
|
||||||
value: "12+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Impact & Reach"
|
title="Our Impact & Reach"
|
||||||
description="Witness the tangible results of our commitment to fostering informed and respectful civic discourse across communities."
|
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}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Meet Our Team"
|
||||||
description="Dedicated leaders and educators passionate about empowering the next generation of engaged citizens."
|
description="Dedicated leaders and educators passionate about empowering the next generation of engaged citizens."
|
||||||
@@ -146,67 +106,42 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="CMC Logo"
|
logoAlt="CMC Logo"
|
||||||
logoText="Controversy Meets Conversation"
|
logoText="Controversy Meets Conversation"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Events",
|
label: "Events", href: "/events"},
|
||||||
href: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Start a Chapter",
|
label: "Start a Chapter", href: "/chapter"},
|
||||||
href: "/chapter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Volunteer",
|
label: "Volunteer", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Donate",
|
label: "Donate", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -216,4 +151,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Events",
|
name: "Events", id: "/events"},
|
||||||
id: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Chapters",
|
name: "Chapters", id: "/chapter"},
|
||||||
id: "/chapter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="Controversy Meets Conversation Logo"
|
logoAlt="Controversy Meets Conversation Logo"
|
||||||
brandName="CMC"
|
brandName="CMC"
|
||||||
/>
|
/>
|
||||||
@@ -60,23 +50,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Empower Students",
|
title: "Empower Students", description: "Develop leadership and communication skills in a supportive environment.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolboy-using-hands-sanitizer-classroom_637285-8706.jpg", imageAlt: "Students collaborating on a project in a school setting"},
|
||||||
description: "Develop leadership and communication skills in a supportive environment.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolboy-using-hands-sanitizer-classroom_637285-8706.jpg",
|
|
||||||
imageAlt: "Students collaborating on a project in a school setting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Curriculum Support",
|
title: "Curriculum Support", description: "Access resources and guidance to integrate civic discourse into your school's programs.", imageSrc: "http://img.b2bpic.net/free-photo/leadership-leader-authoritarian-management-trainer-concept_53876-123784.jpg", imageAlt: "Teacher helping students with their work"},
|
||||||
description: "Access resources and guidance to integrate civic discourse into your school's programs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/leadership-leader-authoritarian-management-trainer-concept_53876-123784.jpg",
|
|
||||||
imageAlt: "Teacher helping students with their work",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "National Network",
|
title: "National Network", description: "Connect with other chapters and share best practices across the country.", imageSrc: "http://img.b2bpic.net/free-photo/charming-female-student-with-blonde-hair-glasses-standing-classmates-looking-with-smile-asian-boy-blissful-friends-discussing-exams-outdoor_197531-3867.jpg", imageAlt: "Diverse group of students on a school campus"},
|
||||||
description: "Connect with other chapters and share best practices across the country.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-female-student-with-blonde-hair-glasses-standing-classmates-looking-with-smile-asian-boy-blissful-friends-discussing-exams-outdoor_197531-3867.jpg",
|
|
||||||
imageAlt: "Diverse group of students on a school campus",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Bring CMC to Your School"
|
title="Bring CMC to Your School"
|
||||||
description="Empower students to engage in critical thinking, respectful dialogue, and community building by starting a Controversy Meets Conversation chapter at your educational institution."
|
description="Empower students to engage in critical thinking, respectful dialogue, and community building by starting a Controversy Meets Conversation chapter at your educational institution."
|
||||||
@@ -88,20 +66,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What are the requirements to start a chapter?", content: "Typically, you'll need a faculty advisor, a core group of interested students, and a commitment to our mission of civic discourse."},
|
||||||
title: "What are the requirements to start a chapter?",
|
|
||||||
content: "Typically, you'll need a faculty advisor, a core group of interested students, and a commitment to our mission of civic discourse.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What support does CMC provide?", content: "We offer guidance on event planning, curriculum resources, training for student leaders, and marketing materials."},
|
||||||
title: "What support does CMC provide?",
|
|
||||||
content: "We offer guidance on event planning, curriculum resources, training for student leaders, and marketing materials.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "How long does it take to establish a chapter?", content: "The process varies by school, but we work to make it as streamlined as possible, typically a few weeks to a couple of months."},
|
||||||
title: "How long does it take to establish a chapter?",
|
|
||||||
content: "The process varies by school, but we work to make it as streamlined as possible, typically a few weeks to a couple of months.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Starting a CMC Chapter"
|
sideTitle="Starting a CMC Chapter"
|
||||||
sideDescription="Have questions about bringing Controversy Meets Conversation to your school? Find your answers here."
|
sideDescription="Have questions about bringing Controversy Meets Conversation to your school? Find your answers here."
|
||||||
@@ -113,67 +82,42 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="CMC Logo"
|
logoAlt="CMC Logo"
|
||||||
logoText="Controversy Meets Conversation"
|
logoText="Controversy Meets Conversation"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Events",
|
label: "Events", href: "/events"},
|
||||||
href: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Start a Chapter",
|
label: "Start a Chapter", href: "/chapter"},
|
||||||
href: "/chapter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Volunteer",
|
label: "Volunteer", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Donate",
|
label: "Donate", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -183,4 +127,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Events",
|
name: "Events", id: "/events"},
|
||||||
id: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Chapters",
|
name: "Chapters", id: "/chapter"},
|
||||||
id: "/chapter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="Controversy Meets Conversation Logo"
|
logoAlt="Controversy Meets Conversation Logo"
|
||||||
brandName="CMC"
|
brandName="CMC"
|
||||||
/>
|
/>
|
||||||
@@ -56,18 +46,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Reach Out to Controversy Meets Conversation"
|
text="Reach Out to Controversy Meets Conversation"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Email Us",
|
text: "Email Us", href: "mailto:info@cmc.org"},
|
||||||
href: "mailto:info@cmc.org",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Call Us",
|
text: "Call Us", href: "tel:+15551234567"},
|
||||||
href: "tel:+15551234567",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,14 +62,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Twitter",
|
"Twitter", "Facebook", "Instagram", "LinkedIn", "YouTube", "TikTok", "Discord"]}
|
||||||
"Facebook",
|
|
||||||
"Instagram",
|
|
||||||
"LinkedIn",
|
|
||||||
"YouTube",
|
|
||||||
"TikTok",
|
|
||||||
"Discord",
|
|
||||||
]}
|
|
||||||
title="Connect With Us"
|
title="Connect With Us"
|
||||||
description="Follow us on social media for updates, event announcements, and daily insights into civic discourse."
|
description="Follow us on social media for updates, event announcements, and daily insights into civic discourse."
|
||||||
/>
|
/>
|
||||||
@@ -92,67 +70,42 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="CMC Logo"
|
logoAlt="CMC Logo"
|
||||||
logoText="Controversy Meets Conversation"
|
logoText="Controversy Meets Conversation"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Events",
|
label: "Events", href: "/events"},
|
||||||
href: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Start a Chapter",
|
label: "Start a Chapter", href: "/chapter"},
|
||||||
href: "/chapter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Volunteer",
|
label: "Volunteer", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Donate",
|
label: "Donate", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Twitter",
|
label: "Twitter", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -162,4 +115,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "/contact"},
|
name: "Contact", id: "/contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="Controversy Meets Conversation Logo"
|
logoAlt="Controversy Meets Conversation Logo"
|
||||||
brandName="CMC"
|
brandName="CMC"
|
||||||
/>
|
/>
|
||||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="CMC Logo"
|
logoAlt="CMC Logo"
|
||||||
logoText="Controversy Meets Conversation"
|
logoText="Controversy Meets Conversation"
|
||||||
columns={[
|
columns={[
|
||||||
@@ -129,4 +129,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "/contact"},
|
name: "Contact", id: "/contact"},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="Controversy Meets Conversation Logo"
|
logoAlt="Controversy Meets Conversation Logo"
|
||||||
brandName="CMC"
|
brandName="CMC"
|
||||||
/>
|
/>
|
||||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EpWuLQrdKe7CGSmTG6T2l1Ypvr/uploaded-1780877157402-ru83wxqx.jpg"
|
||||||
logoAlt="CMC Logo"
|
logoAlt="CMC Logo"
|
||||||
logoText="Controversy Meets Conversation"
|
logoText="Controversy Meets Conversation"
|
||||||
columns={[
|
columns={[
|
||||||
@@ -164,4 +164,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user