Skip to content

Commit

Permalink
Pricing message
Browse files Browse the repository at this point in the history
  • Loading branch information
teon committed Oct 30, 2024
1 parent 5509f96 commit 0d2bbb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/components/form/BookDemoForm/BookDemoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const BookDemoForm = ({ title, description }: Props) => {

return (
<>
<form class="book" autocomplete="off" onSubmit={onSubmit}>
<form id="book-form" class="book" autocomplete="off" onSubmit={onSubmit}>
<h3>{title}</h3>
<span>{description}</span>
<div class="double-inputs">
Expand Down
18 changes: 3 additions & 15 deletions src/pages/pricing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,15 @@ const form_description =
<Navigation activeSlug="/pricing" />
<main id="pricing-page">
<ProductSection padding="small">
<header id="main-header">
<h2>Open Source</h2>
<p>
defguard is open source and most of the features are free to use and deploy.
There are <a
href="https://docs.defguard.net/enterprise/all-enteprise-features"
target="_blank"
>
enterprise features that require a license, which can be obtained here.
</a>
</p>
</header>
<ProductSection padding="small" id="pricing-tiers">
<header>
<h1>Enterprise Pricing and Support</h1>
<section class="license-section">
<div class="license-about">
As much as we would like defguard to be absolutely free and completely open
source for everyone, to have the possibility to work and create defguard we
have an open core & paid license for some business features.
have an open source core & paid license for some business features as well
as support we can provide.
</div>
<hr />
<div class="license-points">
Expand All @@ -89,9 +78,8 @@ const form_description =
<li>student</li>
<li>non profit organisation</li>
<li>open source project</li>
<li>startup</li>
</ul>
Please contact us <a href="#">for a free license</a>.
Please contact us by <a href="#book-form">filling out the form below.</a>
</div>
</section>
</header>
Expand Down

0 comments on commit 0d2bbb2

Please sign in to comment.