import ImageDisplay from 'components/page/image-display'; import { Metaobject } from 'lib/shopify/types'; import Link from 'next/link'; import { Suspense } from 'react'; import { twMerge } from 'tailwind-merge'; const ManufacturerItem = ({ manufacturer, className, href }: { manufacturer: Metaobject; className?: string; href?: string; }) => { const children = (