forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7251587
commit b12986a
Showing
4 changed files
with
53 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,22 @@ | ||
import * as React from 'react'; | ||
import Box from '@mui/material/Box'; | ||
import Container from '@mui/material/Container'; | ||
import Typography from '@mui/material/Typography'; | ||
import Section from 'docs/src/layouts/Section'; | ||
import SectionHeadline from 'docs/src/components/typography/SectionHeadline'; | ||
import GradientText from 'docs/src/components/typography/GradientText'; | ||
|
||
export default function HeroPricing() { | ||
return ( | ||
<Container> | ||
<Box | ||
sx={{ | ||
height: '34vh', | ||
display: 'flex', | ||
flexDirection: 'column', | ||
justifyContent: 'center', | ||
alignItems: 'center', | ||
}} | ||
> | ||
<Typography component="h1" variant="body2" color="primary.main" fontWeight="bold"> | ||
Pricing | ||
</Typography> | ||
<Typography variant="h2" textAlign="center" sx={{ my: 1 }}> | ||
Start using MUI's products <GradientText>for free!</GradientText> | ||
</Typography> | ||
<Typography color="text.secondary" textAlign="center" sx={{ maxWidth: 500 }}> | ||
Switch to a commercial plan to access advanced | ||
<br /> features & technical support. | ||
</Typography> | ||
</Box> | ||
</Container> | ||
<Section cozy> | ||
<SectionHeadline | ||
alwaysCenter | ||
overline="Pricing" | ||
title={ | ||
<Typography variant="h2" component="h1" sx={{ mx: 'auto' }}> | ||
Start using MUI's products <GradientText>for free!</GradientText> | ||
</Typography> | ||
} | ||
description="Switch to a commercial plan to access advanced features & technical support." | ||
/> | ||
</Section> | ||
); | ||
} |
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
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