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 68c7c024
authored
2025-08-26 12:04:01 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes
1 parent
c6d8db2e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
21 deletions
components/reuseables/PageBanner.js
components/reuseables/WhatWeDo.js
container/Corpedia/RightSideImage.js
styles/styles.css
components/reuseables/PageBanner.js
View file @
68c7c02
...
...
@@ -44,10 +44,10 @@ const PageBanner = ({ banners = [] }) => {
// Bespoke Services
'bespoke-services'
:
'Bespoke Services'
,
// Legacy mappings for existing pages
'cfo'
:
'
CFO
'
,
'ba'
:
'B
A
'
,
'ta'
:
'T
A
'
,
'ra'
:
'R
A
'
'cfo'
:
'
Virtual CFO Services
'
,
'ba'
:
'B
usiness Advisory
'
,
'ta'
:
'T
ransaction Advisory
'
,
'ra'
:
'R
isk Advisory
'
};
// Build breadcrumbs from path segments
...
...
components/reuseables/WhatWeDo.js
View file @
68c7c02
...
...
@@ -11,7 +11,7 @@ import SwiperNav from "@/components/reuseables/SwiperNav";
import
{
cleanImage
}
from
"@/layout/imageHandling"
;
const
WhatWeDo
=
({
service
,
serviceheading
})
=>
{
const
WhatWeDo
=
({
service
,
serviceheading
})
=>
{
console
.
log
(
serviceheading
,
"serviceData"
);
return
(
<>
...
...
@@ -19,7 +19,7 @@ const WhatWeDo = ({ service ,serviceheading }) => {
<
Container
>
<
div
className
=
"section-title"
>
<
span
className
=
"sub-title"
>
{
serviceheading
?.
Subtitle
}
<
/span
>
<
Heading
el
=
"h2"
heading
=
{
serviceheading
?.
Title
}
/
>
<
Heading
el
=
"h2"
heading
=
{
serviceheading
?.
Title
}
/
>
<
/div
>
<
p
className
=
"text-center"
>
{
serviceheading
?.
Description
||
"At Advith Consulting, we harness our wealth of Knowledge and expertise, leveraging our People to deliver exceptional Client satisfaction."
}
...
...
@@ -28,11 +28,15 @@ const WhatWeDo = ({ service ,serviceheading }) => {
<
div
className
=
"position-relative px-md-4 mt-md-5 mt-2"
>
<
Swiper
spaceBetween
=
{
30
}
centeredSlides
=
{
true
}
navigation
=
{{
centeredSlides
=
{
false
}
navigation
=
{
service
?.
length
>
3
?
{
nextEl
:
".custom-swiper-button-next"
,
prevEl
:
".custom-swiper-button-prev"
,
}}
}
:
false
}
pagination
=
{{
clickable
:
true
,
}}
...
...
@@ -59,12 +63,12 @@ const WhatWeDo = ({ service ,serviceheading }) => {
{
service
&&
service
.
map
((
service
,
index
)
=>
(
<
SwiperSlide
className
=
"single-services-box"
key
=
{
index
}
>
<
motion
.
div
{
/*
<motion.div
variants={slideFromLeft(0.5)}
initial={"hidden"}
whileInView={"show"}
viewport={{ once: false, amount: 0.4 }}
>
>
*/
}
<
div
className
=
"image"
>
<
Link
href
=
{
service
?.
CTA
?.
URL
?
service
?.
CTA
?.
URL
:
"#"
}
>
<
Image
...
...
@@ -83,18 +87,20 @@ const WhatWeDo = ({ service ,serviceheading }) => {
<
p
>
{
service
?.
Description
}
<
/p
>
<
Link
href
=
{
service
?.
CTA
?.
URL
?
service
?.
CTA
?.
URL
:
"#"
}
className
=
"default-btn"
>
{
service
?.
CTA
?.
text
}
{
service
?.
CTA
?.
text
}
<
i
className
=
"ri-arrow-right-line"
><
/i
>
<
/Link
>
<
/div
>
<
/motion.div
>
{
/* </motion.div> */
}
<
/SwiperSlide
>
))}
<
Swiper
pagination
=
{{
clickable
:
true
}}
/
>
<
/Swiper
>
{
service
?.
length
>
3
&&
(
<
div
className
=
"cust_nav swiper-nav text-center mt-md-4 mt-2"
>
<
SwiperNav
/>
<
/div
>
)}
<
/div
>
<
/Container
>
<
/div
>
...
...
container/Corpedia/RightSideImage.js
View file @
68c7c02
...
...
@@ -47,8 +47,8 @@ const RightSideImage = ({ title, subtitle, image, content, cta }) => {
}
<
/div
>
<
/Col
>
<
Col
lg
=
{
6
}
md
=
{
12
}
>
<
div
className
=
"call-back-request-img"
>
<
Col
lg
=
{
6
}
md
=
{
12
}
className
=
" ps-5"
>
<
div
className
=
"call-back-request-img
pe-0
"
>
{
/* <motion.div
variants={slideFromRight(0.5)}
initial={"hidden"}
...
...
@@ -58,7 +58,7 @@ const RightSideImage = ({ title, subtitle, image, content, cta }) => {
<
Image
src
=
{
cleanImage
(
image
?.
url
)}
layout
=
"fill"
className
=
"img-fluid image rounded-5"
className
=
"img-fluid image rounded-5
"
alt
=
"image"
/
>
{
/* </motion.div> */
}
...
...
styles/styles.css
View file @
68c7c02
...
...
@@ -9687,16 +9687,18 @@ ul.pagination.custom-pagination {
.weoffer-box-budget
:hover
h3
{
color
:
white
;
}
.contact-btn
{
.contact-btn
{
background-color
:
#f8971f
;
padding
:
10px
25px
!important
;
align-items
:
center
;
justify-items
:
center
;
margin-top
:
1rem
;
color
:
#fff
!important
;
color
:
#fff
!important
;
border-radius
:
7px
;
}
.office-heading
{
color
:
#393641
!important
;
font-size
:
20px
!important
;
.office-heading
{
color
:
#393641
!important
;
font-size
:
20px
!important
;
}
\ No newline at end of file
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