diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index e6f59ff66df62f..a879fbe8945cb4 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'; @@ -149,14 +150,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 + + + + + . @@ -217,14 +237,32 @@ export function PlanPrice(props: PlanPriceProps) { {priceUnit} - + {(annual || monthlyDisplay) && ( {priceExplanation} )} - - 🐦 Early bird special (25% off). + + 🐦 Early Bird: 25% off if ordered   + + + + by Aug 30 + {' '} + + + + .