master
mahdi 3 years ago
parent 7d77de4e8c
commit 1bd6b5f079
  1. 8
      src/components/Advertisement/design3/index.js

@ -40,6 +40,14 @@ const AdvertisementDesign3 = ({ features }) => {
style={{ backgroundColor: "#06BACE22" }}
className="rounded-full w-44 h-44 absolute left-0 top-2"
></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>
</section>
);

Loading…
Cancel
Save