mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 18:45:49 +00:00
Images and routes updated in useCases
This commit is contained in:
BIN
src/assets/images/Telecom-bg.png
Normal file
BIN
src/assets/images/Telecom-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
src/assets/images/i&security-bg.png
Normal file
BIN
src/assets/images/i&security-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 687 KiB |
@@ -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>
|
||||
) : (
|
||||
""
|
||||
|
||||
@@ -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 what’s 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 what’s happening with Rubix, learn about upcoming events and access important resources."
|
||||
}
|
||||
bannerImage={healthTech}
|
||||
bannerImage={tele}
|
||||
useCase={telecom}
|
||||
/>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user