@@ -21,6 +21,7 @@ const PricingSection = () => {
2121 < div className = "text-4xl font-bold text-gray-900 mb-6" >
2222 Gratis
2323 </ div >
24+ < p className = "text-sm text-gray-500 mb-6" > Modalidad: Individual</ p >
2425 </ div >
2526 < div className = "mt-8" >
2627 < ul className = "space-y-4" >
@@ -68,8 +69,9 @@ const PricingSection = () => {
6869 $5.000
6970 </ div >
7071 < p className = "text-sm text-gray-500 mb-2" > /mes</ p >
71- < p className = "text-sm text-orange-500 mb-6" > *Precio normal: $10.000/mes</ p >
72- < p className = "text-xs text-gray-500 mb-6" > Oferta válida solo para los primeros 100 cupos</ p >
72+ < p className = "text-sm text-orange-500 mb-2" > *Precio normal: $10.000/mes</ p >
73+ < p className = "text-xs text-gray-500 mb-2" > Oferta válida solo para los primeros 100 cupos</ p >
74+ < p className = "text-sm text-gray-500 mb-6" > Modalidad: Individual y Grupal</ p >
7375 </ div >
7476 < div className = "mt-8" >
7577 < ul className = "space-y-4" >
@@ -99,41 +101,26 @@ const PricingSection = () => {
99101 </ li >
100102 </ ul >
101103 </ div >
102- < div className = "mt-8 text-center " >
104+ < div className = "mt-8" >
103105 < Link
104106 href = "/registro"
105- className = "block w-full bg-orange-400 text-white font-semibold py-3 px-6 rounded-full hover:bg-orange-500 transition-colors"
107+ className = "block w-full bg-orange-400 text-white font-semibold py-3 px-6 rounded-full hover:bg-orange-500 transition-colors text-center "
106108 >
107109 Elegir Plan
108110 </ Link >
109111 </ div >
110- < div className = "mt-8 text-center" >
111- < Link
112- href = "/registro"
113- className = "block w-full bg-orange-400 text-white font-semibold py-3 px-6 rounded-full hover:bg-orange-500 transition-colors"
114- >
115- Registrarse
116- </ Link >
117- </ div >
118- < div className = "mt-8 text-center" >
119- < button
120- disabled
121- className = "block w-full bg-gray-300 text-gray-500 font-semibold py-3 px-6 rounded-full cursor-not-allowed"
122- >
123- Próximamente
124- </ button >
125- </ div >
126112 </ div >
127113
128114 { /* Plan Plus */ }
129115 < div className = "bg-white rounded-2xl shadow-lg p-8 border-2 border-gray-100 hover:border-orange-400 transition-all" >
130116 < div className = "text-center" >
131117 < h3 className = "text-2xl font-bold text-gray-800 mb-2" > Plus</ h3 >
132118 < p className = "text-gray-600 mb-6" > Para profesionales</ p >
133- < div className = "text-4xl font-bold text-gray-900 mb-6 " >
119+ < div className = "text-4xl font-bold text-gray-900 mb-2 " >
134120 $20.000
135- < span className = "text-sm text-gray-500" > /mes</ span >
136121 </ div >
122+ < p className = "text-sm text-gray-500 mb-2" > /mes</ p >
123+ < p className = "text-sm text-gray-500 mb-6" > Modalidad: Individual, Grupal y Empresa</ p >
137124 </ div >
138125 < div className = "mt-8" >
139126 < ul className = "space-y-4" >
@@ -166,7 +153,7 @@ const PricingSection = () => {
166153 < div className = "mt-8" >
167154 < button
168155 disabled
169- className = "block w-full bg-gray-300 text-gray-500 font-semibold py-3 px-6 rounded-full cursor-not-allowed"
156+ className = "block w-full bg-gray-300 text-gray-500 font-semibold py-3 px-6 rounded-full cursor-not-allowed text-center "
170157 >
171158 Próximamente
172159 </ button >
0 commit comments