···11+---
22+import Layout from "@layouts/Layout.astro";
33+---
44+55+<Layout title="Page Not Found">
66+ <h1 class="gradient-text">Page Not Found</h1>
77+ <p>The page you requested could not be found</p>
88+ <p><a href="/">Back To Home</a></p>
99+</Layout>