import React from "react"; import { Helmet } from "react-helmet"; const Home = () => { return (
Chalpado - Home

Welcome to Chalpado

Find the best deals on flights, hotels, and travel packages.

); }; export default Home;