@@ -7,10 +7,10 @@ const HeroOne = () => {
7
7
< div className = "flex flex-col items-center space-y-4 text-center" >
8
8
< div className = "space-y-2" >
9
9
< h1 className = "text-3xl font-bold tracking-tighter sm:text-4xl md:text-5xl lg:text-6xl/none" >
10
- Lucas Byerley
10
+ Lucas B
11
11
</ h1 >
12
12
< p className = "mx-auto max-w-[700px] text-gray-500 dark:text-gray-400 md:text-xl" >
13
- Senior Software Engineer | Sports & Web3 Enthusiast
13
+ Senior Software Engineer | Sports fan & Web3 enthusiast
14
14
</ p >
15
15
< p className = "mx-auto max-w-[700px] text-gray-500 dark:text-gray-400 md:text-xl" >
16
16
I create clean, modern, and responsive web applications that
@@ -29,18 +29,18 @@ export const HeroTwo = () => {
29
29
< div className = "container grid gap-6 px-4 md:px-6 lg:grid-cols-2 lg:gap-12 xl:gap-20" >
30
30
< div className = "flex flex-col items-start justify-center space-y-4" >
31
31
< h1 className = "text-4xl font-bold tracking-tighter sm:text-5xl md:text-6xl lg:text-7xl" >
32
- Lucas Byerley
32
+ Lucas B
33
33
</ h1 >
34
34
< h2 className = "text-2xl font-medium text-gray-500 dark:text-gray-400 sm:text-3xl" >
35
- Senior Software Engineer | Sports & Web3 Enthusiast
35
+ Senior Software Engineer | Sports Fan & Web3 Enthusiast
36
36
</ h2 >
37
37
< p className = "max-w-[600px] text-gray-500 dark:text-gray-400 md:text-xl" >
38
38
I create clean, modern, and responsive web applications that
39
39
deliver exceptional user experiences.
40
40
</ p >
41
41
</ div >
42
42
< img
43
- alt = "Lucas Byerley "
43
+ alt = "Lucas B "
44
44
className = "mx-auto rounded-full object-cover"
45
45
height = "400"
46
46
src = "https://avatars.githubusercontent.com/u/3066258"
@@ -193,7 +193,7 @@ const Home = () => {
193
193
rel = "noreferrer noopener"
194
194
>
195
195
< GithubIcon className = "h-6 w-6" />
196
- < span > lsbyerley </ span >
196
+ < span > lucasb </ span >
197
197
</ a >
198
198
< a
199
199
className = "flex items-center gap-2"
0 commit comments