From 058ccb373176e465a53f865c6042d4c29eb36bca Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 16 Aug 2023 03:05:21 -0400 Subject: [PATCH] Remove Squeeze Landing, add Subscription Landing --- src/navigation.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 61722df..7249ca8 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -71,10 +71,6 @@ export const headerData = { text: 'Click-Through', href: getPermalink('/landing/click-through'), }, - { - text: 'Squeeze', - href: getPermalink('/landing/squeeze'), - }, { text: 'Product Details (or Services)', href: getPermalink('/landing/product'), @@ -83,6 +79,10 @@ export const headerData = { text: 'Coming Soon or Pre-Launch', href: getPermalink('/landing/pre-launch'), }, + { + text: 'Subscription', + href: getPermalink('/landing/subscription'), + }, ], }, {