Skip to content

Commit 6dbb995

Browse files
committed
feat: update hero section text
1 parent 676fdcd commit 6dbb995

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/AltHeroSection.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ const AltHeroSection = () => {
55
return (
66
<div className="flex flex-col items-center justify-center">
77
<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">
99
FullStack Web Developer
1010
</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>
1414
</p>
1515
</div>
1616
<div>
1717
<img
1818
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 "
2121
className="mx-auto w-full md:w-2/3 lg:w-1/2"
2222
/>
2323
</div>

0 commit comments

Comments
 (0)