import Link from "next/link"; /** * Shop-specific 404 when an invalid category or sub-category path is requested * (e.g. unknown [category] or [subCategory] in /shop/[category]/[subCategory]). */ export default function ShopNotFound() { return (
This shop category or page doesn't exist. Try browsing from the shop home.
Back to Shop