TaPage.js 6.9 KB
import React from "react";
import PageBanner from "@/components/reuseables/PageBanner";
import ContentSection from "@/components/reuseables/ServicesContent";
import { Container } from "react-bootstrap";
import { motion } from "framer-motion";
import {
  slideFromLeft,
  slideFromRight,
} from "@/components/reuseables/variants";
import MethodOne from "@/components/reuseables/services/MethodOne";
import MethodTwoSection from "@/components/reuseables/services/MethodTwo";
import Clientele from "@/components/reuseables/Clientele";

const banners = [
  {
    imageSrc: "/images/page-title-bg.jpg",
    pageTitle: "Client Servicing - TA ",
    homePageUrl: "/",
    homePageText: "Home",
    activePageText: "TA",
  },
  // Add more banners as needed
];
const CFOData = [
  {
    subtitle: "Client Servicing",
    title: "Client Servicing - TA",
    paragraphs: [
      "At Advith Consulting, we don’t see deals as isolated events but rather as multiple related events forming part of a dynamic lifecycle. Our approach encompasses strategy, project management & execution and post transaction support. Our services include Deal Structuring, Mergers & Acquisitions, Due Diligence, Valuations, Cross Border Transactions, Transfer Pricing Advisory, Fund Raise Management, etc",
    ],
    imageSrc: "/images/home/knowledge.png",
    imageAlt: "Client Servicing Image",
  },
  {
    subtitle: "About FC & CFO Services",
    title: "About FC & CFO Services",
    paragraphs: [
      "Make or break events for an organisation, a transaction is an event that is likey to impact the operations, growth and scale of organisations in a siginficant manner.We bring together experts at different functional layers in order to ensure that you receive a 360 degree perspective on your transaction.",
    ],
    imageSrc: "/images/home/knowledge.png",
    imageAlt: "FC & CFO Services Image",
  },
  // Add more objects here if needed
];

const sliderConfig = {
  spaceBetween: 20,
  slidesPerView: 4,
  showPagination: true,
  showAutoplay: true,
  autoplayDelay: 4000,
};

// method one content
const MethodOneData = [
  {
    img: "/images/shape/icon/discovery.png",
    title: "Strategy Evaluation & Planning ",
    descr: " Strategy, Structuring, Gantt & RACI, Preparedness",
    altText: "discovery-icon",
  },
  {
    img: "/images/shape/icon/analysis.png",
    title: "Execution",
    descr:
      "Negotiation, Due Diligence, Conflict Management, Roadshows, Valuations",
    altText: "analysis-icon",
  },
  {
    img: "/images/shape/icon/setup.png",
    title: "Completion",
    descr: "Sign Off's, Impact Assessment, Reporting   ",
    altText: "setup-icon",
  },
  {
    img: "/images/shape/icon/execution.png",
    title: "Post Completion Support ",
    descr:
      " Implementation, Change Management, Synergy Evaluation, Stabilisation ",
    altText: "execution-icon",
  },
  // {
  //   img: "/images/shape/icon/execution.png",
  //   title: "Post Completion Support ",
  //   descr:
  //     " Implementation, Change Management, Synergy Evaluation, Stabilisation ",
  //   altText: "execution-icon",
  // },
];

const methodTwoData = [
  {
    img: "/images/services/cfo/activity/recurring.png",
    title: " Deal Structuring & Negotiation",
    descr:
      "Review of books of accounts, on call advisory, co-ordination with Bankers, Employees, Vendors on finance related matters",
  },
  {
    img: "/images/services/cfo/activity/monthly.png",
    title: " Business Modelling",
    descr:
      "Monthly book closures, payroll processing, compliance management, tracking of budget vs actuals, cash & fund flow management ",
  },
  {
    img: "/images/services/cfo/activity/quarterly.png",
    title: "Due Diligence",
    descr:
      "Presentation to the Board, Investment Evaluation, Evaluation of Processes",
  },
  {
    img: "/images/services/cfo/activity/annual.png",
    title: "Valuations",
    descr: "Audit Assistance, Budgeting, Reporting to Investors",
  },
  {
    img: "/images/services/cfo/activity/need.png",
    title: "Mergers & Acquisitions",
    descr: "As per requirement of the Management",
  },

  {
    img: "/images/services/cfo/activity/quarterly.png",
    title: " Fund Raise Management",
    descr:
      "Presentation to the Board, Investment Evaluation, Evaluation of Processes",
  },
  {
    img: "/images/services/cfo/activity/annual.png",
    title: "Post Merger Integrations",
    descr: "Audit Assistance, Budgeting, Reporting to Investors",
  },
  {
    img: "/images/services/cfo/activity/need.png",
    title: "Cross Border Transactions",
    descr: "As per requirement of the Management",
  },
  {
    img: "/images/services/cfo/activity/annual.png",
    title: "Transfer Pricing Advisory",
    descr: "Audit Assistance, Budgeting, Reporting to Investors",
  },
  {
    img: "/images/services/cfo/activity/need.png",
    title: "Business Restructuring",
    descr: "As per requirement of the Management",
  },
  // Add more data as needed
];

const partners = [
  {
    image: "/images/partner/partner1.png",
    altText: "partner",
    link: "#",
  },
  {
    image: "/images/partner/partner2.png",
    altText: "partner",
    link: "#",
  },
  {
    image: "/images/partner/partner1.png",
    altText: "partner",
    link: "#",
  },
  {
    image: "/images/partner/partner2.png",
    altText: "partner",
    link: "#",
  },
  {
    image: "/images/partner/partner1.png",
    altText: "partner",
    link: "#",
  },
  {
    image: "/images/partner/partner2.png",
    altText: "partner",
    link: "#",
  },
  {
    image: "/images/partner/partner1.png",
    altText: "partner",
    link: "#",
  },
];
const TaPage = () => {
  return (
    <>
      <PageBanner banners={banners} />
      <div className="what-we-do-area ptb-100">
        <Container>
          {CFOData.map((item, index) => (
            <ContentSection
              key={item.id}
              subtitle={item.subtitle}
              title={item.title}
              paragraphs={item.paragraphs}
              imageSrc={item.imageSrc}
              imageAlt={item.imageAlt}
              reverse={index % 2 !== 0}
              animation={
                index % 2 === 0 ? slideFromLeft(0.5) : slideFromRight(0.4)
              }
            />
          ))}
        </Container>
      </div>
      <MethodOne
        data={MethodOneData}
        sectionTitle="Elements in CFO Services"
        heading="Methodology 2 - How we do it?"
        descrption="Here are some key activities we focus on in our CFO services."
        sliderConfig={sliderConfig} // Pass the slider configuration here
      />
      <MethodTwoSection
        sectionTitle="Elements in CFO Services - Option 2"
        subTitle="Methodology 2 - How we do it?"
        methodData={methodTwoData}
        slidesPerView={5}
        spaceBetween={20}
        autoplayDelay={4000}
        showPagination={true}
        showAutoplay={true}
      />
      <div className="ptb-100 bg-fafafa">
        <Clientele partners={partners} />
      </div>
    </>
  );
};

export default TaPage;