Skip to content

Commit a8232ed

Browse files
authored
feat: update Home copy (#74)
1 parent d4106c2 commit a8232ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/components/sections/home

src/components/sections/home/Home.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ function HomeSection(props, ref) {
4949
sx={{
5050
display: 'inline-flex',
5151
flexDirection: 'column',
52-
px: [3, 4, '74rem'],
53-
py: [5, 5, '74rem'],
52+
px: [3, 4, '80rem'],
53+
py: [5, 5, '80rem'],
5454
margin: '0 auto',
5555
zIndex: '1',
5656
}}
@@ -86,12 +86,12 @@ function HomeSection(props, ref) {
8686
<p
8787
sx={{
8888
variant: 'text.body',
89-
maxWidth: '555rem',
89+
maxWidth: '535rem',
9090
mx: 'auto',
9191
pb: ['52rem', '52rem', '54rem'],
9292
}}
9393
>
94-
I&apos;m a software engineer building secure, maintainable systems and elegant solutions to complex problems.
94+
I&apos;m a software engineer passionate about solving complex problems through clean, secure, scalable code and crafting delightful experiences.
9595
</p>
9696
</Fade>
9797
<Pulse delay={5200} duration={620}>

0 commit comments

Comments
 (0)