Links for landing pages
This commit is contained in:
10
src/data.js
10
src/data.js
@ -7,15 +7,15 @@ export const headerData = {
|
|||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
text: 'Sass',
|
text: 'Sass',
|
||||||
href: '#',
|
href: getPermalink('/landing/saas'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Startup',
|
text: 'Startup',
|
||||||
href: '#',
|
href: getPermalink('/landing/startup'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Mobile App',
|
text: 'Mobile App',
|
||||||
href: '#',
|
href: getPermalink('/landing/mobile-app'),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -56,10 +56,6 @@ export const headerData = {
|
|||||||
text: 'Blog',
|
text: 'Blog',
|
||||||
href: getBlogPermalink(),
|
href: getBlogPermalink(),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: 'About',
|
|
||||||
href: '#',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
actions: [
|
actions: [
|
||||||
{ type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }
|
{ type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }
|
||||||
|
Reference in New Issue
Block a user