Skip to content

Commit

Permalink
CHANGE starter pack price
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 17, 2025
1 parent af60462 commit 10fecc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs-src/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const colors = [
'#5f2688'
];

const STARTER_PACK_PRICE = 24;

let animationStarted = false;
function startLandingpageAnimation() {
Expand Down Expand Up @@ -393,7 +394,7 @@ export default function Home(props: {
left: 33,
transform: 'rotate(-20deg)'
}}>
<PriceTag price="89" />
<PriceTag price={STARTER_PACK_PRICE + ''} />
</div>
<div
className="button"
Expand Down Expand Up @@ -428,7 +429,7 @@ export default function Home(props: {
left: 33,
transform: 'rotate(-20deg)'
}}>
<PriceTag price="89" />
<PriceTag price={STARTER_PACK_PRICE + ''} />
</div>
<h2>RxDB Starter Pack</h2>
<p>Unlock the full potential of RxDB for your project with our Starter Pack! Whether you're just getting started or looking for expert guidance, this pack is designed to help you use RxDB efficiently and effectively. Here's what you'll get:</p>
Expand Down

0 comments on commit 10fecc7

Please sign in to comment.