import React from 'react'; export default function Footer() { const handleScroll = () => { window.scroll({ top: 0, left: 0, behavior: 'smooth', }); }; return ( ); }