Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 69299ba

Browse files
Merge pull request #170 from Abhishek-kumar09/consultationform
[Dev] change consultation form design
2 parents b15e0bb + 0d486ca commit 69299ba

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

src/views/pages/Course/CTA.js

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import CircularProgress from '@material-ui/core/CircularProgress';
1515
import { ValidatorForm, TextValidator } from 'react-material-ui-form-validator';
1616
import { useSnackbar } from 'notistack';
17-
import PhoneIcon from '@material-ui/icons/Phone';
17+
import PhoneIcon from '@material-ui/icons/PhoneInTalk';
1818
import EmailIcon from '@material-ui/icons/Email';
1919

2020
import axios from 'src/utils/axios';
@@ -124,7 +124,7 @@ function Process({ benefits, className, ...rest }) {
124124
>
125125
<CardContent>
126126
<Typography className={classes.text} variant="h3">
127-
Request a Consultation
127+
Request <span style={{ color: '#A60000' }}>a Consultation</span>
128128
</Typography>
129129

130130
<Typography style={{ paddingBottom: '16px' }} variant="body1">
@@ -226,19 +226,18 @@ function Process({ benefits, className, ...rest }) {
226226
height: '100%'
227227
}}
228228
>
229-
<CardContent>
229+
<CardContent style={{ paddingBottom: '40px' }}>
230230
<Typography className={classes.text} variant="h3">
231-
Request a Consultation
232-
</Typography>
233-
234-
<Typography variant="body1">
235-
Setup a call with our counsellor and figure out what’s best for
236-
you.
231+
For <span style={{ color: '#A60000' }}>Any Query</span>
237232
</Typography>
238233
</CardContent>
239234

240235
<CardContent>
241-
<Typography className={classes.text} variant="h4">
236+
<Typography
237+
className={classes.text}
238+
variant="h4"
239+
style={{ paddingBottom: '20px' }}
240+
>
242241
Call Us
243242
</Typography>
244243

@@ -271,7 +270,11 @@ function Process({ benefits, className, ...rest }) {
271270
</CardContent>
272271

273272
<CardContent>
274-
<Typography className={classes.text} variant="h4">
273+
<Typography
274+
className={classes.text}
275+
variant="h4"
276+
style={{ paddingBottom: '20px', paddingTop: '20px' }}
277+
>
275278
Email Us
276279
</Typography>
277280

0 commit comments

Comments
 (0)