diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx
index 0acc62ab..d5b9f867 100644
--- a/src/components/Home/index.tsx
+++ b/src/components/Home/index.tsx
@@ -4,6 +4,7 @@ import { defineMessages, useIntl } from 'react-intl';
import { Link } from 'react-router-dom';
import HomepageGraphic from '../../static/images/homepage_graphic.svg';
+import PrivacyRafiki from '../../static/images/privacy-policy-rafiki.svg';
import EnsuringSecurity from './EnsuringSecurity';
import FocusingOnPeople from './FocusingOnPeople';
import HomelessStats from './HomelessStats';
@@ -16,17 +17,6 @@ const messages = defineMessages({
defaultMessage: 'Welcome',
description: 'Home welcome message',
},
- brandHeader: {
- id: 'home.brand-header',
- defaultMessage: 'An identification platform',
- description: 'The tagline shown on the home page',
- },
- subHeader: {
- id: 'home.sub-header',
- defaultMessage: 'for those experiencing homelessness',
- },
- getStarted: { id: 'home.get-started', defaultMessage: 'Get Started' },
- learnMore: { id: 'home.learn-more', defaultMessage: 'Donate' },
});
function Home() {
@@ -39,49 +29,52 @@ function Home() {
{/*
- {intl.formatMessage(messages.subHeader)} -
- - - - - {intl.formatMessage(messages.learnMore)} - -