@@ -9,15 +9,6 @@ import SplitText from './SplitPresentation'
99const handleAnimationComplete = ( ) => {
1010 console . log ( 'All letters have animated!' )
1111}
12- /**
13- * ---------------------------------------------------------------------
14- * <HeroSection /> – compact version 🖥️📱
15- * ---------------------------------------------------------------------
16- * • Altura reducida: min‑h-[65vh] en lugar de full screen.
17- * • Tipografía responsiva con clamp() para evitar tamaños gigantes.
18- * • Animaciones GSAP conservadas pero con delays más cortos.
19- * • Texto resumido y centrado para un look ultralimpi o.
20- * ---------------------------------------------------------------------*/
2112
2213export default function HeroSection ( ) {
2314 const heroRef = useRef < HTMLDivElement > ( null )
@@ -55,7 +46,6 @@ export default function HeroSection() {
5546 className = "flex min-h-[50vh] flex-col items-center justify-center px-6 text-center md:min-h-[65vh]"
5647 >
5748 < div className = "mx-auto max-w-4xl" >
58- { /* Nombre */ }
5949
6050 < SplitText
6151 text = "JOSE BLANCO"
@@ -72,7 +62,6 @@ export default function HeroSection() {
7262 onLetterAnimationComplete = { handleAnimationComplete }
7363 />
7464
75- { /* Título */ }
7665
7766 < TrueFocus
7867 sentence = "Developer Javascript"
@@ -83,7 +72,6 @@ export default function HeroSection() {
8372 pauseBetweenAnimations = { 1 }
8473 />
8574
86- { /* Descripción */ }
8775 < p
8876 ref = { descRef }
8977 className = "mx-auto max-w-2xl text-[clamp(0.9rem,2.5vw,1.2rem)] leading-relaxed text-gray-300"
0 commit comments