Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
{
"text": "Contact Us",
"external": true,
"link": "mailto:sales@defguard.net"
"external": false,
"link": "/book-a-demo/"
}
]
},
Expand Down
8 changes: 4 additions & 4 deletions src/data/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
19 changes: 0 additions & 19 deletions src/pages/defguard-vs-fortinet.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down Expand Up @@ -96,24 +95,6 @@ const faqEntries = [
<p class="description">
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.
</p>
<div class="cta-buttons">
<AstroButton
link={{
href: "/pricing/?utm_source=fortinet-comparison#get-evaluation-license",
target: "_self",
preload: true,
}}
text="Get Evaluation License"
/>
<AstroButton
link={{
href: "/book-a-demo/?utm_source=fortinet-comparison",
target: "_self",
preload: true,
}}
text="Contact Sales"
/>
</div>
</header>

<ProductSection padding="small">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const tags = [
<button
type="submit"
class="btn size-normal"
onclick="window.location.href='mailto:sales@defguard.net'"
onclick="window.location.href='/book-a-demo/'"
>
<span>Contact Sales</span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/mixins/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

@if $key == "menu" {
font-weight: 300;
font-weight: 400;
@include font-scalable(16px);
}

Expand Down