import React from "react"; import { Link } from "./Link"; import { SocialLinks } from "./SocialLinks"; import styles from "./ConnectWithUs.module.css"; export function ConnectWithUs() { return (

Connect with us!

Drop by any of our social media outlets to learn more about us, keep up-to-date with our upcoming events, or to chat with our members!

Send feedback through our{" "} Feedback Form.

); }