|
|
@ -40,6 +40,14 @@ const AdvertisementDesign3 = ({ features }) => { |
|
|
|
style={{ backgroundColor: "#06BACE22" }} |
|
|
|
style={{ backgroundColor: "#06BACE22" }} |
|
|
|
className="rounded-full w-44 h-44 absolute left-0 top-2" |
|
|
|
className="rounded-full w-44 h-44 absolute left-0 top-2" |
|
|
|
></div> |
|
|
|
></div> |
|
|
|
|
|
|
|
<div className="absolute bottom-5 left-10"> |
|
|
|
|
|
|
|
<button className="border-2 border-blue-500 text-blue-500 ml-4 rounded p-2 text-sm"> |
|
|
|
|
|
|
|
تماس با ما |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<button className="bg-blue-500 border-2 border-blue-500 text-white rounded p-2 text-sm"> |
|
|
|
|
|
|
|
به سلامت |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
); |
|
|
|
); |
|
|
|