diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index ab0115f..92777a8 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -12,15 +12,15 @@ const links = [ links: [ { text: 'Services', - href: getPermalink('/services'), + href: "#", }, { text: 'About us', - href: getPermalink('/about'), + href: "#", }, { text: 'Contact', - href: getPermalink('/contact'), + href: "#", }, { text: 'Terms', @@ -32,6 +32,10 @@ const links = [ }, ], }, + { + text: 'Resources', + href: getPermalink('useful-resources-to-create-websites', 'post'), + }, { text: 'Blog', href: getBlogPermalink(),