Skip to content

Commit

Permalink
feat: add prompt assists in pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed Dec 20, 2022
1 parent c2c89ff commit 8c0b4c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/home/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ const Pricing = () => {
<b>{process.env.NEXT_PUBLIC_STUDIO_SHOT_AMOUNT}</b> images
generation
</CheckedListItem>
<CheckedListItem>
<b>30</b> AI prompt assists
</CheckedListItem>
<CheckedListItem>Craft your own prompt</CheckedListItem>
<CheckedListItem>Sponsorship development 🖤</CheckedListItem>
</List>
Expand Down
3 changes: 3 additions & 0 deletions src/components/projects/FormPayment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ const FormPayment = ({
<b>{process.env.NEXT_PUBLIC_STUDIO_SHOT_AMOUNT}</b> images
generation (512x512 resolution)
</CheckedListItem>
<CheckedListItem>
<b>30</b> AI prompt assists
</CheckedListItem>
<CheckedListItem>
Your Studio will be deleted 24 hours after your credits are
exhausted
Expand Down

1 comment on commit 8c0b4c5

@vercel
Copy link

@vercel vercel bot commented on 8c0b4c5 Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.