Skip to content

Commit 8e638a9

Browse files
authored
[website] Add Price increases section on the pricing page (#47005)
1 parent dea9348 commit 8e638a9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/src/components/pricing/PricingWhatToExpect.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import AllInclusiveOutlinedIcon from '@mui/icons-material/AllInclusiveOutlined';
88
import ReplayRoundedIcon from '@mui/icons-material/ReplayRounded';
99
import AcUnitIcon from '@mui/icons-material/AcUnit';
1010
import HelpOutlineOutlinedIcon from '@mui/icons-material/HelpOutlineOutlined';
11+
import PriceChangeIcon from '@mui/icons-material/PriceChange';
1112
import Section from 'docs/src/layouts/Section';
1213
import { Link } from '@mui/docs/Link';
1314
import GradientText from 'docs/src/components/typography/GradientText';
@@ -184,6 +185,22 @@ export default function PricingWhatToExpect() {
184185
<Link href="mailto:[email protected]">sales team</Link> for a volume discount.
185186
</Typography>
186187
</Paper>
188+
<Paper variant="outlined" sx={{ p: 2, height: 'fit-content' }}>
189+
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 1 }}>
190+
<PriceChangeIcon fontSize="small" color="primary" />
191+
<Typography
192+
component="h3"
193+
variant="body2"
194+
sx={{ fontWeight: 'bold', color: 'text.primary' }}
195+
>
196+
Price increases
197+
</Typography>
198+
</Box>
199+
<Typography variant="body2" sx={{ color: 'text.secondary' }}>
200+
To continue providing the best service, MUI may implement an annual price increase of up
201+
to 7% at the time of renewal.
202+
</Typography>
203+
</Paper>
187204
</Box>
188205
</Section>
189206
);

0 commit comments

Comments
 (0)