File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ const AltHeroSection = () => {
5
5
return (
6
6
< div className = "flex flex-col items-center justify-center" >
7
7
< div className = "my-16 flex flex-col items-center px-3 pb-6 sm:mb-20 sm:mt-20" >
8
- < h1 className = "animate-text mb-16 bg-gradient-to-r from-primary-600 via-rose-500 to-primary-600 bg-clip-text text-center text-5xl font-black text-transparent md:w-3/4 md:text-7xl lg:text-9xl" >
8
+ < h1 className = "mb-16 animate-text bg-gradient-to-r from-primary-600 via-rose-500 to-primary-600 bg-clip-text text-center text-5xl font-black text-transparent md:w-3/4 md:text-7xl lg:text-9xl" >
9
9
FullStack Web Developer
10
10
</ h1 >
11
- < p className = "text-center text-xl text-dark-900 dark:text-white" >
12
- Transforming Ideas into Immersive User Experiences with the Power of
13
- React and PHP
11
+ < p className = "max-w-[52ch] text-center text-2xl text-dark-900 dark:text-white" >
12
+ Transforming Ideas into Immersive User Experiences with the Power of{ ' ' }
13
+ < strong > NodeJs </ strong > and < strong > PHP</ strong >
14
14
</ p >
15
15
</ div >
16
16
< div >
17
17
< img
18
18
src = { heroImage }
19
- alt = ""
20
- aria-label = ""
19
+ alt = "image of three people discussing their coding skill and development "
20
+ aria-label = "image of three people discussing their coding skill and development "
21
21
className = "mx-auto w-full md:w-2/3 lg:w-1/2"
22
22
/>
23
23
</ div >
You can’t perform that action at this time.
0 commit comments