From 3b8e70b4f95385a7fd7869fb2d49b56875a8f545 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Mon, 6 May 2024 14:45:59 +0530 Subject: [PATCH] Added pdf to all UseCases --- src/components/UseCase/UseCase.jsx | 44 +++++-- src/data/useCase.jsx | 182 +++++++++++++++++++---------- src/routes/_routes.jsx | 14 +++ 3 files changed, 167 insertions(+), 73 deletions(-) diff --git a/src/components/UseCase/UseCase.jsx b/src/components/UseCase/UseCase.jsx index f55168d..b486988 100644 --- a/src/components/UseCase/UseCase.jsx +++ b/src/components/UseCase/UseCase.jsx @@ -88,16 +88,11 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => { justifyContent={"center"} flexDirection={"column"} alignItems={"center"} - gap={16} + gap={12} w={"100%"} > {useCase.map( - ({ - useCaseHeading, - useCaseSubHeading, - useCaseDetails, - documents, - }) => ( + ({ useCaseHeading, useCaseSubHeading, useCaseDetails }) => ( { ))} + + ) + )} + + + Documents + + {useCase.map(({ documents }) => ( + {documents?.map((item) => ( { ))} - ) - )} + ))} + ); diff --git a/src/data/useCase.jsx b/src/data/useCase.jsx index 5c69cad..c6ab8fd 100644 --- a/src/data/useCase.jsx +++ b/src/data/useCase.jsx @@ -63,6 +63,26 @@ export const useCase = [ }, ], }, + { + documents: [ + { + id: 1, + title: "How Can I Build on Rubix?", + }, + { + id: 2, + title: "How Can I Build on Rubix?", + }, + { + id: 3, + title: "How Can I Build on Rubix?", + }, + { + id: 4, + title: "How Can I Build on Rubix?", + }, + ], + }, ]; export const adTechContent = [ @@ -125,6 +145,26 @@ export const adTechContent = [ // }, ], }, + { + documents: [ + { + id: 1, + title: "How Can I Build on Rubix?", + }, + { + id: 2, + title: "How Can I Build on Rubix?", + }, + { + id: 3, + title: "How Can I Build on Rubix?", + }, + { + id: 4, + title: "How Can I Build on Rubix?", + }, + ], + }, ]; export const marTechContent = [ @@ -202,6 +242,26 @@ export const marTechContent = [ }, ], }, + { + documents: [ + { + id: 1, + title: "How Can I Build on Rubix?", + }, + { + id: 2, + title: "How Can I Build on Rubix?", + }, + { + id: 3, + title: "How Can I Build on Rubix?", + }, + { + id: 4, + title: "How Can I Build on Rubix?", + }, + ], + }, ]; export const healthTechContent = [ @@ -269,73 +329,69 @@ export const healthTechContent = [ // }, ], }, -]; - -export const IdentitySecurityContent = [ - { - useCaseHeading: "Identity and Security", - useCaseSubHeading: - "The HealthTech sector, while promising significant advancements in healthcare delivery and patient outcomes, faces several challenges that hinder its full potential. Some of the key issues include:", - useCaseDetails: [ - { - title: "Data Silos and Interoperability Challenges", - description: - "HealthTech solutions often operate in silos, with patient data fragmented across disparate systems and platforms. This lack of interoperability makes it difficult for healthcare providers to access comprehensive patient information, leading to inefficiencies in care delivery and decision-making.", - }, - { - title: "Data Fragmentation and Integration", - description: - "FinTech solutions often grapple with fragmented data sources, including bank accounts, investment portfolios, and retirement accounts. Integrating and aggregating these disparate data sets presents technical challenges, hindering the development of holistic financial management tools and insights.", - }, - { - title: "Integration with Legacy Systems", - description: - "Healthcare organizations often rely on legacy systems that may be outdated or incompatible with modern HealthTech solutions. Integrating new technologies with existing infrastructure poses technical challenges and requires substantial time, resources, and expertise, delaying the adoption and implementation of innovative solutions.", - }, - { - title: "Regulatory Compliance Burden", - description: - "HealthTech companies must navigate a complex regulatory landscape, including healthcare laws, privacy regulations (such as HIPAA in the United States), and industry standards (such as HL7 and DICOM). Achieving and maintaining regulatory compliance adds complexity and costs to product development and deployment, potentially slowing innovation and market entry.", - }, - { - title: "Complexity and Fragmentation", - description: - "The MarTech landscape is characterized by a multitude of disparate tools, platforms, and technologies, leading to fragmentation and interoperability challenges. Integrating and managing these diverse components often requires significant time, resources, and technical expertise.", - }, - ], - }, - { - useCaseHeading: "How Rubix solves them", - useCaseSubHeading: - "Rubix addresses the challenges faced by the healthcare industry while promoting data security, interoperability, and patient empowerment. Here's how Rubix based solutions can  revolutionise HealthTech:", - useCaseDetails: [ - { - title: "Patient Centric engagement platforms", - description: - "Rubix powered dAPPs can provide a privacy enhanced, user centric, unified health data service  that aggregates and standardises  health and wellness information from disparate sources, including electronic health records (EHRs), wearable devices, and telehealth platforms. By breaking down data silos and enhancing interoperability, these dAPPs can enable healthcare providers to access comprehensive patient insights and deliver personalized care without compromising on patient privacy", - }, - { - title: "Secure Data Sharing and Collaboration", - description: - "dAPPs built on Rubix can prioritize data security and privacy, implementing robust encryption, access controls, and audit trails to safeguard patient information throughout their lifecycle. With end-to-end encryption and secure collaboration features, Rubix facilitates safe and  privacy regulations compliant data sharing among healthcare stakeholders, including providers, patients, researchers, and insurers.", - }, - { - title: "Seamless Integration with Legacy Systems", - description: - "Rubix single composable stack with easy to implement smart contract framework can help seamless migration of existing  Web2 based healthcare infrastructure, including legacy EHR systems, medical devices, and administrative systems. By offering flexible APIs, standards-based interfaces, and modular architecture, Rubix simplifies the integration process, accelerates time to market, and minimizes disruption to healthcare operations.", - }, - { - title: "Regulatory Compliance Made Easy", - description: - "Rubix powered dAPPs can help healthcare organisations navigate complex regulatory requirements with built-in compliance features and tools. From HIPAA compliance to interoperability standards like HL7 and FHIR, dAPPs can ensure adherence to regulatory guidelines and industry best practices, reducing compliance burden and mitigating risk.", - }, - ], - }, { documents: [ { id: 1, - title: "Regulatory Compliance Made Easy", + title: "How Can I Build on Rubix?", + }, + { + id: 2, + title: "How Can I Build on Rubix?", + }, + { + id: 3, + title: "How Can I Build on Rubix?", + }, + { + id: 4, + title: "How Can I Build on Rubix?", + }, + ], + }, +]; + +export const IdentitySecurityContent = [ + { + documents: [ + { + id: 1, + title: "How Can I Build on Rubix?", + }, + { + id: 2, + title: "How Can I Build on Rubix?", + }, + { + id: 3, + title: "How Can I Build on Rubix?", + }, + { + id: 4, + title: "How Can I Build on Rubix?", + }, + ], + }, +]; + +export const telecom = [ + { + documents: [ + { + id: 1, + title: "How Can I Build on Rubix?", + }, + { + id: 2, + title: "How Can I Build on Rubix?", + }, + { + id: 3, + title: "How Can I Build on Rubix?", + }, + { + id: 4, + title: "How Can I Build on Rubix?", }, ], }, diff --git a/src/routes/_routes.jsx b/src/routes/_routes.jsx index 0800a18..6bf72c7 100644 --- a/src/routes/_routes.jsx +++ b/src/routes/_routes.jsx @@ -9,6 +9,7 @@ import { adTechContent, healthTechContent, marTechContent, + telecom, useCase, } from "../data/useCase"; import BuildPage from "../pages/BuildPage"; @@ -175,4 +176,17 @@ export const route = [ /> ), }, + { + path: "telecom", + element: ( + + ), + }, ];