Commit 4d747a6f by sujata

merge

1 parent 1733cff2
......@@ -2,11 +2,11 @@ import { cleanImage } from '@/layout/imageHandling'
import React from 'react'
import { Col, Container, Row } from 'react-bootstrap'
const WhatWeDoWhatDontDo = (heading,data,image) => {
console.log(image,"WhatWeDoWhatDontDo")
const WhatWeDoWhatDontDo = (heading,data) => {
console.log(heading,"WhatWeDoWhatDontDo")
const backgroundImageUrl = cleanImage(image?.url);
console.log(backgroundImageUrl,"backgroundImageUrl")
const backgroundImageUrl = cleanImage(data?.BackgroundBanner?.url);
consolelog(backgroundImageUrl,"backgroundImageUrl")
return (
<div className='' style={{
backgroundImage: `url(${backgroundImageUrl})`,
......
......@@ -100,8 +100,7 @@ const EmpoweringFinanceConsultants = ({ Empoweringpage, conversionData }) => {
return (
<WhatWeDoWhatDontDo
heading={section?.Heading}
data={section?.list}
image={section?.BackgroundBanner}
/>
);
case "dynamic-zone.element-one":
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!