diff --git a/components/FooterUSWDS/FooterUSWDS.js b/components/FooterUSWDS/FooterUSWDS.js index bca2597..b68b9ae 100644 --- a/components/FooterUSWDS/FooterUSWDS.js +++ b/components/FooterUSWDS/FooterUSWDS.js @@ -19,17 +19,17 @@ export default function FooterUSWDS() { Home , - + What is a building block? , - + Our product offerings , - + Partner with us diff --git a/components/NavbarUSWDS/NavbarUSWDS.js b/components/NavbarUSWDS/NavbarUSWDS.js index 351f6e4..e09fe66 100644 --- a/components/NavbarUSWDS/NavbarUSWDS.js +++ b/components/NavbarUSWDS/NavbarUSWDS.js @@ -15,9 +15,9 @@ export default function Navbar({ }) { Home , - , - , - , + , + , + , ] return ( @@ -31,7 +31,7 @@ export default function Navbar({ }) { - Public Health Data Infrastructure + Data Integration Building Blocks diff --git a/components/product-offerings/building-blocks-links.js b/components/products/building-blocks-links.js similarity index 100% rename from components/product-offerings/building-blocks-links.js rename to components/products/building-blocks-links.js diff --git a/components/product-offerings/software-development-kit-info.js b/components/products/software-development-kit-info.js similarity index 100% rename from components/product-offerings/software-development-kit-info.js rename to components/products/software-development-kit-info.js diff --git a/pages/building-block-info.js b/pages/about.js similarity index 98% rename from pages/building-block-info.js rename to pages/about.js index 585b82d..93130f1 100644 --- a/pages/building-block-info.js +++ b/pages/about.js @@ -10,11 +10,11 @@ import organizationIcon from '../public/icons/organization.svg'; import Link from 'next/link'; import Head from 'next/head'; -export default function BuildingBlockInfo() { +export default function About() { return (
- Building Blocks - Public Health Data Infrastructure + Building Blocks - Data Integration Building Blocks
@@ -200,7 +200,7 @@ export default function BuildingBlockInfo() { You can now test out Building Blocks in your jurisdiction's data environment

- +