-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Docs: Simplify pricing calculator #5374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Simplify pricing calculator #5374
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…unters Co-authored-by: JonnyBurger <[email protected]>
@copilot nice on mobile, it is now cramped. we should for each line: on mobile put the input box above the price (both right and top aligned) this allows us to make the input field a bit wider to allow for higher numbers now the subtitles do not have to specify the numbers anymore, it's implicit it should not say creations but "WebCodecs video creations" instead of "Cloud renders" call it "Server renders" |
Co-authored-by: JonnyBurger <[email protected]>
✅ Updated the mobile layout and labels as requested:
Changes are in commit 41eb3a5 |
@copilot lets do the following layout on mobile title + description - fill width then underneath in a row layout - input field on the left side, price on the right side |
…rice Co-authored-by: JonnyBurger <[email protected]>
✅ Updated the mobile layout as requested:
Changes are in commit c3e5f5d |
This PR refactors the
CompanyPricing
component inpackages/promo-pages/src/components/homepage/FreePricing.tsx
to remove the 'seats' model for cloud renders and webcodecs, replacing it with direct counters for 'renders' and 'creations'.Changes Made
Counter Component Updates
step
parameter toCounter
component (defaults to 1)CompanyPricing Component Refactoring
cloudUnitCount
→cloudRenders
,webcodecsUnits
→creations
Before vs After
Before:
After:
The pricing remains mathematically equivalent while providing a more intuitive user experience where users directly specify the number of renders/creations they need.
Testing
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.