@@ -140,9 +140,12 @@ export default function Homepage() {
140140 ingeniería del software (continuous deployment, test-driven development, trunk-based development).
141141 </ Page . Text >
142142
143+ < Page . Subheading > ¿Hablamos?</ Page . Subheading >
144+
143145 < Page . Text >
144- Si quieres contratar esta formación para tu empresa, escríbeme un mensaje utilizando el formulario a
145- continuación y te responderé lo antes posible. También puedes escribirme un email a hola@codecoolture.com.
146+ Si quieres contratar esta formación para tu empresa, escríbeme un mensaje a{ " " }
147+ < strong > hola@codecoolture.com</ strong > y cuéntame un poco sobre tu equipo y los proyectos en los que estáis
148+ trabajando.
146149 </ Page . Text >
147150
148151 < Page . Subheading > Material publicado</ Page . Subheading >
@@ -170,33 +173,6 @@ export default function Homepage() {
170173 : plantilla para practicar TDD en aplicaciones JavaScript
171174 </ List . Item >
172175 </ List >
173-
174- < Page . Subheading > ¿Hablamos?</ Page . Subheading >
175-
176- < Page . ContactForm onSuccessMessage = "¡Gracias! Mensaje recibido." >
177- < Page . ContactForm . Field name = "email" >
178- < Page . ContactForm . Field . Label > Tu email</ Page . ContactForm . Field . Label >
179-
180- < Page . ContactForm . Field . Hint > Lo utilizaré para responderte</ Page . ContactForm . Field . Hint >
181-
182- < Page . ContactForm . Field . Input />
183-
184- < Page . ContactForm . Field . Error > Por favor, introduce un email válido.</ Page . ContactForm . Field . Error >
185- </ Page . ContactForm . Field >
186-
187- < Page . ContactForm . Field name = "message" >
188- < Page . ContactForm . Field . Label > Mensaje</ Page . ContactForm . Field . Label >
189-
190- < Page . ContactForm . Field . Hint >
191- Este campo es < strong > opcional</ strong > , pero puedes utilizarlo para contarme algo sobre ti o,
192- simplemente, saludar :-)
193- </ Page . ContactForm . Field . Hint >
194-
195- < Page . ContactForm . Field . TextArea numberOfRows = { 5 } />
196- </ Page . ContactForm . Field >
197-
198- < Page . ContactForm . Submit > Enviar tu mensaje</ Page . ContactForm . Submit >
199- </ Page . ContactForm >
200176 </ Page . Row >
201177 </ Page . Main >
202178
0 commit comments