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 b14a6df3
authored
2025-09-19 14:55:52 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
number change and mobile menu change
1 parent
5c730a76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
14 deletions
container/Contact/ContactInfo.js
layout/Footer.js
layout/MobileHamburger.js
container/Contact/ContactInfo.js
View file @
b14a6df
...
...
@@ -52,11 +52,11 @@ const ContactInfo = () => {
{
/* <h3>Landline & Mobile</h3> */
}
<
p
>
<
span
>
Call
:
<
/span
>
<
a
href
=
"tel:
08204200985"
>+
91
-
0820
-
4200
-
985
<
/a
>
<
a
href
=
"tel:
8204200985"
>
0820
-
4200
-
985
<
/a
>
<
/p
>
<
p
>
<
span
>
Call
:
<
/span
>
<
a
href
=
"tel:
+9108026719484"
>+
91
-
080
-
2671
-
9484
<
/a
>
<
a
href
=
"tel:
8026719484"
>
080
-
2671
-
9484
<
/a
>
<
/p
>
<
/div
>
<
/div
>
...
...
layout/Footer.js
View file @
b14a6df
...
...
@@ -119,15 +119,15 @@ const Footer = () => {
<
li
>
<
span
>
<
i
className
=
"ri-phone-line"
><
/i></
span
>
<
a
href
=
"tel:
+91-
8204200985"
>
+
91
-
0820
-
4200
-
985
<
a
href
=
"tel:8204200985"
>
0820
-
4200
-
985
<
/a
>
<
/li
>
<
li
>
<
span
>
<
i
className
=
"ri-phone-line"
><
/i></
span
>
<
a
href
=
"tel:
+91-0
8026719484"
>
+
91
-
0802
-
6719
-
484
<
a
href
=
"tel:8026719484"
>
080
-
2671
-
9
484
<
/a
>
<
/li
>
<
li
>
...
...
layout/MobileHamburger.js
View file @
b14a6df
...
...
@@ -129,23 +129,26 @@ export default function MobileHamburger() {
<
li
>
<
button
className
=
"mobile-dropdown-btn"
onClick
=
{()
=>
handleDropdown
(
"clientservicing"
)}
aria
-
expanded
=
{
openDropdown
===
"clientservicing"
}
>
Client
Servicing
<
span
className
=
{
`arrow
${
openDropdown
===
"clientservicing"
?
" open"
:
""
}
`
}
><
/span
>
<
a
href
=
"/client-servicing"
>
Client
Servicing
<
/a
>
<
span
className
=
{
`arrow
${
openDropdown
===
"clientservicing"
?
" open"
:
""
}
`
}
onClick
=
{()
=>
handleDropdown
(
"clientservicing"
)}
aria
-
expanded
=
{
openDropdown
===
"clientservicing"
}
><
/span
>
<
/button
>
<
ul
className
=
{
`mobile-dropdown
${
openDropdown
===
"clientservicing"
?
" show"
:
""
}
`
}
>
{
clientServices
.
map
((
service
,
idx
)
=>
(
<
li
key
=
{
service
.
title
}
>
<
button
className
=
"mobile-dropdown-btn inner"
onClick
=
{()
=>
handleClientService
(
idx
)}
aria
-
expanded
=
{
openClientService
===
idx
}
>
{
service
.
title
}
<
a
href
=
{
service
?.
href
}
className
=
"p-0"
>
{
service
.
title
}
<
/a
>
{
service
.
items
.
length
>
0
&&
(
<
span
className
=
{
`arrow
${
openClientService
===
idx
?
" open"
:
""
}
`
}
><
/span
>
<
span
className
=
{
`arrow
${
openClientService
===
idx
?
" open"
:
""
}
`
}
onClick
=
{()
=>
handleClientService
(
idx
)}
aria
-
expanded
=
{
openClientService
===
idx
}
><
/span
>
)}
<
/button
>
{
service
.
items
.
length
>
0
&&
(
...
...
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