Skip to content

Commit 3a66b97

Browse files
committed
Fix: Titulo boton comunidad y bg boton ticket
1 parent e4e5190 commit 3a66b97

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/app/[city]/page.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)