|
|
@ -127,7 +127,7 @@ const ProductDesign = ({ |
|
|
|
<div className="flex flex-col text-right"> |
|
|
|
<div className="flex flex-col text-right"> |
|
|
|
<h1 className="font-bold text-red52 border-b border-red82OP pb-2">دبیرستان غیر انتفاعی مدرسان هوشمند</h1> |
|
|
|
<h1 className="font-bold text-red52 border-b border-red82OP pb-2">دبیرستان غیر انتفاعی مدرسان هوشمند</h1> |
|
|
|
<p className="font-bold text-sm text-red26 border-b border-red82OP py-2">تهران خیابان انقلاب اسلامی حدفاصل ابوریحان و فلسطین پلاک2 </p> |
|
|
|
<p className="font-bold text-sm text-red26 border-b border-red82OP py-2">تهران خیابان انقلاب اسلامی حدفاصل ابوریحان و فلسطین پلاک2 </p> |
|
|
|
<div className="flex border-b border-red82OP text-center"> |
|
|
|
<div className="flex justify-between border-b border-red82OP "> |
|
|
|
<div className="border-l text-sm font-bold text-red26 border-red82OP p-2 pr-0"> |
|
|
|
<div className="border-l text-sm font-bold text-red26 border-red82OP p-2 pr-0"> |
|
|
|
شماره تلفن: ۰۲۱۶۶۴۵۶۷۳۸ |
|
|
|
شماره تلفن: ۰۲۱۶۶۴۵۶۷۳۸ |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -165,7 +165,7 @@ const ProductDesign = ({ |
|
|
|
className={`bg-pinkF5 text-red26 w-32 border-2 border-red52 px-1 py-2 text-xs flex justify-center hover:bg-red52 hover:text-white
|
|
|
|
className={`bg-pinkF5 text-red26 w-32 border-2 border-red52 px-1 py-2 text-xs flex justify-center hover:bg-red52 hover:text-white
|
|
|
|
`}
|
|
|
|
`}
|
|
|
|
> |
|
|
|
> |
|
|
|
<button onClick={btnOnClick}>افزودن به سبد خرید</button> |
|
|
|
<button onClick={btnOnClick}> رزرو پیش ثبت نام </button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -175,6 +175,8 @@ const ProductDesign = ({ |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
return <div></div> |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|