"We’ve handpicked prime locations to ensure you get the very best. From interiors that uplift and energise, and amenities that are thoughtful and engaging to contemporarily stylish yet cosy apartments, we decided that this is the kind of place where we’d like to live – so we set out to build exactly that. We think you’ll agree.",
desc1:
"Rove Home branded residences are an extension of the Rove Hotels brand. These branded residences are for hassle-free living, with personalized expressions of your ideal living environment. ",
},
{
id:"2",
src:"/images/aboutCompany/roveHomeSlider/2.png",
title:"Marasi Dri",
desc2:
"Marasi Drive’s proximity to Downtown Dubai, grants easy access to its iconic attractions, its strategic location ensures seamless connectivity to Al Khail Road and Sheikh Zayed Road, facilitating effortless travel across the city and beyond",
desc1:
"The dynamic essence of Rove comes to life at an all new address - Marasi Drive, Business Bay. Enjoy an urban living experience beyond the ordinary. Join us on this exciting journey as we unfold innovations transforming your daily moments into unforgettable living experiences in true Rove style. Enjoy every facet of contemporary lifestyle living, prioritizing value, efficiency, and a vibrant atmosphere. It is more than just a home.",
},
{
id:"3",
src:"/images/aboutCompany/roveHomeSlider/3.png",
title:"A home for the young and young-at-heart",
desc2:
"Enjoy every facet of contemporary lifestyle living, prioritizing value, efficiency, and a vibrant atmosphere. It is more than just a home.",
desc1:
"The dynamic essence of Rove comes to life at an all new address - Marasi Drive, Business Bay. Enjoy an urban living experience beyond the ordinary. Join us on this exciting journey as we unfold innovations transforming your daily moments into unforgettable living experiences in true Rove style. ",
},
{
id:"4",
src:"/images/aboutCompany/roveHomeSlider/4.png",
title:"Unique and innovative",
desc2:
"Our commitment to shaping a space that tickles your artistic sensibilities and ignites your love for innovation is unparalleled. It’s a place that would surely excite and delight Rovers like no other!",
desc1:
"At Rove Home Marasi Drive, you can feel the exhilaration in the atmosphere! We’ve expertly crafted an urban oasis where captivating design, vibrant art, and cutting-edge technology come together seamlessly.",
},
];
constRoveHomeSlider=()=>{
const[offset,setOffset]=useState(0);
const[imageWidth,setImageWidth]=useState(0);
constimageRef=useRef<HTMLImageElement>(null);
consthandlers=useSwipeable({
onSwipedLeft: next,
onSwipedRight: prev,
trackMouse: true,
});
functionnext() {
if(offset>-1*(rovehomeSlides.length-1)){
setOffset((prev)=>prev-1);
}
}
functionprev() {
if(offset<0){
setOffset((prev)=>prev+1);
}
}
// const handleOnRightClick = () => {
// if (offset > -1 * (rovehomeSlides.length - 1)) {
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.