diff --git a/src/components/Footer/MobileFooter.jsx b/src/components/Footer/MobileFooter.jsx index 3be37fa..8ba704f 100644 --- a/src/components/Footer/MobileFooter.jsx +++ b/src/components/Footer/MobileFooter.jsx @@ -101,7 +101,7 @@ const MobileFooter = () => { color={"#B0B0B0"} fontFamily={"Mona Sans"} fontWeight={"500"} - fontSize={"16px"} + fontSize={"22px"} > Social diff --git a/src/components/MobileMenu/MobileMenu.jsx b/src/components/MobileMenu/MobileMenu.jsx index 8036d07..93a653c 100644 --- a/src/components/MobileMenu/MobileMenu.jsx +++ b/src/components/MobileMenu/MobileMenu.jsx @@ -108,7 +108,7 @@ export const MobileMenu = () => { justifyContent={"space-between"} alignItems={"center"} padding={"2rem 1rem"} - marginBottom={"1rem"} + marginBottom={"2rem"} gap={"2rem"} sx={{ "@media (max-width: 1024px)": {}, diff --git a/src/components/NavBar/NavBar.jsx b/src/components/NavBar/NavBar.jsx index 0d461b1..e8a666f 100644 --- a/src/components/NavBar/NavBar.jsx +++ b/src/components/NavBar/NavBar.jsx @@ -568,17 +568,62 @@ const NavBar = () => { : normal } > - + + HealthTech + + + + + + - - HealthTech - - - + + + Identity and Security + + + + + + + + + Telecom + + + + diff --git a/src/index.css b/src/index.css index a42af21..5cef919 100644 --- a/src/index.css +++ b/src/index.css @@ -245,3 +245,12 @@ span.swiper-pagination-bullet { right: 70px; } } + +@media only screen and (max-width: 375px) { + .team-slider .swiper-button-prev:after { + left: 70px; + } + .team-slider .swiper-button-next:after { + right: 70px; + } +} diff --git a/src/routes/_routes.jsx b/src/routes/_routes.jsx index 37c657b..5cecfcc 100644 --- a/src/routes/_routes.jsx +++ b/src/routes/_routes.jsx @@ -24,13 +24,6 @@ import healthTech from "../assets/images/health-tech.png"; import Form from "../components/Contact/Form"; import UseCase from "../components/UseCase/UseCase"; import ResourcesPage from "../pages/ResourcesPage"; -import VideoInternal from "../components/VideoInternal/VideoInternal"; -import Ecosystem from "../pages/Ecosystem"; -import Events from "../pages/Events"; -import NewsPage from "../pages/NewsPage"; -import EventsInternnal from "../pages/EventsInternnal"; -import Blogs from "../pages/Blogs"; -import BlogPost from "../components/BlogPost/BlogPost"; export const route = [ { @@ -86,34 +79,6 @@ export const route = [ path: "resources-page", element: , }, - { - path: "video-page", - element: , - }, - { - path: "ecosystem", - element: , - }, - { - path: "events", - element: , - }, - { - path: "news", - element: , - }, - { - path: "events-internal", - element: , - }, - { - path: "blogs/:title_slug", - element: , - }, - { - path: ":title_slug", - element: , - }, { path: "*", element: ,