From 5771f0460704a381bb20ba15ac3cb4e3340f08f5 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 22 Jan 2023 02:35:53 -0500 Subject: [PATCH] Links for landing pages --- src/data.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/data.js b/src/data.js index fd4fdd8..c680018 100644 --- a/src/data.js +++ b/src/data.js @@ -7,15 +7,15 @@ export const headerData = { links: [ { text: 'Sass', - href: '#', + href: getPermalink('/landing/saas'), }, { text: 'Startup', - href: '#', + href: getPermalink('/landing/startup'), }, { text: 'Mobile App', - href: '#', + href: getPermalink('/landing/mobile-app'), }, ], }, @@ -56,10 +56,6 @@ export const headerData = { text: 'Blog', href: getBlogPermalink(), }, - { - text: 'About', - href: '#', - }, ], actions: [ { type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }