File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import HeroSection from "@/components/HeroSection";
88import SponsorList from "./sponsors/components/SponsorList" ;
99import featuredTalks from "@/data/featuredTalks" ;
1010import { FeatureGuard } from "@/components/FeatureManagement/FeatureGuard" ;
11+ import RegistrationState from "@/components/RegistrationState" ;
1112import EmptyState from "@/components/EmptyState" ;
1213import cityData from "@/data/cities" ;
1314
@@ -67,13 +68,9 @@ export default function Home() {
6768 </ section >
6869
6970 { /* Registro Section */ }
70- < section id = "registro" className = "container-py" >
71- < FeatureGuard featureName = "registration" >
72- < h2 className = "section-title" > Regístrate</ h2 >
73- < div className = "max-w-xl mx-auto px-13" >
74- < RegistrationForm />
75- </ div >
76- </ FeatureGuard >
71+ < section className = "container-py" >
72+ < h2 className = "section-title" > Registro PyDay 2025</ h2 >
73+ < RegistrationState context = "global" />
7774 </ section >
7875
7976 { /* Acerca de PyDay */ }
You can’t perform that action at this time.
0 commit comments