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 0b984910
authored
2025-08-29 16:56:47 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnages as per doc
1 parent
344a33b0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
71 additions
and
21 deletions
container/Contact/GoogleMap.js
pages/client-servicing/digital-transformation.js
pages/client-servicing/empowering-finance-consultants.js
pages/client-servicing/index.js
pages/client-servicing/virtual-finance-office/virtual-cfo.js
styles/responsive.css
styles/responsive.scss
styles/styles.css
container/Contact/GoogleMap.js
View file @
0b98491
...
...
@@ -4,8 +4,16 @@ const GoogleMap = () => {
return
(
<>
<
div
className
=
"maps"
>
<
iframe
src
=
"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d31109.3711919392!2d77.564709!3d12.928829!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae15f0a2c88edd%3A0x4f8a03dfc9aa5541!2sAdvith%20Consulting%20LLP!5e0!3m2!1sen!2sus!4v1726665863699!5m2!1sen!2sus"
><
/iframe
>
<
/div
>
{
/* <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d31109.3711919392!2d77.564709!3d12.928829!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae15f0a2c88edd%3A0x4f8a03dfc9aa5541!2sAdvith%20Consulting%20LLP!5e0!3m2!1sen!2sus!4v1726665863699!5m2!1sen!2sus"></iframe> */
}
<
iframe
src
=
"https://www.google.com/maps/d/u/0/embed?mid=1g_zn1VpwEmsL8DzI3gd23vpWdOXd_qI&ehbc=2E312F"
width
=
"640"
height
=
"480"
style
=
{{
border
:
0
}}
allowFullScreen
=
""
loading
=
"lazy"
referrerPolicy
=
"no-referrer-when-downgrade"
><
/iframe> </
div
>
<
/
>
);
};
...
...
pages/client-servicing/digital-transformation.js
View file @
0b98491
...
...
@@ -59,7 +59,7 @@ const DigitalTransformation = ({ Digitalpage, conversionData }) => {
<
section
className
=
"cfo-page"
>
{
dynamicdata
&&
dynamicdata
?.
map
((
section
,
index
)
=>
{
console
.
log
(
"HeadingHeading"
,
section
);
//
console.log("HeadingHeading", section);
switch
(
section
.
__component
)
{
case
"dynamic-zone.about"
:
return
(
...
...
pages/client-servicing/empowering-finance-consultants.js
View file @
0b98491
...
...
@@ -19,6 +19,7 @@ import { fetchBlogList } from "@/redux/slices/bloglistslice";
import
WeOffer
from
"@/container/ClientServicing/EmpoweringFinanceConsultants/WeOffer"
;
import
DigitalHowWeDoIt
from
"@/container/ClientServicing/DigitalTransformation/DigitalHowWeDoIt"
;
import
WhatWeDoWhatDontDo
from
"@/container/ClientServicing/EmpoweringFinanceConsultants/WhatWeDoWhatDontDo"
;
import
HowWeDoIt
from
"@/container/ClientServicing/CFO/HowWeDoIt"
;
const
EmpoweringFinanceConsultants
=
({
Empoweringpage
,
conversionData
})
=>
{
const
dispatch
=
useDispatch
();
...
...
@@ -59,7 +60,7 @@ const EmpoweringFinanceConsultants = ({ Empoweringpage, conversionData }) => {
<
section
className
=
"cfo-page"
>
{
dynamicdata
&&
dynamicdata
?.
map
((
section
,
index
)
=>
{
//
console.log("sectionemp", section);
console
.
log
(
"sectionemp"
,
section
);
switch
(
section
.
__component
)
{
case
"dynamic-zone.about"
:
return
(
...
...
@@ -79,13 +80,16 @@ const EmpoweringFinanceConsultants = ({ Empoweringpage, conversionData }) => {
content
=
{
section
?.
Content
}
/
>
);
case
"dynamic-zone.card"
:
return
(
<
WeOffer
heading
=
{
section
?.
Heading
}
data
=
{
section
?.
carddetails
}
/
>
);
// case "dynamic-zone.card":
// return (
// <WeOffer
// heading={section?.Heading}
// data={section?.carddetails}
// />
// );
case
"dynamic-zone.image"
:
return
(
<>
...
...
@@ -137,6 +141,15 @@ const EmpoweringFinanceConsultants = ({ Empoweringpage, conversionData }) => {
data
=
{
section
?.
FAQList
}
/
>
);
case
"dynamic-zone.card"
:
return
(
<>
<
HowWeDoIt
heading
=
{
section
?.
Heading
}
data
=
{
section
}
/
>
<
/
>
);
default
:
return
null
;
...
...
@@ -169,6 +182,7 @@ export async function getServerSideProps() {
"EmpoweringFinanceDetails.CTA"
,
"EmpoweringFinanceDetails.ElementList.StepImg"
,
"EmpoweringFinanceDetails.carddetails"
,
"EmpoweringFinanceDetails.carddetails.Image"
,
"EmpoweringFinanceDetails.DesktopImg"
,
"EmpoweringFinanceDetails.MobileImg"
,
"EmpoweringFinanceDetails.list"
,
...
...
pages/client-servicing/index.js
View file @
0b98491
...
...
@@ -29,6 +29,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => {
// console.log(technicalexpertise,"technicalexpertise")
const
serviceHeading
=
ClientPage
?.
whatwedoheading
;
const
serviceData
=
ClientPage
?.
whatwedo
;
const
AreasofExpertiseList
=
ClientPage
?.
Technicalexpertise
?.
Technicallist
;
console
.
log
(
AreasofExpertiseList
,
"AreasofExpertiseList"
)
const
dispatch
=
useDispatch
();
useEffect
(()
=>
{
dispatch
(
fetchIndustryList
());
...
...
@@ -45,7 +47,8 @@ const ClientServicingPage = ({ ClientPage, conversionData }) => {
<
ConversionCode
code
=
{
code
}
/
>
<
WhatWeDo
service
=
{
serviceData
}
serviceheading
=
{
serviceHeading
}
/
>
{
/* <TechnicalExpertise technicalexpertise={technicalexpertise} /> */
}
<
AreasofExpertise
AreasofExpertiseList
=
{
technicalexpertise
}
/
>
{
/* <AreasofExpertise AreasExpertiseTitle={AreasExpertiseTitle} AreasofExpertiseList={AreasofExpertiseList} /> */
}
<
AreasofExpertise
AreasExpertiseTitle
=
{
technicalexpertise
}
AreasofExpertiseList
=
{
AreasofExpertiseList
}
/
>
<
FunctionalAreas
functionarea
=
{
FunctionArea
}
/
>
<
Industries
industry
=
{
IndustryData
}
/
>
<
CallBackRequest
/>
...
...
pages/client-servicing/virtual-finance-office/virtual-cfo.js
View file @
0b98491
...
...
@@ -50,7 +50,7 @@ const clientservicecfo = ({ cfopage, conversionData }) => {
<
section
className
=
"cfo-page"
>
{
dynamicdata
&&
dynamicdata
?.
map
((
section
,
index
)
=>
{
console
.
log
(
"sectionwwww"
,
section
);
//
console.log("sectionwwww", section);
switch
(
section
.
__component
)
{
case
"dynamic-zone.about"
:
return
(
...
...
styles/responsive.css
View file @
0b98491
...
...
@@ -211,11 +211,18 @@
.top-header-contact-info
li
:first-child
{
margin-left
:
0
;
}
.home-slides
.swiper-button-next
{
display
:
none
!important
;
}
.home-slides
.swiper-button-prev
{
display
:
none
!important
;
}
.main-banner-area
{
padding-top
:
20px
;
border-top
:
1px
solid
#eeeeee
;
height
:
850px
;
height
:
550px
;
background
:
#f1f1f1
!important
;
}
.main-banner-area
::before
{
...
...
@@ -244,6 +251,7 @@
.main-banner-content
.btn-box
{
margin-top
:
20px
;
text-align
:
left
;
}
.main-banner-content
.btn-box
.default-btn
{
...
...
@@ -2199,6 +2207,7 @@
.main-banner-area
{
padding-top
:
80px
;
border-top
:
1px
solid
#eeeeee
;
background
:
#fff
;
}
...
...
@@ -2208,6 +2217,7 @@
.main-banner-content
.sub-title
{
font-size
:
14px
;
text-align
:
left
;
}
.main-banner-content
h1
{
...
...
@@ -3365,6 +3375,9 @@
top
:
-8%
;
}
.home-slides
.swiper-button-prev
,
.home-slides
.swiper-button-next
{
display
:
none
;
}
}
/* Min width 992px to Max width 1199px */
...
...
styles/responsive.scss
View file @
0b98491
...
...
@@ -192,19 +192,22 @@ $value_nine: 1550px;
}
}
.main-banner-content
{
text-align
:
center
;
text-align
:
left
;
.sub-title
{
font-size
:
13px
;
text-align
:
left
;
}
h1
{
font-size
:
30px
;
margin-bottom
:
12px
;
text-align
:
left
;
}
p
{
font-size
:
14px
;
padding-left
:
0
;
border-left
:
none
;
text-align
:
left
;
}
.btn-box
{
margin-top
:
20px
;
...
...
@@ -234,6 +237,7 @@ $value_nine: 1550px;
.sub-title
{
font-size
:
13px
;
text-align
:
left
;
}
h1
{
font-size
:
27px
;
...
...
@@ -623,11 +627,13 @@ $value_nine: 1550px;
}
.react-tabs__tab-list
{
border
:
none
;
justify-content
:
center
;
justify-content
:
left
;
gap
:
5px
;
margin
:
{
top
:
20px
;
bottom
:
12px
;
};
.react-tabs__tab
{
margin
:
{
left
:
8px
;
...
...
@@ -2127,7 +2133,7 @@ $value_nine: 1550px;
border-top
:
1px
solid
#eeeeee
;
}
.main-banner-content
{
text-align
:
center
;
text-align
:
left
;
.sub-title
{
font-size
:
14px
;
...
...
@@ -2507,8 +2513,8 @@ $value_nine: 1550px;
font-size
:
30px
;
}
.react-tabs__tab-list
{
justify-content
:
center
;
justify-content
:
left
;
gap
:
5px
;
.react-tabs__tab
{
margin
:
{
left
:
8px
;
...
...
styles/styles.css
View file @
0b98491
...
...
@@ -1427,6 +1427,7 @@ Main Banner Area CSS
color
:
var
(
--mainColor
);
font-size
:
15px
;
font-weight
:
700
;
text-align
:
left
;
}
.main-banner-content
h1
{
...
...
@@ -1434,6 +1435,7 @@ Main Banner Area CSS
margin-bottom
:
20px
;
letter-spacing
:
1px
;
line-height
:
3vw
;
text-align
:
left
;
}
.main-banner-content
p
{
...
...
@@ -3012,7 +3014,7 @@ What We Do Area CSS
margin-bottom
:
15px
;
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
12
px
;
gap
:
5
px
;
}
.what-we-do-content
.react-tabs__tab-list
.react-tabs__tab
{
...
...
@@ -7565,7 +7567,8 @@ Footer Area CSS
}
.single-footer-widget
.footer-contact-info
ul
li
span
{
color
:
#000000
;
color
:
var
(
--mainColor
);
margin-right
:
5px
;
font-weight
:
600
;
}
...
...
@@ -9093,6 +9096,9 @@ ul.pagination.custom-pagination {
.ps-5
{
padding-left
:
1rem
!important
;
}
.about-content
.features-list
li
{
padding-left
:
10px
!important
;
}
}
@media
(
max-width
:
480px
)
{
...
...
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