|
|
@@ -37,7 +37,7 @@ export const ProductCard: FC<ProductCardProps> = ({
|
|
|
className="animate-fadeIn gap-y-4.5 flex flex-col"
|
|
|
>
|
|
|
<div className="group relative overflow-hidden rounded-lg">
|
|
|
- <Link href={`/product/${product.urlKey}`} aria-label={`View ${product.name}`}>
|
|
|
+ <Link href={`/${product.urlKey}.html`} aria-label={`View ${product.name}`}>
|
|
|
<div className="aspect-[353/283] h-auto truncate rounded-lg">
|
|
|
<NextImage
|
|
|
alt={product?.name || "Product image"}
|