|
1 | 1 | import { FaGithub, FaLinkedin, FaTwitter } from "react-icons/fa"; |
| 2 | +import { Email } from "../../components/Email"; |
2 | 3 | import { Figure } from "../../components/Figure"; |
3 | 4 | import { Link } from "../../components/Link"; |
4 | 5 | import { List } from "../../components/List"; |
@@ -134,9 +135,12 @@ export default function Homepage() { |
134 | 135 | product teams at different startups. |
135 | 136 | </Page.Text> |
136 | 137 |
|
| 138 | + <Page.Subheading>Contact</Page.Subheading> |
| 139 | + |
137 | 140 | <Page.Text> |
138 | | - If you would like to hire this technical training, please use the form below or drop me a line at |
139 | | - hola@codecoolture.com. |
| 141 | + Would you like to hire this technical training? Please drop me a line at{" "} |
| 142 | + <Email onCopyTooltip="Email copied to clipboard">hola@codecoolture.com</Email> and tell me about your team |
| 143 | + and the projects you are working on! |
140 | 144 | </Page.Text> |
141 | 145 |
|
142 | 146 | <Page.Subheading>Published material</Page.Subheading> |
@@ -164,33 +168,6 @@ export default function Homepage() { |
164 | 168 | : Template to (deliberate) practice your test-driven development skills. |
165 | 169 | </List.Item> |
166 | 170 | </List> |
167 | | - |
168 | | - <Page.Subheading>Contact</Page.Subheading> |
169 | | - |
170 | | - <Page.ContactForm onSuccessMessage="Thank you! I will respond to you promptly."> |
171 | | - <Page.ContactForm.Field name="email"> |
172 | | - <Page.ContactForm.Field.Label>Your email</Page.ContactForm.Field.Label> |
173 | | - |
174 | | - <Page.ContactForm.Field.Hint>Use an email where you want to receive my reply</Page.ContactForm.Field.Hint> |
175 | | - |
176 | | - <Page.ContactForm.Field.Input /> |
177 | | - |
178 | | - <Page.ContactForm.Field.Error>Please, use a valid email.</Page.ContactForm.Field.Error> |
179 | | - </Page.ContactForm.Field> |
180 | | - |
181 | | - <Page.ContactForm.Field name="message"> |
182 | | - <Page.ContactForm.Field.Label>Your message</Page.ContactForm.Field.Label> |
183 | | - |
184 | | - <Page.ContactForm.Field.Hint> |
185 | | - This is <strong>optional</strong>. You may use it to ask for more information, tell me about your |
186 | | - project, or say hi :-) |
187 | | - </Page.ContactForm.Field.Hint> |
188 | | - |
189 | | - <Page.ContactForm.Field.TextArea numberOfRows={5} /> |
190 | | - </Page.ContactForm.Field> |
191 | | - |
192 | | - <Page.ContactForm.Submit>Send your message</Page.ContactForm.Submit> |
193 | | - </Page.ContactForm> |
194 | 171 | </Page.Row> |
195 | 172 | </Page.Main> |
196 | 173 |
|
|
0 commit comments