diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index 799c80dc63ecc8..055ad5ea8beec0 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -10,6 +10,7 @@ import Tooltip from '@mui/material/Tooltip'; import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined'; import { useRouter } from 'next/router'; import KeyboardArrowRightRounded from '@mui/icons-material/KeyboardArrowRightRounded'; +import OpenInNewRoundedIcon from '@mui/icons-material/OpenInNewRounded'; import LaunchRounded from '@mui/icons-material/LaunchRounded'; import UnfoldMoreRounded from '@mui/icons-material/UnfoldMoreRounded'; import { Link } from '@mui/docs/Link'; @@ -142,14 +143,33 @@ export function PlanPrice(props: PlanPriceProps) { {priceUnit} - + {(annual || monthlyDisplay) && ( {priceExplanation} )} - - {'No additional fee beyond 10 devs.'} + + + No extra fees for orders with over 10 devs  + + + + by Aug 30 + + + + + . @@ -206,14 +226,32 @@ export function PlanPrice(props: PlanPriceProps) { {priceUnit} - + {(annual || monthlyDisplay) && ( {priceExplanation} )} - - 🐦 Early bird special (25% off). + + 🐦 Early Bird: 25% off if ordered   + + + + by Aug 30 + {' '} + + + + .