import React from 'react'; import * as Icon from 'react-feather'; import SliderImage from 'react-zoom-slider'; import { AiFillStar } from "react-icons/ai"; const data = [ { image: 'https://origin.pegipegi.com/jalan/images/pict1L/Y2/Y996372/Y996372001.jpg', text: 'img1' }, { image: 'https://pix10.agoda.net/hotelImages/602/6025213/6025213_18111511050069716941.jpg?s=1024x768', text: 'img2' }, { image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSf-p3S-ls6H91EnKbEf3T9SO2Sz8Hh9BjpIA&usqp=CAU', text: 'img3' }, { image: 'https://origin.pegipegi.com/jalan/images/pict1L/Y2/Y996372/Y996372001.jpg', text: 'img4' }, { image: 'https://pix10.agoda.net/hotelImages/602/6025213/6025213_18111511050069716941.jpg?s=1024x768', text: 'img5' }, { image: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSf-p3S-ls6H91EnKbEf3T9SO2Sz8Hh9BjpIA&usqp=CAU', text: 'img6' }, ]; const ServicesArea = () => { return ( <>