export default function AboutPage() { return ( <div> <h1>About Page</h1> <p>This is the about page using pages router.</p> </div> ) }