import React from "react"; import { Helmet } from "react-helmet"; const Hotels = () => { return (
Find Best Hotels - hlafly

Hotels

Find and book top-rated hotels with great discounts.

); }; export default Hotels;