// Page under construction export default function AboutUs() { return ( <main> <h1>About Us</h1> <p>Coming soon...</p> </main> ) }