Skip to content

Commit b98544b

Browse files
author
Michał Gryczka
committed
fixes after team feedback
1 parent 7561980 commit b98544b

File tree

4 files changed

+33
-32
lines changed

4 files changed

+33
-32
lines changed

src/components/NewsletterSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface Props {
99
1010
const { headerLevel } = Astro.props;
1111
12-
const title = "Get informent about new releases";
12+
const title = "Get informend about new releases";
1313
---
1414

1515
<ProductSection padding="newsletter" bordered>

src/components/base/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import LogoFull from "/public/svg/logo-full.svg?raw";
4444
</div>
4545
<div class="bottom">
4646
<p class="copyright">
47-
© 2024 <a href="https://teonite.com">teonite</a> services sp. z .o .o
47+
© 2025 <a href="https://teonite.com">teonite</a> services sp. z .o .o
4848
</p>
4949
<div class="additional-links">
5050
<a href="/tos/" target="_self" data-astro-prefetch="hover">Terms of Service</a>

src/content/faq/openvpn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Difference between WireGuard® and openvpn
2+
title: Difference between WireGuard® and OpenVPN
33
order: 2
44
---
55

src/pages/index.astro

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,16 @@ const tags = [
269269
>
270270
<div slot="left">
271271
<p>
272-
On-prem or private-cloud deployments meet strict <em>Data Sovereignty</em> demands in finance, healthcare, government and other critical sector.
272+
On-prem or private-cloud deployments meet strict Data Sovereignty demands in finance, healthcare, government and other critical sector.
273273
</p>
274274
</div>
275275

276276
<div slot="right">
277-
<p>open code, on-prem architecture, integrated IdP and SSO makes defguard perfect solution for organisations seeking true sover
277+
<p>open code, on-prem architecture, integrated IdP and SSO makes defguard perfect solution for organisations seeking true Sovereignity.
278278
</p>
279-
<p>
279+
<!-- <p>
280280
<a href="#">read more → how defguard guaranties Data Sovereignity</a>
281-
</p>
281+
</p> -->
282282
</div>
283283
</FlexibleSection>
284284

@@ -341,32 +341,33 @@ const tags = [
341341
</HomeSection>
342342

343343
<Roadmap variant="white"/>
344-
<!-- <ProductSection padding="small" variant="gray">
345-
<div class="flexible-content">
346-
<h2 class="section-title">How It Works</h2>
347-
</div>
348-
<div class="product-features">
349-
<ProductFeature title="1. Deploy Quickly" id={0} context="how-it-works" client:load>
350-
<p>Spin up defguard in minutes via Docker, Kubernetes, or your preferred package installer.</p>
351-
</ProductFeature>
352-
353-
<ProductFeature title="2. Connect Your Identity Providers" id={1} context="how-it-works" client:load>
354-
<p>Effortlessly sync users, groups, and credentials with LDAP, Active Directory, and popular cloud IdPs.</p>
355-
</ProductFeature>
356-
357-
<ProductFeature title="3. Enable True Multi-Factor Authentication" id={2} context="how-it-works" client:load>
358-
<p>Protect your remote access with the world's first WireGuard MFA, either through built-in or external identity providers.</p>
359-
</ProductFeature>
360-
361-
<ProductFeature title="4. Onboard Users Instantly" id={3} context="how-it-works" client:load>
362-
<p>Provide a simple, secure enrollment link. Users set up their credentials in the desktop client and gain immediate access to critical resources.</p>
363-
</ProductFeature>
364-
365-
<ProductFeature title="5. Manage & Control via ACL" id={4} context="how-it-works" client:load>
366-
<p>Grant granular permissions and monitor user activities through defguard's intuitive dashboard.</p>
367-
</ProductFeature>
344+
345+
<ProductSection padding="small" variant="gray">
346+
<div class="testimonials-content">
347+
<p>How It Works</p>
348+
<div class="product-features">
349+
<ProductFeature title="1. Deploy Quickly" id={0} context="how-it-works" client:load>
350+
<p>Spin up Defguard in minutes via Docker, Kubernetes, or your preferred package installer.</p>
351+
</ProductFeature>
352+
353+
<ProductFeature title="2. Connect Your Identity Providers" id={1} context="how-it-works" client:load>
354+
<p>Effortlessly sync users, groups, and credentials with LDAP, Active Directory, and popular cloud IdPs.</p>
355+
</ProductFeature>
356+
357+
<ProductFeature title="3. Enable True Multi-Factor Authentication" id={2} context="how-it-works" client:load>
358+
<p>Protect your remote access with the world's first WireGuard MFA, either through built-in or external identity providers.</p>
359+
</ProductFeature>
360+
361+
<ProductFeature title="4. Onboard Users Instantly" id={3} context="how-it-works" client:load>
362+
<p>Provide a simple, secure enrollment link. Users set up their credentials in the desktop client and gain immediate access to critical resources.</p>
363+
</ProductFeature>
364+
365+
<ProductFeature title="5. Manage & Control via ACL" id={4} context="how-it-works" client:load>
366+
<p>Grant granular permissions and monitor user activities through Defguard's intuitive dashboard.</p>
367+
</ProductFeature>
368+
</div>
368369
</div>
369-
</ProductSection> -->
370+
</ProductSection>
370371

371372
<!-- <BuiltBy variant="white" /> -->
372373
</main>

0 commit comments

Comments
 (0)