// Page under construction export default function OurTeam() { return ( <main> <h1>Our Team</h1> <p>Coming soon...</p> </main> ) }