|
|
@ -9,7 +9,7 @@ const ProductSuggestion = ({ suggestions, selected }) => { |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<section className="m-10 border-2 border-gray-300 p-4 rounded-lg"> |
|
|
|
<section className="m-10 border-2 border-gray-300 p-4 rounded-lg"> |
|
|
|
<h2 className="text-center text-lg font-bold text-productPrice"> |
|
|
|
<h2 className="text-center text-lg font-sansbold text-productPrice"> |
|
|
|
این کالاها برای خرید به شما پیشنهام می دهیم |
|
|
|
این کالاها برای خرید به شما پیشنهام می دهیم |
|
|
|
</h2> |
|
|
|
</h2> |
|
|
|
{/* product design */} |
|
|
|
{/* product design */} |
|
|
@ -69,12 +69,12 @@ const ProductSuggestion = ({ suggestions, selected }) => { |
|
|
|
{/* bottom */} |
|
|
|
{/* bottom */} |
|
|
|
<div className="flex flex-col justify-center items-center mt-10"> |
|
|
|
<div className="flex flex-col justify-center items-center mt-10"> |
|
|
|
<div className="flex flex-row mb-5"> |
|
|
|
<div className="flex flex-row mb-5"> |
|
|
|
<p className="text-sm sm:text-base text-productPrice font-bold"> |
|
|
|
<p className="text-sm sm:text-base text-productPrice font-sansbold"> |
|
|
|
جمع لوازم اختیاری خریداری شده |
|
|
|
جمع لوازم اختیاری خریداری شده |
|
|
|
<span> 56/894/400 </span> |
|
|
|
<span> 56/894/400 </span> |
|
|
|
تومان |
|
|
|
تومان |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<span className="text-lightBlueTextColor text-sm sm:text-base mr-1 font-bold"> |
|
|
|
<span className="text-lightBlueTextColor text-sm sm:text-base mr-1 font-sansbold"> |
|
|
|
1 کالا |
|
|
|
1 کالا |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -146,7 +146,7 @@ ProductSuggestion.defaultProps = { |
|
|
|
// };
|
|
|
|
// };
|
|
|
|
// return (
|
|
|
|
// return (
|
|
|
|
// <section className="m-10 border-2 border-gray-300 p-4 rounded-lg">
|
|
|
|
// <section className="m-10 border-2 border-gray-300 p-4 rounded-lg">
|
|
|
|
// <h2 className="text-center text-lg font-bold text-productPrice">
|
|
|
|
// <h2 className="text-center text-lg font-sansbold text-productPrice">
|
|
|
|
// این کالاها برای خرید به شما پیشنهام می دهیم
|
|
|
|
// این کالاها برای خرید به شما پیشنهام می دهیم
|
|
|
|
// </h2>
|
|
|
|
// </h2>
|
|
|
|
// {/* product design */}
|
|
|
|
// {/* product design */}
|
|
|
@ -192,12 +192,12 @@ ProductSuggestion.defaultProps = { |
|
|
|
// {/* bottom */}
|
|
|
|
// {/* bottom */}
|
|
|
|
// <div className="flex flex-col justify-center items-center mt-10">
|
|
|
|
// <div className="flex flex-col justify-center items-center mt-10">
|
|
|
|
// <div className="flex flex-row mb-5">
|
|
|
|
// <div className="flex flex-row mb-5">
|
|
|
|
// <p className="text-sm sm:text-base text-productPrice font-bold">
|
|
|
|
// <p className="text-sm sm:text-base text-productPrice font-sansbold">
|
|
|
|
// جمع لوازم اختیاری خریداری شده
|
|
|
|
// جمع لوازم اختیاری خریداری شده
|
|
|
|
// <span> 56/894/400 </span>
|
|
|
|
// <span> 56/894/400 </span>
|
|
|
|
// تومان
|
|
|
|
// تومان
|
|
|
|
// </p>
|
|
|
|
// </p>
|
|
|
|
// <span className="text-lightBlueTextColor text-sm sm:text-base mr-1 font-bold">
|
|
|
|
// <span className="text-lightBlueTextColor text-sm sm:text-base mr-1 font-sansbold">
|
|
|
|
// 1 کالا
|
|
|
|
// 1 کالا
|
|
|
|
// </span>
|
|
|
|
// </span>
|
|
|
|
// </div>
|
|
|
|
// </div>
|
|
|
|