@@ -62,7 +62,7 @@ export default function Contact(): JSX.Element {
62
62
< div className = { styles . main__contact_ud_wrapper } >
63
63
< div className = { styles . ud_contact_title } >
64
64
< motion . span
65
- initial = { { opacity : 0 , x : - 150 } }
65
+ initial = { { opacity : 0 , x : - 15 } }
66
66
whileInView = { { opacity : 1 , x : 0 } }
67
67
viewport = { { once : true } }
68
68
transition = { {
@@ -92,7 +92,7 @@ export default function Contact(): JSX.Element {
92
92
</ div >
93
93
< div className = { styles . contact_info } >
94
94
< motion . div
95
- initial = { { opacity : 0 , y : 150 } }
95
+ initial = { { opacity : 0 , y : 15 } }
96
96
whileInView = { { opacity : 1 , y : 0 } }
97
97
viewport = { { once : true } }
98
98
transition = { {
@@ -122,7 +122,7 @@ export default function Contact(): JSX.Element {
122
122
</ div >
123
123
</ motion . div >
124
124
< motion . div
125
- initial = { { opacity : 0 , y : 150 } }
125
+ initial = { { opacity : 0 , y : 15 } }
126
126
whileInView = { { opacity : 1 , y : 0 } }
127
127
viewport = { { once : true } }
128
128
transition = { {
@@ -154,7 +154,7 @@ export default function Contact(): JSX.Element {
154
154
</ div >
155
155
</ div >
156
156
< motion . div
157
- initial = { { opacity : 0 , x : 150 } }
157
+ initial = { { opacity : 0 , x : 15 } }
158
158
whileInView = { { opacity : 1 , x : 0 } }
159
159
viewport = { { once : true } }
160
160
transition = { {
@@ -197,6 +197,9 @@ export default function Contact(): JSX.Element {
197
197
/>
198
198
</ div >
199
199
< div className = { styles . form_group } >
200
+ < label htmlFor = "phone" className = { styles . form_label } >
201
+ Phone Number
202
+ </ label >
200
203
< PhoneInput
201
204
country = { 'us' }
202
205
value = { formValues . phone }
@@ -207,7 +210,7 @@ export default function Contact(): JSX.Element {
207
210
</ div >
208
211
< div className = { styles . form_group } >
209
212
< label htmlFor = "feedbackType" className = { styles . form_label } >
210
- Feedback Type*
213
+ Feedback Type*
211
214
</ label >
212
215
< select
213
216
name = "feedbackType"
0 commit comments