// Page under construction export default function IVTherapy() { return ( <main> <h1>IV Therapy</h1> <p>Coming soon...</p> </main> ) }