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 47f43614
authored
2025-08-15 01:49:29 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
btn issues fixed
1 parent
e5e0d40a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo.js
container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo.js
View file @
47f4361
...
...
@@ -3,12 +3,11 @@ import Link from "next/link";
import
React
from
"react"
;
import
{
Col
,
Container
,
Row
}
from
"react-bootstrap"
;
const
WhatWeDoWhatDontDo
=
(
heading
,
image
,
cta
)
=>
{
const
WhatWeDoWhatDontDo
=
(
heading
,
image
,
cta
)
=>
{
const
data
=
heading
?.
data
;
const
cta
=
heading
?.
data
;
console
.
log
(
cta
,
"WhatWeDoWhatDontDo"
);
console
.
log
(
data
,
"dat"
)
const
ctaBtn
=
heading
?.
cta
;
// console.log(ctaBtn, "WhatWeDoWhatDontDo");
console
.
log
(
heading
,
"dat"
)
const
backgroundImageUrl
=
cleanImage
(
heading
?.
image
?.
url
);
console
.
log
(
backgroundImageUrl
,
"backgroundImageUrl"
);
return
(
...
...
@@ -29,17 +28,16 @@ console.log(cta, "WhatWeDoWhatDontDo");
<
/Col
>
<
Col
md
=
{
9
}
>
{
data
.
map
((
item
)
=>
(
{
data
&&
data
.
map
((
item
)
=>
(
<
div
className
=
"download-content"
>
<
h2
>
{
item
?.
Title
}
<
/h2
>
<
/div
>
))}
<
/Col
>
<
Col
md
=
{
3
}
className
=
"align-content-center text-center"
>
<
div
className
=
"btn-1"
>
<
Link
href
=
{
cta
?.
URL
||
'#'
}
className
=
"default-btn-three"
>
{
cta
?.
text
}
<
Link
href
=
{
ctaBtn
?.
URL
||
'#'
}
className
=
"default-btn-three"
>
{
ctaBtn
?.
text
}
<
i
className
=
"ri-arrow-right-line"
><
/i
>
<
/Link
>
<
/div
>
...
...
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