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 5b51ae90
authored
2025-08-15 01:57:08 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in whatwebanner
1 parent
47f43614
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo.js
container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo.js
View file @
5b51ae9
...
@@ -6,8 +6,8 @@ import { Col, Container, Row } from "react-bootstrap";
...
@@ -6,8 +6,8 @@ import { Col, Container, Row } from "react-bootstrap";
const
WhatWeDoWhatDontDo
=
(
heading
,
image
,
cta
)
=>
{
const
WhatWeDoWhatDontDo
=
(
heading
,
image
,
cta
)
=>
{
const
data
=
heading
?.
data
;
const
data
=
heading
?.
data
;
const
ctaBtn
=
heading
?.
cta
;
const
ctaBtn
=
heading
?.
cta
;
// console.log(ctaBtn, "WhatWeDoWhatDontDo");
// console.log(ctaBtn, "WhatWeDoWhatDontDo");
git
console
.
log
(
heading
,
"dat"
)
console
.
log
(
data
,
"dat"
)
const
backgroundImageUrl
=
cleanImage
(
heading
?.
image
?.
url
);
const
backgroundImageUrl
=
cleanImage
(
heading
?.
image
?.
url
);
console
.
log
(
backgroundImageUrl
,
"backgroundImageUrl"
);
console
.
log
(
backgroundImageUrl
,
"backgroundImageUrl"
);
return
(
return
(
...
@@ -27,13 +27,13 @@ const WhatWeDoWhatDontDo = (heading, image, cta) => {
...
@@ -27,13 +27,13 @@ const WhatWeDoWhatDontDo = (heading, image, cta) => {
<
h2
>
{
heading
?.
heading
?.
Title
}
<
/h2
>
<
h2
>
{
heading
?.
heading
?.
Title
}
<
/h2
>
<
/Col
>
<
/Col
>
<
Col
md
=
{
9
}
>
{
/*
<Col md={9}>
{data && data.map((item) => (
{data && data.map((item) => (
<div className="download-content">
<div className="download-content">
<h2>{item?.Title}</h2>
<h2>{item?.Title}</h2>
</div>
</div>
))}
))}
<
/Col
>
</Col>
*/
}
<
Col
md
=
{
3
}
className
=
"align-content-center text-center"
>
<
Col
md
=
{
3
}
className
=
"align-content-center text-center"
>
<
div
className
=
"btn-1"
>
<
div
className
=
"btn-1"
>
<
Link
href
=
{
ctaBtn
?.
URL
||
'#'
}
className
=
"default-btn-three"
>
<
Link
href
=
{
ctaBtn
?.
URL
||
'#'
}
className
=
"default-btn-three"
>
...
...
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