You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call us at +1 (732) 724-9644 for any immediate questions or assistance. Our team is available during business hours to provide you with the support you need.
104
+
</Typography>
105
+
</motion.div>
106
+
<Box
107
+
component="img"
108
+
src='/contact_mail.png'
109
+
sx={{
110
+
width: 40,
111
+
height: 40,
112
+
}}
113
+
/>
114
+
<motion.div
115
+
initial={{opacity: 0,y: 30}}
116
+
whileInView={{opacity: 1,y: 0}}
117
+
viewport={{once: true}}
118
+
transition={{
119
+
duration: 1,
120
+
delay: 0.1,
121
+
ease: [0.215,0.61,0.355,1]
122
+
}}
123
+
>
124
+
<Typography
125
+
sx={{
126
+
textAlign: 'left',
127
+
width: '100%',
128
+
fontWeight: 'bold',
129
+
}}
130
+
>
131
+
Email:
132
+
</Typography>
133
+
</motion.div>
134
+
<motion.div
135
+
initial={{opacity: 0,y: 30}}
136
+
whileInView={{opacity: 1,y: 0}}
137
+
viewport={{once: true}}
138
+
transition={{
139
+
duration: 1,
140
+
delay: 0.1,
141
+
ease: [0.215,0.61,0.355,1]
142
+
}}
143
+
>
144
+
<Typography
145
+
sx={{
146
+
textAlign: 'left',
147
+
width: '100%',
148
+
}}
149
+
>
150
+
For general inquiries or to learn more about our services, email us at [email protected]. We typically respond right away!
151
+
</Typography>
152
+
</motion.div>
153
+
<Box
154
+
component="img"
155
+
src='/contact_chat.png'
156
+
sx={{
157
+
width: 40,
158
+
height: 40,
159
+
}}
160
+
/>
161
+
<motion.div
162
+
initial={{opacity: 0,y: 30}}
163
+
whileInView={{opacity: 1,y: 0}}
164
+
viewport={{once: true}}
165
+
transition={{
166
+
duration: 1,
167
+
delay: 0.1,
168
+
ease: [0.215,0.61,0.355,1]
169
+
}}
170
+
>
171
+
<Typography
172
+
sx={{
173
+
textAlign: 'left',
174
+
width: '100%',
175
+
fontWeight: 'bold',
176
+
}}
177
+
>
178
+
Book an Appointment
179
+
</Typography>
180
+
</motion.div>
181
+
<motion.div
182
+
initial={{opacity: 0,y: 30}}
183
+
whileInView={{opacity: 1,y: 0}}
184
+
viewport={{once: true}}
185
+
transition={{
186
+
duration: 1,
187
+
delay: 0.1,
188
+
ease: [0.215,0.61,0.355,1]
189
+
}}
190
+
>
191
+
<Typography
192
+
sx={{
193
+
textAlign: 'left',
194
+
width: '100%',
195
+
}}
196
+
>
197
+
Ready to take the next step in your recovery? <br/>You can easily book a virtual consultation with one of our experts.
0 commit comments