Skip to content

Commit

Permalink
feat: mension Vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Oct 20, 2024
1 parent 295a15e commit eeb6e63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/PricingPage/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ export default function PricingPage() {
/>
</div>
<div className="column is-4">
<PricingCard price="$2" title="Subscriber Plan - Monthly" benefits={['Unlimited Flashcards (9GB++)']}
<PricingCard price="$2" title="Subscriber Plan - Monthly"
benefits={['Unlimited Flashcards (9GB++)', 'PDF support using Vertex AI']}
link={subcribeLink} linkText="Subscribe" />
</div>
<div className="column is-4">
<PricingCard price="$96" title="Lifetime Access" benefits={['Forever premium access to 2anki.net']}
<PricingCard price="$96" title="Lifetime Access"
benefits={['Forever premium access to 2anki.net', 'PDF support using Vertex AI']}
link={lifetimeLink} linkText="Buy" />
</div>
</div>
Expand Down

0 comments on commit eeb6e63

Please sign in to comment.