import React from 'react'; import type { Metadata } from 'next'; import ContactForm from '../../components/molecules/ContactForm'; export const metadata: Metadata = { title: 'Contact Us | Louisiana Association of the Deaf', description: 'Get in touch with the Louisiana Association of the Deaf. We\'d love to hear from you!', }; export default function ContactPage() { return (
{/* Hero section */}

Contact Us

We'd love to hear from you! Get in touch with any questions, ideas, or feedback.

{/* Contact information and form */}
{/* Contact information */}

Get In Touch

Whether you have questions about membership, want to learn more about our events, or are interested in volunteering, we're here to help.

General Inquiries

info@lad1908.org

Interpreter Requests (Deaf Focus)

request@deaffocus.org

Phone: (225) 319-5586

Fax: (225) 308-4025

Hours: Mon–Fri, 9am–4pm

Follow Us

{/* Contact form */}

Send Us a Message

); }