Commit 6069c69b by Ravindra Kanojiya

design review changes

1 parent 9ea9be56
......@@ -14,7 +14,7 @@ const InnerBannerBrands = ({data}) => {
<div className='product-banner'>
<Image width={1920} height={948} src={cleanImage(data?.image?.url)} alt="" />
<div className='info'>
<Heading el="h2" heading="Valcucine" />
<Heading el="h2" heading={data?.title} />
<div dangerouslySetInnerHTML={{__html: data?.description}}></div>
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!