Skip to content

Commit e6ec52d

Browse files
committed
demorequest pricing minor changes
1 parent 96c33c5 commit e6ec52d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

src/content/pricing/free.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: Open Source
2+
name: Personal
33
order: 1
44
price: 0
5-
priceLink: "https://buy.stripe.com/dR6aGN8cQ6AjaTm006"
6-
annualPriceLink: "https://buy.stripe.com/dR6aGN8cQ6AjaTm006"
7-
linkTarget: "_blank"
8-
buttonText: "Support Us!"
5+
priceLink: "/download-confirm/"
6+
annualPriceLink: "/download-confirm/"
7+
linkTarget: "_self"
8+
buttonText: "Download"
99
---
1010

1111
- Community support

src/layouts/ProductLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const description =
5050
}
5151

5252
& > p {
53-
max-width: 65ch;
53+
//max-width: 65ch;
5454
@include typography(paragraph);
5555
}
5656

src/pages/_home/components/HomeHeader.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ import TrustedBy from "./TrustedBy.astro";
2020

2121
<AstroButton
2222
link={{
23-
href: "/pricing/",
23+
href: "/download-confirm/",
2424
target: "_self",
2525
preload: true,
2626
}}
27-
text="Pricing"
27+
text="Download"
2828
/>
2929

3030
<AstroButton

src/pages/book-a-demo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const tags = [
9292
</p>
9393
</div>
9494
<div slot="right">
95-
<BookDemoForm client:load />
95+
<BookDemoForm client:load form_source="Book-Demo Page"/>
9696
</div>
9797
</FlexibleSection>
9898
</div>

src/pages/pricing.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const tags = [
7878
<div id="sla-support">
7979
<div id="sla-card">
8080
<div class="left">
81-
<p>Enterprise<br /><span>SLA Support</span></p>
81+
<p>Get Enterprise<br /><span>Evaluation License</span></p>
8282
<svg
8383
xmlns="http://www.w3.org/2000/svg"
8484
width="705"
@@ -111,10 +111,10 @@ const tags = [
111111
<div class="right">
112112
<h3>Custom Solution</h3>
113113
<p>
114-
If your needs require special attention, defguard <strong
115-
>Enterprise SLA Support</strong
116-
>
117-
offers more than standard, with added benefits customized to your exact specifications.
114+
For <strong>evaluations</strong> or proof-of-concept testing, we’re happy to provide a trial license.
115+
</p>
116+
<p>
117+
If you require tailored support, <strong>defguard Enterprise SLA</strong> offers enhanced service with benefits customized to your organization’s specific needs.
118118
</p>
119119
<div class="bottom">
120120
<a href="mailto:sales@defguard.net">Contact Sales</a>

0 commit comments

Comments
 (0)