Merge version_1 into main #2
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Chapters",
|
||||
id: "/chapter",
|
||||
},
|
||||
name: "Chapters", id: "/chapter"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/top-view-elections-concept-with-sign_23-2148499933.jpg"
|
||||
logoAlt="Controversy Meets Conversation Logo"
|
||||
@@ -61,29 +51,14 @@ export default function LandingPage() {
|
||||
description="Join us for upcoming discussions or explore highlights from our past conversations designed to foster civic discourse."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Upcoming Event",
|
||||
title: "The Future of Democracy: A Youth Summit",
|
||||
excerpt: "Engage with young leaders on critical issues shaping our future. Registration required.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-sin-library-having-meeting_23-2147664003.jpg",
|
||||
imageAlt: "Youth summit participants",
|
||||
id: "1", category: "Upcoming Event", title: "The Future of Democracy: A Youth Summit", excerpt: "Engage with young leaders on critical issues shaping our future. Registration required.", imageSrc: "http://img.b2bpic.net/free-photo/student-sin-library-having-meeting_23-2147664003.jpg", imageAlt: "Youth summit participants", authorName: "CMC Team", authorAvatar: "https://via.placeholder.com/150/0000FF/FFFFFF?text=CMC", date: "October 26, 2024"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: "Past Event",
|
||||
title: "Bridging Divides: A Community Dialogue",
|
||||
excerpt: "Highlights from our successful town hall on fostering unity in diverse neighborhoods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-menu-restaurant_23-2150384828.jpg",
|
||||
imageAlt: "Community dialogue participants",
|
||||
id: "2", category: "Past Event", title: "Bridging Divides: A Community Dialogue", excerpt: "Highlights from our successful town hall on fostering unity in diverse neighborhoods.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-reading-menu-restaurant_23-2150384828.jpg", imageAlt: "Community dialogue participants", authorName: "CMC Insights", authorAvatar: "https://via.placeholder.com/150/0000FF/FFFFFF?text=CMC", date: "September 15, 2024"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: "Workshop",
|
||||
title: "Mastering Respectful Debate: Skills Training",
|
||||
excerpt: "Learn practical techniques for constructive argumentation and active listening.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-screen-displays-man-video-call_482257-119448.jpg",
|
||||
imageAlt: "Workshop attendees",
|
||||
},
|
||||
id: "3", category: "Workshop", title: "Mastering Respectful Debate: Skills Training", excerpt: "Learn practical techniques for constructive argumentation and active listening.", imageSrc: "http://img.b2bpic.net/free-photo/digital-screen-displays-man-video-call_482257-119448.jpg", imageAlt: "Workshop attendees", authorName: "Workshop Facilitator", authorAvatar: "https://via.placeholder.com/150/0000FF/FFFFFF?text=CMC", date: "August 01, 2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,20 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I register for an event?",
|
||||
content: "Registration links are available on each event's details page. Simply click and follow the instructions to secure your spot.",
|
||||
},
|
||||
id: "1", title: "How do I register for an event?", content: "Registration links are available on each event's details page. Simply click and follow the instructions to secure your spot."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are events free to attend?",
|
||||
content: "Most of our community events are free. Some specialized workshops or summits may have a small fee to cover materials.",
|
||||
},
|
||||
id: "2", title: "Are events free to attend?", content: "Most of our community events are free. Some specialized workshops or summits may have a small fee to cover materials."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What should I bring to an event?",
|
||||
content: "Just an open mind! We provide all necessary materials and a welcoming atmosphere for discussion.",
|
||||
},
|
||||
id: "3", title: "What should I bring to an event?", content: "Just an open mind! We provide all necessary materials and a welcoming atmosphere for discussion."},
|
||||
]}
|
||||
sideTitle="Event Registration & Details"
|
||||
sideDescription="Find answers to common questions about our events, registration process, and what to expect."
|
||||
@@ -123,62 +89,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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user