Skip to content

Commit 60d866e

Browse files
author
Michał Gryczka
committed
adds mfa section
1 parent fb6f253 commit 60d866e

File tree

2 files changed

+56
-19
lines changed

2 files changed

+56
-19
lines changed

src/components/HeaderSection.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const { title, description, variant = "white" } = Astro.props;
2626

2727
& > p {
2828
@include typography(paragraph);
29+
font-weight: 400;
30+
@include font-scalable(20px);
2931
padding-bottom: 8px;
3032
}
3133

src/pages/index.astro

Lines changed: 54 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,30 @@ const tags = [
8181
<HomeHeader
8282
trustedBy={false}
8383
title="Enterprise VPN with full control and transparency"
84-
description="Defguard is the enterprise VPN solution built for IT leaders who demand security, visibility, and peace of mind. Powered by a zero-trust architecture and the WireGuard protocol, it delivers full data sovereignty and compliance — all in a self-hosted, open-source platform that you control."
84+
description="Defguard is the enterprise VPN solution built for IT leaders who demand security, visibility, and peace of mind."
8585
buttons={[
8686
{ name: "Book a Demo", link: "/book-a-demo?utm_source=landing" },
8787
{ name: "Quick Install Guide", link: "https://docs.defguard.net/getting-started/one-line-install" }
8888
]}
8989
/>
9090

9191
<FeatureCapsules
92-
header="Why businesses choose Defguard"
92+
header="Why security aware organizations choose Defguard VPN"
9393
features={[
94+
{
95+
title: "True VPN MFA",
96+
description: "The only VPN solution that implements multi-factor authentication directly at the WireGuard® protocol level.",
97+
icon: "lni-rocket",
98+
linkText: "Defguard MFA Architecture",
99+
linkUrl: "https://docs.defguard.net/in-depth/architecture/architecture"
100+
},
101+
{
102+
title: "Ultimate Security",
103+
description: "Written in Rust, built around WireGuard® and with components designed to be secure, fully auditable with open source code on GitHub" ,
104+
icon: "lni-shield",
105+
linkText: "Explore Secure Architecture",
106+
linkUrl: "https://docs.defguard.net/in-depth/architecture"
107+
},
94108
{
95109
title: "Enterprise integrations",
96110
description:
@@ -108,27 +122,15 @@ const tags = [
108122
linkText: "Talk to our experts",
109123
linkUrl: "/book-a-demo?utm_source=landing"
110124
},
111-
{
112-
title: "Ultimate Security",
113-
description: "Written in Rust, built around WireGuard® and with components designed to be secure, fully auditable with open source code on GitHub" ,
114-
icon: "lni-shield",
115-
linkText: "Explore Secure Architecture",
116-
linkUrl: "https://docs.defguard.net/in-depth/architecture"
117-
},
125+
118126
{
119127
title: "Enables NIS2 compliance",
120128
description: "True WireGuard® MFA implemented in protocol layer, easy to use with Defguad VPN desktop client. Defguard is NIS2 compliant.",
121129
icon: "lni-certificate",
122130
linkText: "VPN Level 2FA / MFA",
123131
linkUrl: "https://docs.defguard.net/admin-and-features/wireguard/multi-factor-authentication-mfa-2fa"
124132
},
125-
{
126-
title: "Easy to deploy anywhere",
127-
description: "Run and evaluate with few command lines then scale to production with Terraform, Kubernetes HA and failover. Deploy on-prem or in your private cloud.",
128-
icon: "lni-rocket",
129-
linkText: "How to set up Defguard.",
130-
linkUrl: "https://docs.defguard.net/deployment-strategies/setting-up-your-instance"
131-
},
133+
132134
{
133135
title: "European",
134136
description: "Based in Poland and backed by European investors, Defguard operates entirely under EU law — ensuring full compliance with European security standards and zero foreign legal exposure.",
@@ -153,7 +155,40 @@ const tags = [
153155
-->
154156

155157
<HeaderSection
156-
title="WireGuard® VPN Protocol. Now Enterprise-Ready."
158+
title="True VPN multi-factor authentication"
159+
description="Defguard is the only VPN solution that implements multi-factor authentication directly at the WireGuard® protocol level, providing true connection-level security that goes beyond traditional application-layer MFA."
160+
variant="gray"
161+
/>
162+
<FlexibleSection
163+
id="connection-level-mfa"
164+
variant="gray"
165+
theme="light"
166+
>
167+
<div slot="left">
168+
<h3>Why connection-level MFA matters</h3>
169+
<ul>
170+
<li><strong>True protocol security</strong> - MFA is enforced at the VPN connection level, not just the web interface</li>
171+
<li><strong>Zero bypass vulnerabilities</strong> - attackers can't circumvent MFA by exploiting application layers</li>
172+
<li><strong>Compliance ready</strong> - meets NIS2 and other regulatory requirements for VPN-level authentication</li>
173+
</ul>
174+
<p>
175+
<strong>Industry first</strong> Defguard is the only VPN solution that brings enterprise-grade MFA directly to the WireGuard® protocol.
176+
</p>
177+
178+
</div>
179+
180+
<div slot="right">
181+
<YouTubeVideo
182+
videoId="KdyZoAlBb9k"
183+
title="Defguard MFA Demonstration"
184+
showControls={true}
185+
allowFullscreen={true}
186+
/>
187+
</div>
188+
</FlexibleSection>
189+
190+
<HeaderSection
191+
title="WireGuard® VPN Speed and Security"
157192
description="WireGuard® is a game-changer in VPN technology — fast, lightweight, and secure. But it's just a protocol."
158193
variant="gray"
159194
/>
@@ -198,15 +233,15 @@ const tags = [
198233
variant="gray"
199234
/> -->
200235

201-
<CTASection
236+
<!-- <CTASection
202237
showBorder={true}
203238
title="Ready to Implement Enterprise-Grade WireGuard® VPN?"
204239
description="See how Defguard fits into your zero-trust architecture and existing infrastructure."
205240
buttonText="See Defguard Server Features"
206241
buttonLink="/server?utm_source=landing"
207242
id="cta-documentation"
208243
variant="gray"
209-
/>
244+
/> -->
210245

211246
<!--
212247

0 commit comments

Comments
 (0)