feat: landing page - larger cta button

This commit is contained in:
enes 2024-07-25 16:11:20 +02:00
parent a82f138057
commit 3149ba9757
2 changed files with 9 additions and 1 deletions

View File

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

View File

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