export default function HomePage() { return ( <div data-testid="home-page"> <h1>Home</h1> <p>This is the home page.</p> </div> ) }