Skip to content

Commit

Permalink
doc: new buy button
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Nov 10, 2024
1 parent f786148 commit 6cc13ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/src/components/HomepagePricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const tiers = [
{
name: 'Pro',
href: '/pro/',
priceYearly: 750,
priceYearly: 450,
}
]
const sections = [
Expand Down
14 changes: 10 additions & 4 deletions website/src/pages/pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,16 @@ function Pro() {
</p>
<div className="mt-10 sm:flex sm:justify-center">
<div className="rounded-md shadow">
<script src="https://gumroad.com/js/gumroad.js"></script>
<a href="https://gum.co/dkron-pro" target="_blank" rel="noopener noreferrer" className="flex items-center justify-center w-full px-8 py-3 text-base font-medium bg-white rounded-md gumroad-button text-fuchsia-600 hover:text-fuchsia-700 hover:bg-white md:py-4 md:text-lg md:px-10 hover:no-underline">
Buy
</a>
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>

<stripe-buy-button
buy-button-id="buy_btn_1QJdcgGdKp7xg5G2AI7KpOfe"
publishable-key="pk_live_n6ljeJ5r4kqdnSbPQn4dQECe"
>
</stripe-buy-button>
Licenses are not transferable to another company. We will transfer the license from a user-specific email to a group email address (e.g. [email protected] -> tech@example.com) but only for the same domain. It is strongly recommended that you buy the license using a group email address so the license is not attached to any one employee’s email address.
</div>
</div>
</div>
Expand Down

0 comments on commit 6cc13ef

Please sign in to comment.