export default function About()

in pinball-frontend/app/about/page.tsx [3:10]


export default function About() {
  return (
    <main className="flex min-h-screen flex-col items-center justify-between p-24">
      <QRCodeLink url="https://goo.gle/backlogged-about" />
      See how this project was built.
    </main >
  );
}