Landing page - new design implementation #122

Merged
b merged 45 commits from issue-21 into staging 2024-07-31 13:06:58 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 3149ba9757 - Show all commits

View File

@ -213,7 +213,14 @@ export const LandingPage = () => {
create, sign, and verify any document from any device with a browser. create, sign, and verify any document from any device with a browser.
</Typography> </Typography>
<Button variant="contained" onClick={onSignInClick}> <Button
sx={{
fontSize: '22px',
padding: '16px 32px'
}}
variant="contained"
onClick={onSignInClick}
>
GET STARTED GET STARTED
</Button> </Button>

View File

@ -24,6 +24,7 @@ export const theme = extendTheme({
MuiButton: { MuiButton: {
styleOverrides: { styleOverrides: {
root: { root: {
transition: 'ease 0.4s',
padding: '10px 20px', padding: '10px 20px',
fontSize: '14px', fontSize: '14px',
fontWeight: 'bold', fontWeight: 'bold',