Skip to content

Commit

Permalink
Add pricing section to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jordienr committed Jun 13, 2024
1 parent de4092f commit 4014871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ function PricingItem({
</div>
)}

<div className="flex justify-center pt-4">
{/* <div className="flex justify-center pt-4">
<Button onClick={onClick} className="w-full">
{action}
</Button>
</div>
</div> */}
</div>
</div>
);
Expand Down
7 changes: 3 additions & 4 deletions todo/mvp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

- [] finish pagination in usePostsQuery
- [] custom domains
- [] limit pro plan to 3 blogs
- [] limit free plan to 1 blog
- [] Add Abstract to posts.
- [] Add pricing section to homepage
- [] FAQ on homepage
- [] Homepage use cases examples: personal blog, docs, careers page, product listing pages, help center, changelogs, directory websites, vc website, etc.
- [x] limit free plan to 1 blog
- [x] Add pricing section to homepage
- [x] Add Abstract to posts.
- [x] Removing tags doesnt work
- [x] Published_date
- [x] Update README
Expand Down

0 comments on commit 4014871

Please sign in to comment.