Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy committed Mar 3, 2024
1 parent 9d067af commit ef0cc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/Testimonials.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ const Testimonials = () => {
variant='h4'
align='center'
fontWeight={700}
data-aos='fade-up'
gutterBottom
data-aos='fade-up'
>
Testimonials
</Typography>
<Typography
variant='h6'
color={theme.palette.text.secondary}
align='center'
data-aos='fade-up'
marginTop={3}
marginBottom={3}
data-aos='fade-up'
>
Check what clients have said about our work
</Typography>
Expand All @@ -87,11 +87,11 @@ const Testimonials = () => {
borderRadius={2}
width={1}
height={1}
variant='outlined'
data-aos='fade-up'
data-aos-delay={i * 100}
data-aos-offset={100}
data-aos-duration={600}
variant='outlined'
>
<Box display='flex' flexDirection='column'>
<Box
Expand Down

0 comments on commit ef0cc95

Please sign in to comment.