import React from 'react'; import img1 from "../img/1.png" import img2 from "../img/2.png" import img3 from "../img/3.png" import img4 from "../img/4.png" const Destinations = () => { return (

Featured destinations

View all >
picture of nature

Raja Ampat

Indonesia

picture of nature

Fanjingshan

China

picture of nature

Vevey

Switzerland

picture of nature

Skadar

Montenegro

); }; export default Destinations;