1 2 3 4 5 6 7 8 9 10 11export default function AboutPage() { return ( <main> <h1>About</h1> <p>This is a vinext app deployed on Cloudflare Workers.</p> <p>It uses React Server Components with server-side rendering.</p> <a href="/">Back to home</a> </main> ); }