|
|
@ -19,7 +19,7 @@ const AdvertisementDesign3 = ({ features }) => { |
|
|
|
</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-1"> |
|
|
|
<div className="flex flex-row items-center mt-2"> |
|
|
|
<img src={feature.icon} alt="" className="w-6 h-6" /> |
|
|
|
<img src={feature.icon} alt="" className="w-6 h-6" /> |
|
|
|
<p className="text-sm mr-2 text-justify leading-6 text-productPrice font-light"> |
|
|
|
<p className="text-sm mr-2 text-justify leading-6 text-productPrice font-light"> |
|
|
|
{feature.title} |
|
|
|
{feature.title} |
|
|
|