|
|
@ -4,17 +4,17 @@ import Button from "../../Button"; |
|
|
|
const AdvertisementDesign3 = ({ features }) => { |
|
|
|
const AdvertisementDesign3 = ({ features }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="relative bg-[#E3F2FF] rounded-3xl"> |
|
|
|
<div className="relative bg-[#E3F2FF] rounded-3xl"> |
|
|
|
<div className="flex flex-col justify-center p-10 w-8/12"> |
|
|
|
<div className="flex flex-col justify-center p-10"> |
|
|
|
<h2 className="text-lg text-productPrice z-50">تبلیغات دانوینی</h2> |
|
|
|
<h2 className="text-lg text-[#132F52] z-50">تبلیغات دانوینی</h2> |
|
|
|
<p className="text-sm text-justify leading-6 mt-2 text-productPrice z-50"> |
|
|
|
<p className="text-sm text-justify leading-6 mt-2 text-[#132F52] z-50"> |
|
|
|
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده |
|
|
|
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده |
|
|
|
از طراحان گرافیک است. |
|
|
|
از طراحان گرافیک است. |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div className="mt-3"> |
|
|
|
<div className="mt-3"> |
|
|
|
{features.map((feature, i) => ( |
|
|
|
{features.map((feature, i) => ( |
|
|
|
<div className="flex flex-row items-center mt-2"> |
|
|
|
<div className="flex flex-row items-center mt-2"> |
|
|
|
<img src={feature.icon} alt="" className="w-6 h-6 z-50" /> |
|
|
|
<img src={feature.icon} alt="icon" className="w-6 z-50" /> |
|
|
|
<p className="text-sm mr-2 text-justify leading-6 text-productPrice font-light z-50"> |
|
|
|
<p className="mr-2 text-sm text-justify text-[#132F52] leading-6 z-50"> |
|
|
|
{feature.title} |
|
|
|
{feature.title} |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -23,13 +23,10 @@ const AdvertisementDesign3 = ({ features }) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
<div |
|
|
|
style={{ |
|
|
|
style={{ |
|
|
|
backgroundColor: "#00FFFF22", |
|
|
|
|
|
|
|
width: "calc(100vw / 15)", |
|
|
|
width: "calc(100vw / 15)", |
|
|
|
height: "calc(100vw / 15)", |
|
|
|
height: "calc(100vw / 15)", |
|
|
|
left: "8%", |
|
|
|
|
|
|
|
top: "20%", |
|
|
|
|
|
|
|
}} |
|
|
|
}} |
|
|
|
className="bg-[#00FFFF22] absolute left-[17%] top-[10%] rounded-full bg-opacity-30 backdrop-filter backdrop-blur-md z-20" |
|
|
|
className="bg-[#00FFFF22] absolute left-[8%] top-[20%] rounded-full bg-opacity-30 backdrop-filter backdrop-blur-md z-20" |
|
|
|
></div> |
|
|
|
></div> |
|
|
|
<div |
|
|
|
<div |
|
|
|
style={{ |
|
|
|
style={{ |
|
|
|