File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,9 +118,11 @@ export default async function CityPage({ params }) {
118118
119119 { /* Registro Section */ }
120120 < section id = "registro" className = "container-py" >
121- < FeatureGuard featureName = "registration" cityData = { data } >
122- < RegistrationForm />
123- </ FeatureGuard >
121+ < div className = "bg-black/20 backdrop-blur rounded-lg p-6 md:p-8" >
122+ < FeatureGuard featureName = "registration" cityData = { data } >
123+ < RegistrationForm />
124+ </ FeatureGuard >
125+ </ div >
124126 </ section >
125127
126128 { /* Agenda*/ }
@@ -214,7 +216,7 @@ export default async function CityPage({ params }) {
214216 < FAQSection faqs = { generalFAQs } />
215217
216218 < CTAFinal
217- title = { `¡Únete a la comunidad Python en ${ data . name } !` }
219+ title = { `¡Únete al voluntariado de la comunidad Python Chile !` }
218220 subtitle = "Aprende, comparte y conecta con desarrolladores y entusiastas de Python de toda la región y de Chile."
219221 buttonText = "Registrarme ahora"
220222 href = "https://docs.google.com/forms/d/e/1FAIpQLSdhHlnqwmYffl6JNzbAZ4IRRyM_8fcOB1QH0hyz6Vwi3VFOwg/viewform"
You can’t perform that action at this time.
0 commit comments