Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 4d747a6f
authored
2025-08-15 01:00:46 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merge
1 parent
1733cff2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo.js
pages/client-servicing/empowering-finance-consultants.js
container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo.js
View file @
4d747a6
...
...
@@ -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
}
)`
,
...
...
pages/client-servicing/empowering-finance-consultants.js
View file @
4d747a6
...
...
@@ -100,8 +100,7 @@ const EmpoweringFinanceConsultants = ({ Empoweringpage, conversionData }) => {
return
(
<
WhatWeDoWhatDontDo
heading
=
{
section
?.
Heading
}
data
=
{
section
?.
list
}
image
=
{
section
?.
BackgroundBanner
}
/
>
);
case
"dynamic-zone.element-one"
:
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment