feat: remove other people say

This commit is contained in:
Nazareno Oviedo 2022-04-18 12:14:37 -03:00
parent 8404238f62
commit e3447c2ffa
2 changed files with 1 additions and 8 deletions

View File

@ -5,7 +5,6 @@ import { useKeenSlider } from 'keen-slider/react'
import { useRealViewport } from 'next-real-viewport'
import { useEffect, useRef } from 'react'
import { ArrowGreater } from '~/components/icons/arrow'
import { Container } from '~/components/layout/container'
import Section from '~/components/layout/section'
import Heading from '~/components/primitives/heading'
@ -79,15 +78,9 @@ const WhatOthersSay = () => {
<Section className={s['section']}>
<Container>
<div className={s['header']}>
<span>34°35'59″S 58°22'</span>
<Heading as="h2" variant="md" centered>
What <br className="hide-on-mobile" /> others say
</Heading>
<span>
<ArrowGreater className={s['arrow']} />
{testimonials.length} testimonials
<ArrowGreater className={s['arrow']} inverted />
</span>
</div>
<div className={s['carousel']} ref={carouselRef}>

View File

@ -19,7 +19,7 @@
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
margin: 0 auto;
width: 100%;
max-width: tovw(1076px, 'default', 700px);