"use client"; import { useScroll } from '../hooks/useScroll'; function Header() { const { scrollToSectionWithHeader } = useScroll(); return ( ); } export default Header;