You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.astro
+54-19Lines changed: 54 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,30 @@ const tags = [
81
81
<HomeHeader
82
82
trustedBy={false}
83
83
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."
85
85
buttons={[
86
86
{ name: "Book a Demo", link: "/book-a-demo?utm_source=landing" },
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.",
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 = [
153
155
-->
154
156
155
157
<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
+
<divslot="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>
0 commit comments