const ContactPage = () => { return ( <>

Contact Us

This is the contact page content.

) } export default ContactPage