From 9d85531c1f8ebe4748ddec995531843a6220e93b Mon Sep 17 00:00:00 2001 From: John Jago Date: Fri, 14 Jun 2024 12:53:01 -0500 Subject: [PATCH] Update and improve navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Login link. - Move Blog link over to the right, closer to the other non-product links. - Show more links on mobile by making them appear below the logo. - Change CTA button to be more accurate, since there is actually no download that starts after clicking it. - Update “Get Dashify” CTAs elsewhere to link to pricing section. --- layouts/_default/feature.html | 2 +- layouts/index.html | 4 ++-- layouts/partials/header-home.html | 23 ++++++++++++----------- layouts/partials/header.html | 23 ++++++++++++----------- 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/layouts/_default/feature.html b/layouts/_default/feature.html index 7238660..a839726 100644 --- a/layouts/_default/feature.html +++ b/layouts/_default/feature.html @@ -28,7 +28,7 @@

Shortcuts

Manage WooCommerce orders more effectively.

Get Dashify diff --git a/layouts/index.html b/layouts/index.html index 0cd006b..9a53f54 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,7 +11,7 @@

Better WooCommerce order managem class="text-white text-[2.5rem] font-semibold mb-8" >Search, navigate, and manage orders faster with Dashify.

Get Dashify for free @@ -318,7 +318,7 @@

Pro — $3 USD per month, per site

Manage WooCommerce orders more effectively.

Get Dashify diff --git a/layouts/partials/header-home.html b/layouts/partials/header-home.html index a8024a8..d8e75c2 100644 --- a/layouts/partials/header-home.html +++ b/layouts/partials/header-home.html @@ -1,21 +1,22 @@