Images and routes updated in useCases

This commit is contained in:
rockyeverlast
2024-05-08 17:50:35 +05:30
parent fcfbbf9b89
commit 431b4aaf1a
4 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 KiB

View File

@@ -22,6 +22,7 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => {
backgroundRepeat={"no-repeat"}
backgroundSize={"cover"}
position="relative"
backgroundPosition={"center"}
sx={{
"@media (max-width: 600px)": {
height: "400px",
@@ -198,7 +199,7 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => {
},
}}
>
Documents to Use Cases
Use Cases
</Text>
) : (
""

View File

@@ -22,6 +22,8 @@ import fintech from "../assets/images/usecase-bg.png";
import adTech from "../assets/images/addtech.jpg";
import martech from "../assets/images/martech.png";
import healthTech from "../assets/images/health-tech.png";
import security from "../assets/images/i&security-bg.png";
import tele from "../assets/images/Telecom-bg.png";
import Form from "../components/Contact/Form";
import UseCase from "../components/UseCase/UseCase";
import ResourcesPage from "../pages/ResourcesPage";
@@ -171,7 +173,7 @@ export const route = [
bannerSubHeading={
"Stay up to date on whats happening with Rubix, learn about upcoming events and access important resources."
}
bannerImage={healthTech}
bannerImage={security}
useCase={IdentitySecurityContent}
/>
),
@@ -184,7 +186,7 @@ export const route = [
bannerSubHeading={
"Stay up to date on whats happening with Rubix, learn about upcoming events and access important resources."
}
bannerImage={healthTech}
bannerImage={tele}
useCase={telecom}
/>
),