import React from "react"; const Home = () => { return (

Welcome to Hotels

Your one-stop for Hotels

); }; export default Home;