-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[website] Update the pricing page for the MUI X premium plan release (#…
…32458) * Update prices in pricing page. * Small clean up on pricing page. * Fix punctuaction in pricing page. * Update docs/src/components/pricing/PricingTable.tsx Fix duplicated word. Co-authored-by: danilo leal <[email protected]> * plan info copy update * price change * remove flat price disclaimer * couple of design adjustments * make it available in mobile * fix premium button and adjust styles * Update FAQ, Early bird, What to expect test, and links to the store * Add Premium to -Available with MIT and commercial licenses- section on X homepage * fix lint * Update Support info in pricing table * Update links to the store * prettier * Fix lint on support update * Take -technical advisory- out of features table until we figure out what the Enterprise support Add-On looks like. * Fix anchoring of Early bird container * Simplifying Update docs/src/components/pricing/FAQ.tsx Co-authored-by: Sam Sycamore <[email protected]> * Simplifying Update docs/src/components/pricing/FAQ.tsx Co-authored-by: Sam Sycamore <[email protected]> * Eliminiating nested colons and semi-colons Update docs/src/components/productX/XPlans.tsx Co-authored-by: Sam Sycamore <[email protected]> * Add double colon to the Anchorable Container pseudo element * prettier * small tweak to the What to expect section * small writing tweak * Update hero section * Apply some of Olivier's suggestions from code review Co-authored-by: Olivier Tassinari <[email protected]> * Update docs/src/components/pricing/PricingTable.tsx Co-authored-by: Olivier Tassinari <[email protected]> * Add excel to table * Add back a mention about the price cap * prettier * up order of row reorder in comparison table * Add quick filter to comparison table * simpler scroll anchor scroll logic * fix p > p invalid HTML structure Co-authored-by: danilo leal <[email protected]> Co-authored-by: siriwatknp <[email protected]> Co-authored-by: Sam Sycamore <[email protected]> Co-authored-by: Olivier Tassinari <[email protected]>
- Loading branch information
1 parent
feddf0e
commit f22a532
Showing
7 changed files
with
148 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,14 +41,12 @@ const faqData = [ | |
), | ||
}, | ||
{ | ||
summary: 'How many licenses do I need?', | ||
summary: 'How many developer seats do I need?', | ||
detail: ( | ||
<React.Fragment> | ||
The number of licenses purchased must correspond to the number of concurrent developers | ||
contributing changes to the front-end code of a project that uses MUI X Pro. However, the | ||
number of developer licenses required is capped at 10 developers for the <b>Pro plan</b> and | ||
10 developers/project for the <b>Premium plan</b>, developers above this cap don't need to | ||
be licensed. | ||
The number of seats purchased on your license must correspond to the number of concurrent | ||
developers contributing changes to the front-end code of a project that uses MUI X Pro or | ||
Premium. | ||
<br /> | ||
<br /> | ||
<b>Example 1.</b> Company 'A' is developing an application named 'AppA'. The app needs to | ||
|
@@ -92,15 +90,12 @@ const faqData = [ | |
summary: 'Am I allowed to use the product after the update entitlement expires?', | ||
detail: ( | ||
<React.Fragment> | ||
Yes. The license is perpetual, so you are allowed to continue using the product even after | ||
the entitlement expires. However, you will be using the last product version released before | ||
this time. You will lose access to subsequently released functionality and updates, as well | ||
as technical support. | ||
Yes. You can continue to use the product in production environments after the entitlement | ||
expires. But you will need to keep your subscription active to continue development, update | ||
for new features, or gain access to technical support. | ||
<br /> | ||
<br /> | ||
If you wish to preserve your access to product updates (new features and fixes) and | ||
dedicated support, you need to renew your license, please{' '} | ||
<Link href="mailto:[email protected]">contact sales</Link>. | ||
To renew your license, please <Link href="mailto:[email protected]">contact sales</Link>. | ||
</React.Fragment> | ||
), | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.