Links for landing pages

This commit is contained in:
prototypa
2023-01-22 02:35:53 -05:00
parent 74ed4576c8
commit 5771f04607

View File

@ -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' }