'use client'; import Image from 'next/image'; export default function GlobalError({ reset, }: { reset: () => void; }) { return (

500 Error

Blown Gasket

The whole system overheated. We need a hard reset to get you back in the driver's seat.

); }