Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
327 Bytes
import React from 'react';
const Footer = (props) => {
return (
<div className="splash-footer">
<span>Introducing Airbnb Luxe</span> <br/>
<span>&emsp;&emsp;Extraordinary homes</span> <br/>
<span>with five-star everything</span>
</div>
)
};
export default Footer;