<OfferBox> Component

How it works

By default - the gift icon is used

Share
Code Editor
<OfferBox heading="Special offer for you!" >
Anything goes here! Put whatever text, links or images you desire!
</OfferBox>

With truck icon

Here we specify the truck icon via prop

Share
Code Editor
<OfferBox icon="truck" heading="Special offer for you!" >
Anything goes here! Put whatever text, links or images you desire!
</OfferBox>