'use client' import Nav from '../components/Nav' import PastDrops from '../components/PastDrops' import Footer from '../components/Footer' export default function PastDropsPage() { return ( <> { e.currentTarget.style.color = 'var(--text)' }} onMouseLeave={(e) => { e.currentTarget.style.color = 'var(--muted)' }} > ← Back Past Drops > ) }