Remove Squeeze Landing, add Subscription Landing

This commit is contained in:
prototypa
2023-08-16 03:05:21 -04:00
parent d27e473f54
commit 058ccb3731

View File

@ -71,10 +71,6 @@ export const headerData = {
text: 'Click-Through', text: 'Click-Through',
href: getPermalink('/landing/click-through'), href: getPermalink('/landing/click-through'),
}, },
{
text: 'Squeeze',
href: getPermalink('/landing/squeeze'),
},
{ {
text: 'Product Details (or Services)', text: 'Product Details (or Services)',
href: getPermalink('/landing/product'), href: getPermalink('/landing/product'),
@ -83,6 +79,10 @@ export const headerData = {
text: 'Coming Soon or Pre-Launch', text: 'Coming Soon or Pre-Launch',
href: getPermalink('/landing/pre-launch'), href: getPermalink('/landing/pre-launch'),
}, },
{
text: 'Subscription',
href: getPermalink('/landing/subscription'),
},
], ],
}, },
{ {