Skip to content

Commit

Permalink
update pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Feb 18, 2025
1 parent a7a1653 commit 7bbac22
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions apps/web/components/pages/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ export const PricingPage = () => {

const proList = [
{
text: "No watermark on videos",
text: "Unlimited cloud storage & Shareable links",
available: true,
},
{
text: "Unlimited cloud storage & Shareable links",
text: "Connect custom S3 storage bucket",
available: true,
},
{
text: "Connect custom S3 storage bucket",
text: "Desktop app commercial license included",
available: true,
},
{
Expand Down Expand Up @@ -290,10 +290,9 @@ export const PricingPage = () => {
</p>
</div>
<p className="pl-8">
Watermark on video, Screen & Window recording, Local video
export, 5 min shareable links, Powerful video editor
(custom background gradients, transitions, etc) + many
more.
Screen & Window recording, Local video export, 5 min
shareable links, Powerful video editor (custom background
gradients, transitions, etc) + many more.
</p>
</div>
</CardFooter>
Expand Down

1 comment on commit 7bbac22

@vercel
Copy link

@vercel vercel bot commented on 7bbac22 Feb 18, 2025

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.