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 acf1b7b9
authored
2025-09-11 15:10:22 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
miner change
1 parent
116ef55c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
container/ClientServicing/DigitalTransformation/DigitalFaq.js
container/ClientServicing/DigitalTransformation/DigitalFaq.js
View file @
acf1b7b
...
@@ -13,7 +13,7 @@ import { Col, Row } from "react-bootstrap";
...
@@ -13,7 +13,7 @@ import { Col, Row } from "react-bootstrap";
import
{
slideFromLeft
}
from
"@/components/reuseables/variants"
;
import
{
slideFromLeft
}
from
"@/components/reuseables/variants"
;
const
DigitalFaq
=
({
data
,
heading
})
=>
{
const
DigitalFaq
=
({
data
,
heading
})
=>
{
// console.log(data
, "data");
console
.
log
(
data
?.
WeOfferList
,
"data"
);
return
(
return
(
<>
<>
<
div
className
=
"faq-area digital_transformation_faq ptb-50"
>
<
div
className
=
"faq-area digital_transformation_faq ptb-50"
>
...
@@ -27,6 +27,7 @@ const DigitalFaq = ({ data, heading }) => {
...
@@ -27,6 +27,7 @@ const DigitalFaq = ({ data, heading }) => {
{
data
?.
WeOfferList
&&
{
data
?.
WeOfferList
&&
data
?.
WeOfferList
.
map
((
item
,
index
)
=>
(
data
?.
WeOfferList
.
map
((
item
,
index
)
=>
(
<
AccordionItem
uuid
=
{
item
?.
id
}
key
=
{
index
}
>
<
AccordionItem
uuid
=
{
item
?.
id
}
key
=
{
index
}
>
<
AccordionItemHeading
>
<
AccordionItemHeading
>
<
AccordionItemButton
>
{
item
?.
Title
}
<
/AccordionItemButton
>
<
AccordionItemButton
>
{
item
?.
Title
}
<
/AccordionItemButton
>
<
/AccordionItemHeading
>
<
/AccordionItemHeading
>
...
@@ -36,6 +37,7 @@ const DigitalFaq = ({ data, heading }) => {
...
@@ -36,6 +37,7 @@ const DigitalFaq = ({ data, heading }) => {
{
item
?.
Button
?.
text
&&
(
{
item
?.
Button
?.
text
&&
(
<
div
className
=
"btn-1 mb-4"
>
<
div
className
=
"btn-1 mb-4"
>
<
Link
<
Link
target
=
{
item
?.
Button
?.
target
}
href
=
{
item
?.
Button
?.
URL
||
"#"
}
href
=
{
item
?.
Button
?.
URL
||
"#"
}
className
=
"default-btn-three"
className
=
"default-btn-three"
>
>
...
@@ -54,6 +56,7 @@ const DigitalFaq = ({ data, heading }) => {
...
@@ -54,6 +56,7 @@ const DigitalFaq = ({ data, heading }) => {
key
=
{
idx
}
key
=
{
idx
}
className
=
"d-flex"
className
=
"d-flex"
>
>
<
motion
.
div
<
motion
.
div
variants
=
{
slideFromLeft
(
0.5
)}
variants
=
{
slideFromLeft
(
0.5
)}
initial
=
"hidden"
initial
=
"hidden"
...
@@ -70,7 +73,7 @@ const DigitalFaq = ({ data, heading }) => {
...
@@ -70,7 +73,7 @@ const DigitalFaq = ({ data, heading }) => {
{
productItem
?.
Button
?.
text
&&
(
{
productItem
?.
Button
?.
text
&&
(
<
div
className
=
"btn-1 mt-auto mb-4"
>
<
div
className
=
"btn-1 mt-auto mb-4"
>
<
Link
<
Link
target
=
{
productItem
?.
Button
?.
target
}
href
=
{
productItem
?.
Button
?.
URL
||
"#"
}
href
=
{
productItem
?.
Button
?.
URL
||
"#"
}
className
=
"default-btn-three"
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