import React, { useRef } from 'react'; import Slider from 'react-slick'; import 'slick-carousel/slick/slick-theme.css'; import 'slick-carousel/slick/slick.css'; import user from '../../assets/images/testimonial-user.png'; function TestimonialHomeOne() { const sliderRef = useRef(); const sliderNext = () => { sliderRef.current.slickNext(); }; const sliderPrev = () => { sliderRef.current.slickPrev(); }; return (
Lanta Greece
July, 2021

Loving what you do to earn an income is the new word of mouth. I would absolutely recommend WrenchBoard.It 's so easy to use and you get paid instantly.

Jason Response
April 14, 2022

Why I say old chap that is spiffing lurgy Oxford cracking goal bleeder, bog-standard Harry brilliant mush a blinding shot starkers.

Jason Response
April 14, 2022

Why I say old chap that is spiffing lurgy Oxford cracking goal bleeder, bog-standard Harry brilliant mush a blinding shot starkers.

); } export default TestimonialHomeOne;