diff --git a/src/components/sections/homepage/what-others-say/index.tsx b/src/components/sections/homepage/what-others-say/index.tsx index 7ca203a..4c7b4a0 100644 --- a/src/components/sections/homepage/what-others-say/index.tsx +++ b/src/components/sections/homepage/what-others-say/index.tsx @@ -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 = () => {
- 34°35'59″S 58°22' What
others say
- - - {testimonials.length} testimonials - -
diff --git a/src/components/sections/homepage/what-others-say/what-others-say.module.scss b/src/components/sections/homepage/what-others-say/what-others-say.module.scss index f80965c..d4ea410 100644 --- a/src/components/sections/homepage/what-others-say/what-others-say.module.scss +++ b/src/components/sections/homepage/what-others-say/what-others-say.module.scss @@ -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);