@ -27,7 +27,7 @@ const ProductSuggestion = ({ isDark, getSimilar, book, similarList }) => {
}, [similarList]);
return (
<section className="mt-10 border-2 border-gray-300 py-10 rounded-lg bg-grayF9">
<h2 className="text-center text-lg font-bold text-productPrice">
<h2 className="text-center text-lg font-bold text-productPrice mb-10">
{window.t("این کالاها برای خرید به شما پیشنهام می دهیم")}
</h2>
{/* product design */}