@@ -31,7 +31,7 @@ export const WaitlistAccepted = ({
3131 < TicketTemplate theme = "light" >
3232 < Container className = "px-10 py-10 w-full max-w-3xl font-light" >
3333 < Section className = "" >
34- < Preview > Estás invitado a { eventName } </ Preview >
34+ < Preview > Tienes una invitación a { eventName } </ Preview >
3535 < Row className = "h-20 mb-14" >
3636 < Column >
3737 < Img
@@ -45,43 +45,41 @@ export const WaitlistAccepted = ({
4545 { userName ? `Hola ${ userName } ,` : "Hola," }
4646 </ Text >
4747
48- < Text className = "text-xl mb-16 " >
49- Nos complace informarte que has sido seleccionado para asistir a:
48+ < Text className = "text-xl mb-12 " >
49+ Nos complace informarte que ganaste un ticket para asistir a:
5050 </ Text >
5151
52- < Text className = "text-xl text-center mb-16 px-8 text-gray-400 " >
52+ < Text className = "text-xl text-center mb-16 px-8 text-gray-500 " >
5353 { eventName }
5454 </ Text >
5555
56- < Text className = "text-xl mb-16" >
57- Tu lugar está reservado, y nos alegra que puedas ser parte de la
58- primera hackathon y conferencia de OpenAI en Latinoamérica. Ingresa
59- con tu correo{ " " }
60- < CodeInline className = "font-medium" > { userEmail } </ CodeInline > , y
61- rellena tus datos para que podamos confirmar tu asistencia.
62- </ Text >
63-
64- < Text className = "text-xl mb-16" >
65- Es importante que completes tus datos para poder asegurar tu lugar
66- en el evento, si no, tu lugar será liberado para otro participante.
56+ < Text className = "text-xl mb-12" >
57+ Ingresa con tu correo{ " " }
58+ < CodeInline className = "font-regular italic" > { userEmail } </ CodeInline >
59+ , conoce los detalles y completa tus datos para que podamos{ " " }
60+ < span className = "font-medium" > confirmar tu asistencia</ span > .
6761 </ Text >
6862
69- < Text className = "mb-8 text-center" >
63+ < Text className = "mb-4 text-center" >
7064 < Button
7165 href = "https://communityos.io/ai-hackathon/tickets"
7266 className = "bg-black py-4 px-6 rounded-3xl text-gray-200 self-center"
7367 target = "_blank"
7468 >
75- Ingresa aquí
69+ Obtener ticket
7670 </ Button >
7771 </ Text >
72+ < Text className = "text-sm mb-12 max-w-xs text-center mx-auto" >
73+ Si no completas este paso, liberaremos el ticket para otra persona.
74+ </ Text >
7875
79- < Text className = "text-xl mb-8 " >
80- Por favor, asegúrate de traer tu confirmación de ticket, el día del
81- evento .
76+ < Text className = "text-xl mb-16 " >
77+ Nos alegra que puedas ser parte de la primera hackathon y
78+ conferencia de OpenAI en Latinoamérica .
8279 </ Text >
83- < Text className = "text-xl mb-8" > ¡Nos vemos en el evento!</ Text >
84- < Text className = "text-xl font-semibold mb-8" > Equipo CommunityOS</ Text >
80+
81+ < Text className = "text-xl mb-4" > Nos vemos en el evento,</ Text >
82+ < Text className = "text-xl font-semibold mb-4" > Equipo CommunityOS</ Text >
8583 </ Section >
8684 < Hr className = "my-8 border-black" />
8785 < BigFooter theme = "light" />
0 commit comments