import React from 'react'; const Footer = (props) => { return (
Introducing Airbnb Luxe
  Extraordinary homes
with five-star everything
) }; export default Footer;