@@ -18,112 +18,112 @@ export default function Contact() {
18
18
< svg
19
19
fill = 'none'
20
20
stroke = 'currentColor'
21
- stroke-linecap = 'round'
22
- stroke-linejoin = 'round'
23
- stroke-width = '1.5'
21
+ strokeLinecap = 'round'
22
+ strokeLinejoin = 'round'
23
+ strokeWidth = '1.5'
24
24
viewBox = '0 0 24 24'
25
25
className = 'w-8 h-8 text-gray-500'
26
26
>
27
27
< path
28
- stroke-linecap = 'round'
29
- stroke-linejoin = 'round'
30
- stroke-width = '1.5'
28
+ strokeLinecap = 'round'
29
+ strokeLinejoin = 'round'
30
+ strokeWidth = '1.5'
31
31
d = 'M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'
32
32
/>
33
33
< path
34
- stroke-linecap = 'round'
35
- stroke-linejoin = 'round'
36
- stroke-width = '1.5'
34
+ strokeLinecap = 'round'
35
+ strokeLinejoin = 'round'
36
+ strokeWidth = '1.5'
37
37
d = 'M15 11a3 3 0 11-6 0 3 3 0 016 0z'
38
38
/>
39
39
</ svg >
40
40
< div className = 'ml-4 text-md tracking-wide font-semibold w-40' >
41
- Acme Inc, Street, State, Postal Code
41
+ Wah Cantt , Rawalpandi
42
42
</ div >
43
43
</ div >
44
44
45
45
< div className = 'flex items-center mt-4 text-gray-600' >
46
46
< svg
47
47
fill = 'none'
48
48
stroke = 'currentColor'
49
- stroke-linecap = 'round'
50
- stroke-linejoin = 'round'
51
- stroke-width = '1.5'
49
+ strokeLinecap = 'round'
50
+ strokeLinejoin = 'round'
51
+ strokeWidth = '1.5'
52
52
viewBox = '0 0 24 24'
53
53
className = 'w-8 h-8 text-gray-500'
54
54
>
55
55
< path
56
- stroke-linecap = 'round'
57
- stroke-linejoin = 'round'
58
- stroke-width = '1.5'
56
+ strokeLinecap = 'round'
57
+ strokeLinejoin = 'round'
58
+ strokeWidth = '1.5'
59
59
d = 'M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'
60
60
/>
61
61
</ svg >
62
62
< div className = 'ml-4 text-md tracking-wide font-semibold w-40' >
63
- +44 1234567890
63
+ +92-3106145445
64
64
</ div >
65
65
</ div >
66
66
67
67
< div className = 'flex items-center mt-2 text-gray-600' >
68
68
< svg
69
69
fill = 'none'
70
70
stroke = 'currentColor'
71
- stroke-linecap = 'round'
72
- stroke-linejoin = 'round'
73
- stroke-width = '1.5'
71
+ strokeLinecap = 'round'
72
+ strokeLinejoin = 'round'
73
+ strokeWidth = '1.5'
74
74
viewBox = '0 0 24 24'
75
75
className = 'w-8 h-8 text-gray-500'
76
76
>
77
77
< path
78
- stroke-linecap = 'round'
79
- stroke-linejoin = 'round'
80
- stroke-width = '1.5'
78
+ strokeLinecap = 'round'
79
+ strokeLinejoin = 'round'
80
+ strokeWidth = '1.5'
81
81
d = 'M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'
82
82
/>
83
83
</ svg >
84
84
< div className = 'ml-4 text-md tracking-wide font-semibold w-40' >
85
-
85
+
86
86
</ div >
87
87
</ div >
88
88
</ div >
89
89
90
90
< form className = 'p-6 flex flex-col justify-center' >
91
91
< div className = 'flex flex-col' >
92
- < label for = 'name' className = 'hidden' >
92
+ < label htmlFor = 'name' className = 'hidden' >
93
93
Full Name
94
94
</ label >
95
95
< input
96
96
type = 'name'
97
97
name = 'name'
98
98
id = 'name'
99
99
placeholder = 'Full Name'
100
- className = 'w-100 mt-2 py-3 px-3 rounded-lg bg-white border border-gray-400 text-gray-800 font-semibold focus:border-orange-500 focus:outline-none'
100
+ className = 'w-full mt-2 py-3 px-3 rounded-lg bg-white border border-gray-400 text-gray-800 font-semibold focus:border-orange-500 focus:outline-none'
101
101
/>
102
102
</ div >
103
103
104
104
< div className = 'flex flex-col mt-2' >
105
- < label for = 'email' className = 'hidden' >
105
+ < label htmlFor = 'email' className = 'hidden' >
106
106
Email
107
107
</ label >
108
108
< input
109
109
type = 'email'
110
110
name = 'email'
111
111
id = 'email'
112
112
placeholder = 'Email'
113
- className = 'w-100 mt-2 py-3 px-3 rounded-lg bg-white border border-gray-400 text-gray-800 font-semibold focus:border-orange-500 focus:outline-none'
113
+ className = 'w-full mt-2 py-3 px-3 rounded-lg bg-white border border-gray-400 text-gray-800 font-semibold focus:border-orange-500 focus:outline-none'
114
114
/>
115
115
</ div >
116
116
117
117
< div className = 'flex flex-col mt-2' >
118
- < label for = 'tel' className = 'hidden' >
118
+ < label htmlFor = 'tel' className = 'hidden' >
119
119
Number
120
120
</ label >
121
121
< input
122
122
type = 'tel'
123
123
name = 'tel'
124
124
id = 'tel'
125
125
placeholder = 'Telephone Number'
126
- className = 'w-100 mt-2 py-3 px-3 rounded-lg bg-white border border-gray-400 text-gray-800 font-semibold focus:border-orange-500 focus:outline-none'
126
+ className = 'w-full mt-2 py-3 px-3 rounded-lg bg-white border border-gray-400 text-gray-800 font-semibold focus:border-orange-500 focus:outline-none'
127
127
/>
128
128
</ div >
129
129
0 commit comments