diff --git a/public/images/text-to-code-img.svg b/public/images/text-to-code-img.svg new file mode 100644 index 0000000..a85d93c --- /dev/null +++ b/public/images/text-to-code-img.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/page.tsx b/src/app/page.tsx index ea73dbe..d07bcfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import QueryConnectorImg from "../../public/images/query-connector-img.svg"; import RecordLinkerImg from "../../public/images/record-linker-img.svg"; import ECRViewerImg from "../../public/images/ecr-viewer-img.svg"; import ECRRefinerImg from "../../public/images/ecr-refiner-img.svg"; +import TextToCodeImg from "../../public/images/text-to-code-img.svg"; import HomeStyle from "./home.module.scss"; import "../styles/index.scss"; import Image from "next/image"; @@ -93,6 +94,20 @@ const Home: React.FC = () => { demoLink={PAGES.ECR_REFINER} githubLink={PAGES.ECR_REFINER_REPO} /> + + } + // demoLink={PAGES.TEXT_TO_CODE} + githubLink={PAGES.TEXT_TO_CODE_REPO} + bgColor={BgColorType.PURPLE} + /> diff --git a/src/utils/constants.ts b/src/utils/constants.ts index b632595..15c0eb9 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -6,11 +6,13 @@ export const PAGES = { QUERY_CONNECTOR: "https://connector.dibbs.tools", SIMPLE_REPORT: "https://demo.simplereport.gov/app/pilot/report", RECORD_LINKER: "https://linker.dibbs.tools", + TEXT_TO_CODE: "https://ttc.dibbs.tools", // repo urls QUERY_CONNECTOR_REPO: "https://github.com/CDCgov/dibbs-query-connector", RECORD_LINKER_REPO: "https://github.com/CDCgov/RecordLinker", ECR_VIEWER_REPO: "https://github.com/CDCgov/dibbs-ecr-viewer", ECR_REFINER_REPO: "https://github.com/CDCgov/dibbs-ecr-refiner", + TEXT_TO_CODE_REPO: "https://github.com/CDCgov/dibbs-text-to-code", // credentials QUERY_CONNECTOR_USERNAME: "mario@dibbs.tools", QUERY_CONNECTOR_PASSWORD: "Nye6KpjgkHWT",