diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index d848262..9c21a70 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -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: "#"}, ], }, ]}