Skip to content

Commit e7d715d

Browse files
author
Michał Gryczka
committed
release notes added to main page, mfa updates, seo fixed (headers)
1 parent f713a44 commit e7d715d

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

src/components/HeaderSection.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { title, description, variant = "white" } = Astro.props;
1111
---
1212

1313
<HomeSection variant={variant} contentId="header-section">
14-
<h1>{title}</h1>
14+
<h2>{title}</h2>
1515
<p>
1616
<slot name="description">
1717
{description}
@@ -31,7 +31,7 @@ const { title, description, variant = "white" } = Astro.props;
3131
padding-bottom: 8px;
3232
}
3333

34-
h1 {
34+
h2 {
3535
color: var(--text-body-primary);
3636
padding-bottom: 10px;
3737
text-align: left;

src/pages/index.astro

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,30 @@ const tags = [
154154
155155
-->
156156

157+
<FlexibleSection
158+
leftRatio={0.4}
159+
id="updates-section"
160+
variant="white"
161+
theme="light"
162+
style="--section-height-factor: 0.6;"
163+
>
164+
<div slot="left">
165+
<ImageURL src="/images/blog/defguard-1.5-release-notes/15_release_1.png" alt="Defguard 1.5 Release" />
166+
</div>
167+
168+
<div slot="right">
169+
<h2>Defguard 1.5 Release</h2>
170+
<p>
171+
Our biggest release yet! Mobile apps for iOS and Android, External SSO MFA, biometric authentication, and much more.
172+
</p>
173+
<p>
174+
<a href="/blog/defguard-15-release-notes" class="learn-more-link">Read Full Release Notes →</a>
175+
</p>
176+
</div>
177+
</FlexibleSection>
178+
157179
<HeaderSection
158-
title="True VPN multi-factor authentication"
180+
title="True VPN MFA"
159181
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."
160182
variant="gray"
161183
/>
@@ -174,6 +196,9 @@ const tags = [
174196
<p>
175197
<strong>Industry first</strong> Defguard is the only VPN solution that brings enterprise-grade MFA directly to the WireGuard® protocol.
176198
</p>
199+
<p>
200+
<a href="/vpn_mfa" class="learn-more-link">Learn More About VPN MFA →</a>
201+
</p>
177202

178203
</div>
179204

@@ -304,7 +329,7 @@ const tags = [
304329
305330
-->
306331
<HeaderSection
307-
title="One Platform for Private Access & Identity"
332+
title="Defguard provides SSO and Identity Provider"
308333
description="Defguard is one platform for remote access and identity that enables you to go fully private and cloud-independent. It replaces siloed tools and legacy VPN appliances with a unified solution that combines remote access, identity, and access control — ideal for teams running private or hybrid infrastructure."
309334
variant="gray"
310335
/>

0 commit comments

Comments
 (0)