Skip to content

Commit bf23a89

Browse files
committed
mobile client info
1 parent 49e918d commit bf23a89

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

public/images/client/devices-01.png

130 KB
Loading

public/images/client/iphone-01.png

195 KB
Loading

public/images/client/mac-01.png

152 KB
Loading

src/pages/client.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const sections = [
107107
>
108108
<div slot="left">
109109
<ImageCarousel
110-
src="/images/client/True 2FA - w.png,/images/client/Biometrics - w.png,/images/client/Multiple instances - w.png,/images/client/Instant VPN - w.png" alt="Mobile Client"
110+
src="/images/client/devices-01.png,/images/client/iphone-01.png,/images/client/mac-01.png,/images/client/Multiple instances - w.png,/images/client/Instant VPN - w.png" alt="Defguard Clients"
111111
interval={3}
112112
autoplay={true}
113113
/>
@@ -117,7 +117,7 @@ const sections = [
117117

118118
<div slot="right">
119119
<p>
120-
The Defguard mobile client is here — now alongside our desktop apps — bringing secure, zero-trust networking to all your devices.
120+
The Defguard <strong>mobile client is here</strong> — now alongside our desktop apps — bringing secure, zero-trust networking to all your devices.
121121
</p>
122122
<ul>
123123
<li>
@@ -147,7 +147,7 @@ const sections = [
147147
Defguard is uniquely designed for MSPs, cloud providers, and data centers. It allows deployment of multiple isolated Defguard instances (for different clients, sites, etc.) while maintaining unified access through a single desktop app.
148148
</p>
149149
<p>
150-
<em>Mobile support coming in version 1.5!</em>
150+
<em>Now available on mobile!</em>
151151
</p>
152152
<div class="learn-more">
153153
<a
@@ -173,18 +173,18 @@ const sections = [
173173
>
174174
<div slot="left">
175175
<ImageCarousel
176-
src="/images/features/True 2FA.png,/images/features/True 2FA2.png" alt="True 2FA/Multi-Factor authentication on WireGuard®"
176+
src="/images/client/True 2FA - w.png,/images/features/True 2FA.png" alt="True 2FA/Multi-Factor authentication on WireGuard®"
177177
interval={3}
178178
autoplay={true}
179179
/>
180180
</div>
181181

182182
<div slot="right">
183183
<p>
184-
Desktop clients supports both Defguard internal Multi-Factor Authentication and external SSO (Google/Microsoft/Otka/others) MFA.
184+
Both desktop and mobile clients supports both Defguard internal Multi-Factor Authentication and external SSO (Google/Microsoft/Otka/others) MFA.
185185
</p>
186186
<p>
187-
<em>Mobile support is here!</em>
187+
<em>Now available on mobile</em>
188188
</p>
189189
</div>
190190
</FlexibleSection>

src/pages/download.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@ const url = "https://defguard.net/download/";
3333
<main id="download-page">
3434
<ProductSection padding="none">
3535
<FlexibleSection
36-
title="Download Defguard desktop client with WireGuard® 2FA/MFA"
36+
title="Download Defguard client with WireGuard® 2FA/MFA"
3737
id="download-section"
3838
variant="white"
3939
theme="light"
4040
>
4141
<div slot="left">
42+
<h2 style="padding-top: 2rem;" >Get It for Your Desktop Device</h2>
4243
<DefguardInfo owner="Defguard" repo="client" client:only="react" />
4344
<DownloadButtonList client:only="react" />
4445
</div>
4546
<div slot="right" style="background-color: #fff; padding: 2rem; border-radius: 10px;">
4647
<h2>Get It for Your Mobile Device</h2>
4748
<p>
48-
Download the official VPN client for secure, zero trust access on iOS and Android.
49+
Current version: 1.0.0 | View changelog → <u>30.06.2025</u>
4950
</p>
5051
{/* Example: QR code toggle for mobile app stores (placeholder images) */}
5152
<QRCodeStoreToggle />

0 commit comments

Comments
 (0)