diff --git a/client/src/pages/survey.tsx b/client/src/pages/survey.tsx
new file mode 100644
index 00000000..fef43f9e
--- /dev/null
+++ b/client/src/pages/survey.tsx
@@ -0,0 +1,36 @@
+import * as React from 'react';
+import {Grid} from '@trussworks/react-uswds';
+import {useIntl} from 'gatsby-plugin-intl';
+
+import J40MainGridContainer from '../components/J40MainGridContainer';
+import Layout from '../components/layout';
+
+import * as CONTACT_COPY from '../data/copy/contact';
+
+interface ISurveyPageProps {
+ location: Location;
+}
+
+const SurveyPage = ({location}: ISurveyPageProps) => {
+ const intl = useIntl();
+
+ return (
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default SurveyPage;
diff --git a/client/src/pages/survey1.tsx b/client/src/pages/survey1.tsx
new file mode 100644
index 00000000..be959603
--- /dev/null
+++ b/client/src/pages/survey1.tsx
@@ -0,0 +1,38 @@
+import * as React from 'react';
+import {Grid} from '@trussworks/react-uswds';
+import {useIntl} from 'gatsby-plugin-intl';
+
+import J40MainGridContainer from '../components/J40MainGridContainer';
+import Layout from '../components/layout';
+
+import * as CONTACT_COPY from '../data/copy/contact';
+
+interface ISurveyPageProps {
+ location: Location;
+}
+
+
+const SurveyPage = ({location}: ISurveyPageProps) => {
+ const intl = useIntl();
+
+ return (
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default SurveyPage;