Updated mobile menu section

This commit is contained in:
rockyeverlast
2024-05-07 13:57:23 +05:30
parent 8766e41c97
commit 59ecce2e1e
3 changed files with 23 additions and 4 deletions

View File

@@ -275,10 +275,10 @@ export default function Partner() {
pagination={true}
navigation={false}
modules={[Navigation, Pagination, Autoplay]}
// autoplay={{
// delay: 10000,
// disableOnInteraction: false,
// }}
autoplay={{
delay: 10000,
disableOnInteraction: false,
}}
loop={true}
style={{
paddingBottom: "4rem",

View File

@@ -277,6 +277,24 @@ export const MobileMenu = () => {
>
HealthTech
</Link>
<Link
to="/identity-security"
// target="_blank"
// rel="noopener noreferrer"
style={innerLink}
onClick={handleClick}
>
Identity and Security
</Link>
<Link
to="/Telecom"
// target="_blank"
// rel="noopener noreferrer"
style={innerLink}
onClick={handleClick}
>
Telecom
</Link>
</AccordionPanel>
</AccordionItem>

View File

@@ -194,6 +194,7 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => {
sx={{
"@media (max-width: 600px)": {
fontSize: "22px",
textAlign: "center",
},
}}
>