Commit 90030a0b by Ravindra Kanojiya

all pages updated

1 parent 31403dc9
...@@ -11,7 +11,7 @@ const InnerBanner = ({bannerData}) => { ...@@ -11,7 +11,7 @@ const InnerBanner = ({bannerData}) => {
<div className='innerbanner'> <div className='innerbanner'>
<Row> <Row>
<Col> <Col>
<div className=''> <div className='product-banner'>
<Image width={1856} height={1086} src={cleanImage(bannerData?.image)} alt="" /> <Image width={1856} height={1086} src={cleanImage(bannerData?.image)} alt="" />
</div> </div>
</Col> </Col>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!