Skip to content

Commit 77c913e

Browse files
committed
pricing trial and custom sla form layout change, free license section
1 parent 772cdd2 commit 77c913e

File tree

2 files changed

+46
-68
lines changed

2 files changed

+46
-68
lines changed

src/pages/index.astro

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@ const tags = [
322322
open code, on-prem architecture, integrated IdP and SSO makes defguard perfect
323323
solution for organisations seeking true Sovereignity.
324324
</p>
325-
<!-- <p>
326-
<a href="#">read more → how defguard guaranties Data Sovereignity</a>
327-
</p> -->
328325
</div>
329326
</FlexibleSection>
330327

@@ -366,22 +363,6 @@ const tags = [
366363
</div>
367364
</FlexibleSection>
368365
<FlexibleIdentitySection />
369-
<!-- <HomeSection className="scroll-section" variant="white">
370-
<Fragment>
371-
<HomeScrollSection1 client:idle />
372-
</Fragment>
373-
</HomeSection>
374-
<FlexibleIdentitySection />
375-
<HomeSection className="scroll-section" variant="white">
376-
<Fragment>
377-
<HomeScrollSection2 client:idle />
378-
</Fragment>
379-
</HomeSection> -->
380-
<!-- <HomeSection className="scroll-section" variant="gray">
381-
<Fragment>
382-
<HomeScrollSection3 client:idle />
383-
</Fragment>
384-
</HomeSection> -->
385366

386367
<CTASection
387368
title="Ready to Experience the Most Secure, Flexible, and Compliant WireGuard® VPN?"
@@ -398,34 +379,6 @@ const tags = [
398379

399380
<Roadmap variant="white" />
400381

401-
<!-- <ProductSection padding="small" variant="gray">
402-
<div class="flexible-content">
403-
<h2 class="section-title">How It Works</h2>
404-
</div>
405-
<div class="product-features">
406-
<ProductFeature title="1. Deploy Quickly" id={0} context="how-it-works" client:load>
407-
<p>Spin up defguard in minutes via Docker, Kubernetes, or your preferred package installer.</p>
408-
</ProductFeature>
409-
410-
<ProductFeature title="2. Connect Your Identity Providers" id={1} context="how-it-works" client:load>
411-
<p>Effortlessly sync users, groups, and credentials with LDAP, Active Directory, and popular cloud IdPs.</p>
412-
</ProductFeature>
413-
414-
<ProductFeature title="3. Enable True Multi-Factor Authentication" id={2} context="how-it-works" client:load>
415-
<p>Protect your remote access with the world's first WireGuard® MFA, either through built-in or external identity providers.</p>
416-
</ProductFeature>
417-
418-
<ProductFeature title="4. Onboard Users Instantly" id={3} context="how-it-works" client:load>
419-
<p>Provide a simple, secure enrollment link. Users set up their credentials in the desktop client and gain immediate access to critical resources.</p>
420-
</ProductFeature>
421-
422-
<ProductFeature title="5. Manage & Control via ACL" id={4} context="how-it-works" client:load>
423-
<p>Grant granular permissions and monitor user activities through defguard's intuitive dashboard.</p>
424-
</ProductFeature>
425-
</div>
426-
</ProductSection> -->
427-
428-
<!-- <BuiltBy variant="white" /> -->
429382
</main>
430383
</ProductLayout>
431384

src/pages/pricing.astro

Lines changed: 46 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import PricingHeaderContent from "../data/pricing/page-header.mdx";
88
import { PricingCards } from "../components/pricing/Pricing";
99
import ContentLimiter from "../components/ContentLimiter.astro";
1010
import FlexibleSection from "../components/FlexibleSection.astro";
11+
import ProductSection from "../layouts/ProductSection.astro";
12+
import AstroButton from "../components/AstroButton.astro";
13+
import CTASection from "../components/CTASection.astro";
1114
1215
const pricingCollection = await getCollection("pricing");
1316
// sort and map to prop type
@@ -118,33 +121,55 @@ const tags = [
118121
If you require tailored support, <strong>defguard Enterprise SLA</strong> offers
119122
enhanced service with benefits customized to your organization’s specific needs.
120123
</p>
121-
<div class="bottom">
122-
<a href="mailto:[email protected]">Contact Sales</a>
123-
</div>
124+
124125
</div>
125126
</div>
126127
</div>
127-
<div class="product-features">
128-
<div class="form-description">
129-
<h3>Looking for custom deployment or features?</h3>
130-
<p>
131-
We provide consulting or custom deployment and security services. You also
132-
can commission us to deliver custom features or integrations (for the server
133-
and/or the client). Just fill out the form below.
134-
</p>
135-
<h3>You need an enterprise features for free?</h3>
136-
<p>
137-
If you are a: <strong>non profit organization</strong> or <strong
138-
>open source project</strong
139-
>, please contact us by filling out the form below for Enterprise license.
140-
</p>
141-
</div>
142-
<BookDemoForm client:load />
143-
</div>
144128
</header>
129+
130+
<ProductSection padding="none">
131+
<FlexibleSection title="Explore Custom Solutions for Your Organization" id="press-contact" variant="white" theme="light">
132+
<div slot="left">
133+
<ul>
134+
<li>
135+
We offer <strong>trial licenses</strong> for evaluation or proof-of-concept purposes—so you can explore DefGuard’s capabilities risk-free.
136+
</li>
137+
<li>
138+
Need something more tailored? Our <strong>Enterprise SLA</strong> includes enhanced support and services customized to your specific requirements.
139+
</li>
140+
</ul>
141+
<p>
142+
Please <strong>fill out the form</strong> to get started—we’ll be in touch shortly.
143+
</p>
144+
</div>
145+
<div slot="right">
146+
<BookDemoForm client:load />
147+
</div>
148+
</FlexibleSection>
149+
</ProductSection>
150+
<CTASection
151+
title="Need Enterprise Features for Free?"
152+
description="If you're a non-profit organization or an open-source project, we’d love to support you. Click the button to email us with a short explanation of your mission and why you're requesting free access."
153+
buttonText="Contact Sales"
154+
buttonLink="mailto:[email protected]"
155+
id="cta-download"
156+
variant="white"
157+
/>
145158
</ContentLimiter>
146159

147160
<style lang="scss" is:global>
161+
.cta-content {
162+
padding-top: 1rem;
163+
border-top: 1px solid var(--text-body-primary);
164+
}
165+
166+
#cta-download {
167+
padding-bottom: 0;
168+
}
169+
170+
.flexible-section {
171+
padding:0 !important;
172+
}
148173
#pricing-container {
149174
padding-bottom: 40px;
150175
}
@@ -179,7 +204,7 @@ const tags = [
179204
flex-flow: column;
180205
justify-content: flex-start;
181206
width: 100%;
182-
padding-bottom: 50px;
207+
padding-bottom: 0;
183208
gap: 20px;
184209

185210
h1 {

0 commit comments

Comments
 (0)