+
{{ $t('page.home.h1') }}
@@ -14,14 +15,83 @@ useHead({
{{ $t('page.home.intro') }}
-
+ /> -->
+
+
+
+
+ {{ $t('btn.getStarted') }}
+
+
+
+
+
+ Start to set up Service BC Connect APIs in your applications.
+
+
+
+
+ {{ $t('SbcMainCard.learnMore') }}
+
+
+
+
+
+
+
+ {{ $t('btn.allProducts') }}
+
+
+
+
+
+ Learn about and try Service BC Connect products
+
+
+
+
+ {{ $t('SbcMainCard.learnMore') }}
+
+
+
+
diff --git a/web/site/app/tests/unit/components/SbcFooter.test.ts b/web/site/app/tests/unit/components/SbcFooter.test.ts
index 823c19c8..2d67d87d 100644
--- a/web/site/app/tests/unit/components/SbcFooter.test.ts
+++ b/web/site/app/tests/unit/components/SbcFooter.test.ts
@@ -11,11 +11,13 @@ describe('
', () => {
}
})
- const linkTexts = ['Home', 'Disclaimer', 'Privacy', 'Accessibility', 'Copyright']
+ const linkTexts = ['Home', 'Disclaimer', 'Release Notes', 'Privacy', 'Hours of Availability', 'Accessibility', 'Copyright']
const linkHrefs = [
'/en-CA',
'https://www2.gov.bc.ca/gov/content/home/disclaimer',
+ 'https://www.release-notes.bcregistry.gov.bc.ca',
'https://www2.gov.bc.ca/gov/content/home/privacy',
+ 'https://www2.gov.bc.ca/gov/content?id=C41D8179671441B2BAA3BDDD3D89C9A9',
'https://www2.gov.bc.ca/gov/content/home/accessibility',
'https://www2.gov.bc.ca/gov/content/home/copyright'
]