About.jsx

1export default function About() {
2  return (
3    <main className="page">
4      <h1 className="hero-title">About Page Hero</h1>
5      <p className="hero-hook">Lives on the /about route  only mounts after navigation.</p>
6    </main>
7  );
8}