Remove Squeeze Landing, add Subscription Landing
This commit is contained in:
@ -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'),
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user