import React from 'react'; import styled from 'styled-components'; const WhiteSection = styled.footer` background: #ffffff; `; const Container = styled.div` `; const Footer = () => { return (

© Copyright 2020 Locaft

Terms and Conditions

Privacy Policy

) } export default Footer;