import Link from 'next/link'; import './SafetyBanner.css'; export default function SafetyBanner() { return ( ); }