Skip to content

Commit 27c20a3

Browse files
authored
Merge pull request #119 from DefGuard/feature/navigation-ux-improvements
Improve navigation UX and CTA consistency
2 parents 6eb4703 + d48c811 commit 27c20a3

File tree

5 files changed

+8
-27
lines changed

5 files changed

+8
-27
lines changed

src/data/footer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
{
3636
"text": "Contact Us",
37-
"external": true,
38-
"link": "mailto:sales@defguard.net"
37+
"external": false,
38+
"link": "/book-a-demo/"
3939
}
4040
]
4141
},

src/data/nav.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"display": "Solutions",
2626
"url": null,
2727
"children": [
28-
{
29-
"display": "Enterprise Features",
30-
"url": "https://docs.defguard.net/enterprise/license"
31-
},
3228
{
3329
"display": "Compare vs. Fortinet",
3430
"url": "/defguard-vs-fortinet"
31+
},
32+
{
33+
"display": "Enterprise Features",
34+
"url": "https://docs.defguard.net/enterprise/license"
3535
}
3636
]
3737
},

src/pages/defguard-vs-fortinet.astro

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import OrganizationJSONLD from "../scripts/OrganizationJSONLD.astro";
66
import TechArticleJSONLD from "../scripts/TechArticleJSONLD.astro";
77
import FAQPageJSONLD from "../scripts/FAQPageJSONLD.astro";
88
import SidebarNav from "../components/base/SidebarNav.astro";
9-
import AstroButton from "../components/AstroButton.astro";
109
1110
const title = "Defguard vs. Fortinet VPN: A Security-First Alternative (2025)";
1211
const description = "See a detailed comparison of Defguard vs. Fortinet's VPN. Discover how FortiGate's critical vulnerabilities and legacy design create unacceptable risk. Learn why a modern, open-source alternative is more resilient.";
@@ -96,24 +95,6 @@ const faqEntries = [
9695
<p class="description">
9796
Fortinet's recurring vulnerabilities are a liability, not a legacy. Switch to Defguard's modern, WireGuard®-based architecture for verifiable security and true post-breach resilience.
9897
</p>
99-
<div class="cta-buttons">
100-
<AstroButton
101-
link={{
102-
href: "/pricing/?utm_source=fortinet-comparison#get-evaluation-license",
103-
target: "_self",
104-
preload: true,
105-
}}
106-
text="Get Evaluation License"
107-
/>
108-
<AstroButton
109-
link={{
110-
href: "/book-a-demo/?utm_source=fortinet-comparison",
111-
target: "_self",
112-
preload: true,
113-
}}
114-
text="Contact Sales"
115-
/>
116-
</div>
11798
</header>
11899

119100
<ProductSection padding="small">

src/pages/pricing.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const tags = [
151151
<button
152152
type="submit"
153153
class="btn size-normal"
154-
onclick="window.location.href='mailto:sales@defguard.net'"
154+
onclick="window.location.href='/book-a-demo/'"
155155
>
156156
<span>Contact Sales</span>
157157
</button>

src/styles/mixins/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
@if $key == "menu" {
46-
font-weight: 300;
46+
font-weight: 400;
4747
@include font-scalable(16px);
4848
}
4949

0 commit comments

Comments
 (0)