diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 81d25651..31a1d703 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -20,6 +20,10 @@ const footerLinks = [ title: "About", href: "/", }, + { + title: "Services", + href: "/pricing", + }, { title: "Talks", href: "/talks", @@ -28,10 +32,6 @@ const footerLinks = [ title: "Daily list", href: "/daily", }, - { - title: "Services", - href: "/pricing", - }, { title: "Search", href: "/search",