diff --git a/src/app/our-products/page.tsx b/src/app/our-products/page.tsx index 0ac25cb..5377615 100644 --- a/src/app/our-products/page.tsx +++ b/src/app/our-products/page.tsx @@ -1,23 +1,287 @@ -import Link from 'next/link'; +import { Button, Grid, GridContainer } from '@trussworks/react-uswds'; +import Image from 'next/image'; +import { basePath } from '../utils/constants'; -export default function ProductDetail() { +export default function OurProducts() { return (
-

Our Products

- +
+ +
+

Our ecosystem of DIBBs products

+

+ Find out how DIBBs products can help empower your jurisdiction +

+
+
+
+
+ +

Standalone Products

+ + + Placeholder +
+

eCR Viewer

+

+ Graphic headings can be used a few different ways, depending + on what your landing page is for. Highlight your values, + specific program areas, or results. +

+ +
+
+ + Placeholder +
+

Query Connector

+

+ Allows public health staff to query a wide network of + healthcare organizations for data relevant to a given + condition. It gives staff access to more complete and timely + data without the need for a direct connection to a healthcare + provider. +

+ +
+
+
+ + + Placeholder +
+

eCR Parser

+

+ Enables public health staff to extract relevant data from eCR + messages based on a user-defined parsing schema. It exports + that data into a simple JSON file that can be easily loaded + into a tabular format (like a spreadsheet). +

+ +
+
+ + Placeholder +
+

eCR Refiner

+

+ Reduces eCR files down to only the most useful, necessary + information to alleviate performance and storage burden on + disease surveillance systems and bring focus to pertinent data + for a given condition. +

+ +
+
+
+
+
+
+ + + Placeholder +

DIBBs to support the entire data pipeline

+

+ These are the underlying services that power each of our products; + they can be configured in a variety of ways to support the unique + needs of your jurisdiction. +

+
+
+ +

For Data Processing

+ + + Placeholder +

Orchestration

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+ + Placeholder +

FHIR Converter

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+ + Placeholder +

Validation

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+
+
+ +

For Data Enrichment

+ + + Placeholder +

Standardization

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+ + Placeholder +

Geocoding

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+ + Placeholder +

Record Linkage

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+
+
+ +

For Data Transformation

+ + + Placeholder +

Flat Formatter

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+ + Placeholder +

PHDC Converter

+

+ Enables coordinated execution of DIBBs in any order, allowing + for fully automated workflows +

+
+
+
+
); }