Skip to content

Commit

Permalink
feat: golden edition pre-orders removed
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Mar 19, 2024
1 parent e834236 commit 30b2423
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/PaypalCheckout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const PaypalCheckout = ({ email, onSuccess, onError }) => {
<span className='mr-1' style={{width: '65px'}}>Email</span>: {email}
</div>
<div className='flex'>
<span className='mr-1' style={{width: '65px'}}>Amount</span>: $9
<span className='mr-1' style={{width: '65px'}}>Amount</span>: $19
</div>
</div>
<div style={{maxWidth: '300px'}}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/buy-golden-edition.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function BuyGoldenEdition() {
<h2 className="pb-10 text-4xl tracking-tight font-extrabold text-gray-900">Bruno Golden Edition</h2>

<div>
Golden Edition (Individual License) can now be purchased at <span className="text-yellow-600 text-2xl">$9</span> !
Golden Edition (Individual License) can now be purchased at <span className="text-yellow-600 text-2xl">$19</span> !
</div>

<div className='mt-4'>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/perpetual-fallback-license.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default function PerpetualLicense() {
</div>
<div className="ml-3 flex flex-col">
<p>
Golden Edition Pre-Orders available at <span className="line-through">$19</span> <span className="text-yellow-600 text-lg ">$9</span> !
Golden Edition can now be purchased at <span className="text-yellow-600 text-lg ">$9</span> !
</p>
<p>
<a href="/buy-golden-edition" className="link">Pre-Order Now!</a>
<a href="/buy-golden-edition" className="link">Buy Now!</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 30b2423

Please sign in to comment.