Commit 0cccc23d by gaurav

canges

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