diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b8e24f61..9a1edcf8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -22,6 +22,10 @@ const footerLinks = [ title: "About", href: "/", }, + { + title: "Press Info", + href: "/press", + }, { title: "Services", href: "/pricing",