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

Misfire

Not running on all cylinders

We're having trouble getting this page up to speed. It's likely just a temporary glitch in the line.

Return Home
); }