@@ -14,22 +14,30 @@ export default function Hero() {
1414 < div className = "absolute inset-0 bg-linear-to-t from-black/50 to-transparent" />
1515
1616 { /* Content — bottom-left */ }
17- < div className = "relative z-10 px-6 sm:px-12 md:px-60 lg:px-72 pb-36 sm:pb-48 md:pb-64 lg:pb-80 max-w-6xl" >
17+ < div className = "relative z-10 px-6 sm:px-12 md:px-60 lg:px-72 pb-32 sm:pb-44 md:pb-60 lg:pb-[19rem] max-w-6xl" >
1818 < div className = "flex items-center gap-3 sm:gap-4 mb-3 sm:mb-4" >
1919 < span className = "block w-8 sm:w-10 h-0.5 bg-amber-400" />
2020 < h3 className = "text-xs sm:text-sm uppercase tracking-[4px] sm:tracking-[6px] text-amber-400 font-medium" >
21- Portfolio
21+ Portfolio
2222 </ h3 >
2323 </ div >
24- < h1
25- className = "text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold leading-tight mb-2 sm:mb-3"
26- style = { { fontFamily : "'Frank Ruhl Libre', serif" } }
24+ < div >
25+ < h1
26+ className = "text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold leading-tight mb-2 sm:mb-3 text-white"
27+ style = { {
28+ fontFamily : "'Frank Ruhl Libre', serif" ,
29+ textShadow : "0 6px 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.35)"
30+ } }
31+ >
32+ Soumyata Binani
33+ </ h1 >
34+ < p
35+ className = "whitespace-nowrap text-base sm:text-lg md:text-xl text-white/90 tracking-wide font-light"
36+ style = { { textShadow : "0 4px 20px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.35)" } }
2737 >
28- Soumyata Binani
29- </ h1 >
30- < p className = "text-base sm:text-lg md:text-xl text-white/80 tracking-wide font-light" >
31- Product Manager | Innovator | Design Thinker
38+ Product Manager | 0 → 1 Builder | I help companies make things people love
3239 </ p >
40+ </ div >
3341 </ div >
3442
3543 { /* Scroll indicator — bottom-left */ }
0 commit comments