diff --git a/src/data/footer.json b/src/data/footer.json index f513186..78549ac 100644 --- a/src/data/footer.json +++ b/src/data/footer.json @@ -34,8 +34,8 @@ }, { "text": "Contact Us", - "external": true, - "link": "mailto:sales@defguard.net" + "external": false, + "link": "/book-a-demo/" } ] }, diff --git a/src/data/nav.json b/src/data/nav.json index c263cb4..13305e9 100644 --- a/src/data/nav.json +++ b/src/data/nav.json @@ -25,13 +25,13 @@ "display": "Solutions", "url": null, "children": [ - { - "display": "Enterprise Features", - "url": "https://docs.defguard.net/enterprise/license" - }, { "display": "Compare vs. Fortinet", "url": "/defguard-vs-fortinet" + }, + { + "display": "Enterprise Features", + "url": "https://docs.defguard.net/enterprise/license" } ] }, diff --git a/src/pages/defguard-vs-fortinet.astro b/src/pages/defguard-vs-fortinet.astro index 9228fe2..11de612 100644 --- a/src/pages/defguard-vs-fortinet.astro +++ b/src/pages/defguard-vs-fortinet.astro @@ -6,7 +6,6 @@ import OrganizationJSONLD from "../scripts/OrganizationJSONLD.astro"; import TechArticleJSONLD from "../scripts/TechArticleJSONLD.astro"; import FAQPageJSONLD from "../scripts/FAQPageJSONLD.astro"; import SidebarNav from "../components/base/SidebarNav.astro"; -import AstroButton from "../components/AstroButton.astro"; const title = "Defguard vs. Fortinet VPN: A Security-First Alternative (2025)"; 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 = [

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.

-
- - -
diff --git a/src/pages/pricing.astro b/src/pages/pricing.astro index 8575a5d..d7418ab 100644 --- a/src/pages/pricing.astro +++ b/src/pages/pricing.astro @@ -152,7 +152,7 @@ const tags = [ diff --git a/src/styles/mixins/_typography.scss b/src/styles/mixins/_typography.scss index 9cb25e1..10e5a01 100644 --- a/src/styles/mixins/_typography.scss +++ b/src/styles/mixins/_typography.scss @@ -43,7 +43,7 @@ } @if $key == "menu" { - font-weight: 300; + font-weight: 400; @include font-scalable(16px); }