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 0cccc23d
authored
2025-09-10 11:46:06 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
canges
1 parent
df1e8725
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
44 additions
and
25 deletions
components/reuseables/DownloadBtn.js
components/reuseables/PageBanner.js
components/reuseables/services/Card.js
components/reuseables/services/MethodOne.js
container/ClientServicing/Bespoke/WeOffer.js
container/ClientServicing/CFO/HowWeDoIt.js
container/Corpedia/RightSideImage.js
container/Home/PartnerSlider.js
layout/Header.js
layout/MobileHamburger.js
pages/client-servicing/advisory-services/index.js
pages/client-servicing/ba.js
pages/client-servicing/cfo.js
pages/client-servicing/digital-transformation.js
pages/client-servicing/empowering-finance-consultants.js
pages/client-servicing/index.js
pages/client-servicing/ra.js
pages/client-servicing/ta.js
pages/client-servicing/virtual-finance-office/virtual-cfo.js
styles/styles.css
components/reuseables/DownloadBtn.js
View file @
0cccc23
...
...
@@ -12,7 +12,7 @@ const DownloadBtn = ({subtitle,title,description,cta}) => {
<
section
className
=
"section-title-download d-flex"
>
<
Container
>
<
Row
>
<
Col
md
=
{
6
}
>
<
Col
md
=
{
8
}
>
<
div
className
=
"download-content"
>
<
span
className
=
"sub-title"
>
{
subtitle
}
<
/span
>
<
h2
>
{
title
}
<
/h2
>
...
...
@@ -21,7 +21,7 @@ const DownloadBtn = ({subtitle,title,description,cta}) => {
<
/p
>
<
/div
>
<
/Col
>
<
Col
md
=
{
6
}
className
=
"align-content-center text-center"
>
<
Col
md
=
{
4
}
className
=
"align-content-center text-center"
>
<
div
className
=
"btn-1"
>
<
Link
href
=
{
cta
.
URL
}
className
=
"default-btn-three"
>
{
cta
.
text
}
...
...
components/reuseables/PageBanner.js
View file @
0cccc23
...
...
@@ -23,13 +23,13 @@ const PageBanner = ({ banners = [] }) => {
// Create breadcrumb mapping for better display names
const
segmentNameMap
=
{
'client-servicing'
:
'Client Servicing'
,
'client-servicing'
:
'
Home >
Client Servicing'
,
// Virtual Finance Office section
'virtual-finance-office'
:
'Virtual Finance Office'
,
'virtual-cfo'
:
'Virtual CFO Services'
,
'virtual-fc'
:
'Virtual FC Services'
,
'book-closures-audit'
:
'Book Closure
s
and Audit Support'
,
'apc'
:
'Accounting Payroll & Compliance'
,
'book-closures-audit'
:
'Book Closure and Audit Support'
,
'apc'
:
'Accounting
,
Payroll & Compliance'
,
// Advisory Services section
'advisory-services'
:
'Advisory Services'
,
'transaction-advisory'
:
'Transaction Advisory'
,
...
...
components/reuseables/services/Card.js
View file @
0cccc23
...
...
@@ -5,7 +5,7 @@ import Heading from "../Heading";
const
Card
=
({
heading
,
data
})
=>
{
console
.
log
(
"heading"
,
heading
)
return
(
<
section
className
=
"pt
-5
variant_cfo_section"
>
<
section
className
=
"pt
b-50
variant_cfo_section"
>
<
Container
>
<
Row
className
=
"justify-content-center"
>
<
Col
md
=
{
12
}
>
...
...
components/reuseables/services/MethodOne.js
View file @
0cccc23
...
...
@@ -25,7 +25,7 @@ const MethodOne = ({
return
(
<>
<
section
className
=
"method-section ptb-
10
0"
>
<
section
className
=
"method-section ptb-
5
0"
>
<
Container
>
<
div
className
=
"section-title"
>
<
span
className
=
"sub-title"
>
{
heading
.
Subtitle
}
<
/span
>
...
...
container/ClientServicing/Bespoke/WeOffer.js
View file @
0cccc23
...
...
@@ -8,7 +8,7 @@ const WeOffer = ({ data, heading }) => {
return
(
<
section
className
=
"HowWeDoIt-section weoffer_section p
b-5
"
>
<
section
className
=
"HowWeDoIt-section weoffer_section p
tb-70
"
>
<
Container
fluid
className
=
"ps-5 pe-md-5"
>
<
div
className
=
"section-title"
>
<
span
className
=
"sub-title"
>
{
heading
?.
Subtitle
}
<
/span
>
...
...
container/ClientServicing/CFO/HowWeDoIt.js
View file @
0cccc23
...
...
@@ -20,7 +20,7 @@ const HowWeDoIt = ({ data, heading, classname }) => {
<
Row
className
=
"row-gap-4 justify-content-center"
>
{
data
?.
carddetails
&&
data
?.
carddetails
.
map
((
item
,
index
)
=>
(
<
Col
lg
=
{
4
}
md
=
{
6
}
key
=
{
index
}
>
<
Col
xxl
=
{
4
}
lg
=
{
6
}
md
=
{
6
}
key
=
{
index
}
>
<
div
className
=
"HowWeDoIt_card "
>
<
h2
>
{
item
?.
Title
}
<
/h2
>
{
/* <Image
...
...
container/Corpedia/RightSideImage.js
View file @
0cccc23
...
...
@@ -18,10 +18,10 @@ const heading = [
},
];
const
RightSideImage
=
({
title
,
subtitle
,
image
,
content
,
cta
})
=>
{
const
RightSideImage
=
({
title
,
subtitle
,
image
,
content
,
cta
,
classname
})
=>
{
return
(
<>
<
section
className
=
"rightsideimg ptb-50"
>
<
section
className
=
{
`rightsideimg ptb-50
${
classname
||
""
}
`
}
>
<
div
className
=
"people"
>
<
Container
>
<
Row
className
=
"align-items-center"
>
...
...
container/Home/PartnerSlider.js
View file @
0cccc23
...
...
@@ -37,7 +37,7 @@ const PartnerSlider = ({ Clientel = [] }) => {
.marquee-track {
width: max-content;
animation: scroll-left
4
0s linear infinite;
animation: scroll-left
6
0s linear infinite;
}
@keyframes scroll-left {
...
...
layout/Header.js
View file @
0cccc23
...
...
@@ -72,7 +72,7 @@ const Header = () => {
href
:
"/client-servicing/virtual-finance-office/virtual-fc"
,
},
{
name
:
"Book Closure
s
and Audit Support"
,
name
:
"Book Closure and Audit Support"
,
href
:
"/client-servicing/virtual-finance-office/book-closures-audit"
,
},
{
...
...
layout/MobileHamburger.js
View file @
0cccc23
...
...
@@ -16,7 +16,7 @@ const clientServices = [
href
:
"/client-servicing/virtual-finance-office/virtual-fc"
,
},
{
name
:
"Book Closure
s
and Audit Support"
,
name
:
"Book Closure and Audit Support"
,
href
:
"/client-servicing/virtual-finance-office/book-closures-audit"
,
},
{
...
...
pages/client-servicing/advisory-services/index.js
View file @
0cccc23
...
...
@@ -61,10 +61,10 @@ const ClientServicingPage = ({ AdvisoryPage, conversionData }) => {
<
ConversionCode
code
=
{
code
}
/
>
<
WhatWeDo
service
=
{
serviceData
}
serviceheading
=
{
serviceheading
}
/
>
<
CTABanner
cta
=
{
CtaBanner
}
/
>
<
div
className
=
"ptb-100 bg-fafafa"
>
<
PartnerSlider
Clientel
=
{
Clientel
}
/
>
<
/div
>
<
CTABanner
cta
=
{
CtaBanner
}
/
>
{
/* <ClientService service={serviceData} /> */
}
<
CallBackRequest
/>
<
/
>
...
...
pages/client-servicing/ba.js
View file @
0cccc23
...
...
@@ -10,6 +10,7 @@ import LeftSideImage from "@/container/Corpedia/LeftSideImage";
import
RightSideImage
from
"@/container/Corpedia/RightSideImage"
;
import
ConversionCode
from
"@/components/reuseables/ConversionCode/ConversionCode"
;
import
HowWeDoIt
from
"@/container/ClientServicing/CFO/HowWeDoIt"
;
import
CallBackRequest
from
"@/components/reuseables/CallBackRequest"
;
const
banners
=
[
{
...
...
@@ -70,6 +71,7 @@ const Ba = ({ bapage, conversionData }) => {
subtitle
=
{
section
?.
Subtitle
}
image
=
{
section
?.
Image
}
content
=
{
section
?.
Content
}
classname
=
"transaction_advisory_right_col"
/
>
);
case
"dynamic-zone.element-one"
:
...
...
@@ -155,6 +157,7 @@ const Ba = ({ bapage, conversionData }) => {
<
div
className
=
"ptb-100"
>
<
Clientele
partners
=
{
clientlogo
}
/
>
<
/div
>
<
CallBackRequest
/>
<
/
>
);
};
...
...
pages/client-servicing/cfo.js
View file @
0cccc23
...
...
@@ -10,6 +10,7 @@ import RightSideImage from "@/container/Corpedia/RightSideImage";
import
Seo
from
"@/components/reuseables/Seo/Seo"
;
import
ConversionCode
from
"@/components/reuseables/ConversionCode/ConversionCode"
;
import
Card
from
"@/components/reuseables/services/Card"
;
import
CallBackRequest
from
"@/components/reuseables/CallBackRequest"
;
// const CFOData = [
// {
...
...
@@ -280,6 +281,7 @@ const clientservicecfo = ({ cfopage, conversionData }) => {
<
div
className
=
"ptb-100"
>
<
Clientele
partners
=
{
clientlogo
}
/
>
<
/div
>
<
CallBackRequest
/>
<
/
>
);
};
...
...
pages/client-servicing/digital-transformation.js
View file @
0cccc23
...
...
@@ -55,7 +55,7 @@ const DigitalTransformation = ({ Digitalpage, conversionData }) => {
<
Seo
seo
=
{
seo
}
/
>
<
ConversionCode
code
=
{
code
}
/
>
<
PageBanner
banners
=
{
banners
}
/
>
<
div
className
=
"cfo-services-area
ptb-100
"
>
<
div
className
=
"cfo-services-area "
>
<
section
className
=
"cfo-page"
>
{
dynamicdata
&&
dynamicdata
?.
map
((
section
,
index
)
=>
{
...
...
pages/client-servicing/empowering-finance-consultants.js
View file @
0cccc23
...
...
@@ -56,7 +56,7 @@ const EmpoweringFinanceConsultants = ({ Empoweringpage, conversionData }) => {
<
Seo
seo
=
{
seo
}
/
>
<
ConversionCode
code
=
{
code
}
/
>
<
PageBanner
banners
=
{
banners
}
/
>
<
div
className
=
"cfo-services-area
ptb-100
"
>
<
div
className
=
"cfo-services-area "
>
<
section
className
=
"cfo-page"
>
{
dynamicdata
&&
dynamicdata
?.
map
((
section
,
index
)
=>
{
...
...
pages/client-servicing/index.js
View file @
0cccc23
...
...
@@ -50,8 +50,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => {
{
/* <AreasofExpertise AreasExpertiseTitle={AreasExpertiseTitle} AreasofExpertiseList={AreasofExpertiseList} /> */
}
<
AreasofExpertise
AreasExpertiseTitle
=
{
technicalexpertise
}
AreasofExpertiseList
=
{
AreasofExpertiseList
}
/
>
<
FunctionalAreas
functionarea
=
{
FunctionArea
}
/
>
<
Industries
industry
=
{
IndustryData
}
/
>
<
CallBackRequest
/>
<
Industries
industry
=
{
IndustryData
}
/
>
<
/
>
);
};
...
...
pages/client-servicing/ra.js
View file @
0cccc23
...
...
@@ -11,6 +11,7 @@ import LeftSideImage from "@/container/Corpedia/LeftSideImage";
import
RightSideImage
from
"@/container/Corpedia/RightSideImage"
;
import
ConversionCode
from
"@/components/reuseables/ConversionCode/ConversionCode"
;
import
HowWeDoIt
from
"@/container/ClientServicing/CFO/HowWeDoIt"
;
import
CallBackRequest
from
"@/components/reuseables/CallBackRequest"
;
const
banners
=
[
{
...
...
@@ -62,6 +63,7 @@ const RaPage = ({ rapage, conversionData }) => {
subtitle
=
{
section
?.
Subtitle
}
image
=
{
section
?.
Image
}
content
=
{
section
?.
Content
}
classname
=
"transaction_advisory_right_col"
/
>
);
case
"dynamic-zone.element-one"
:
...
...
@@ -93,6 +95,7 @@ const RaPage = ({ rapage, conversionData }) => {
<
div
className
=
"ptb-100"
>
<
Clientele
partners
=
{
clientlogo
}
/
>
<
/div
>
<
CallBackRequest
/>
<
/
>
);
};
...
...
pages/client-servicing/ta.js
View file @
0cccc23
...
...
@@ -12,6 +12,7 @@ import RightSideImage from "@/container/Corpedia/RightSideImage";
import
ConversionCode
from
"@/components/reuseables/ConversionCode/ConversionCode"
;
import
Card
from
"@/components/reuseables/services/Card"
;
import
HowWeDoIt
from
"@/container/ClientServicing/CFO/HowWeDoIt"
;
import
CallBackRequest
from
"@/components/reuseables/CallBackRequest"
;
const
banners
=
[
{
...
...
@@ -75,6 +76,7 @@ const TaPage = ({ tapage, conversionData }) => {
subtitle
=
{
section
?.
Subtitle
}
image
=
{
section
?.
Image
}
content
=
{
section
?.
Content
}
classname
=
"transaction_advisory_right_col"
/
>
);
case
"dynamic-zone.element-one"
:
...
...
@@ -91,10 +93,10 @@ const TaPage = ({ tapage, conversionData }) => {
data
=
{
section
?.
ElementList
}
/
>
);
case
"dynamic-zone.card"
:
case
"dynamic-zone.card"
:
return
(
<
HowWeDoIt
heading
=
{
section
?.
Heading
}
data
=
{
section
}
/
>
data
=
{
section
}
/
>
);
default
:
return
null
;
...
...
@@ -106,6 +108,7 @@ const TaPage = ({ tapage, conversionData }) => {
<
div
className
=
"ptb-100"
>
<
Clientele
partners
=
{
clientlogo
}
/
>
<
/div
>
<
CallBackRequest
/>
<
/
>
);
};
...
...
pages/client-servicing/virtual-finance-office/virtual-cfo.js
View file @
0cccc23
...
...
@@ -13,6 +13,7 @@ import Card from "@/components/reuseables/services/Card";
import
HowWeDoIt
from
"@/container/ClientServicing/CFO/HowWeDoIt"
;
import
DigitalHowWeDoIt
from
"@/container/ClientServicing/DigitalTransformation/DigitalHowWeDoIt"
;
import
VariantsCFO
from
"@/container/ClientServicing/CFO/VariantsCFO"
;
import
CallBackRequest
from
"@/components/reuseables/CallBackRequest"
;
// method one content
...
...
@@ -137,6 +138,7 @@ const clientservicecfo = ({ cfopage, conversionData }) => {
<
div
className
=
"pb-100"
>
<
Clientele
partners
=
{
clientlogo
}
/
>
<
/div
>
<
CallBackRequest
/>
<
/
>
);
};
...
...
styles/styles.css
View file @
0cccc23
...
...
@@ -8074,12 +8074,12 @@ Modal CSS
text-align
:
center
;
font-weight
:
600
;
font-size
:
calc
(
25px
+
(
14
-
25
)
*
(
100vw
-
320px
)
/
(
1920
-
320
));
display
:
-webkit-box
;
-webkit-line-clamp
:
2
;
/* display: -webkit-box; */
/* -webkit-line-clamp: 2; */
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
/* overflow: hidden; */
text-overflow
:
ellipsis
;
height
:
55px
;
/* height: 55px; */
}
.method-descr
{
...
...
@@ -8878,7 +8878,7 @@ ul.pagination.custom-pagination {
}
.download-content
h2
{
font-size
:
4
vh
;
font-size
:
3
vh
;
color
:
#fff
;
}
...
...
@@ -9051,6 +9051,12 @@ ul.pagination.custom-pagination {
/* --------------------variant end---------------- */
/* -------------- transaction advisory ----------- */
.transaction_advisory_right_col
{
padding
:
0
;
}
@media
(
max-width
:
1800px
)
{
.industry_nav
.custom-swiper-button-prev
{
...
...
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