import Link from 'next/link'; import CartButton from './cart-button'; export default function TestsTable({ products = [] }) { return (