export default function Home() { const hazardStripe = { backgroundImage: "repeating-linear-gradient(45deg, #facc15 0 24px, #18181b 24px 48px)", }; return (
{/* Top hazard stripe */}
); }