diff --git a/components/dns/applications/applicationSideBar.js b/components/dns/applications/applicationSideBar.js
new file mode 100644
index 00000000..94e1c210
--- /dev/null
+++ b/components/dns/applications/applicationSideBar.js
@@ -0,0 +1,106 @@
+import Link from "next/link";
+import { useRouter } from "next/router";
+import { useContext } from "react";
+import useTranslation from "next-translate/useTranslation";
+
+const ApplicationSideBar = (props) => {
+ let { t } = useTranslation();
+
+ const router = useRouter();
+ const { locale } = router;
+
+ return (
+ <>
+
+
+
About this application
+
+ The Project will provide a consented area for the
+ installation and commercial demonstration of multiple
+ arrays of tidal energy devices, to a maximum installed
+ capacity of 240 Megawatts (MW).
+
+
+
+
+
+
+
Application location
+
+
+
+
+ The location shown on the map is approximate at this
+ stage
+
+ Sign up using email address to receive updates about
+ this application
+
+
+
+
+ >
+ );
+};
+
+export default ApplicationSideBar;
diff --git a/components/dns/applications/applicationSummary.js b/components/dns/applications/applicationSummary.js
new file mode 100644
index 00000000..45346c29
--- /dev/null
+++ b/components/dns/applications/applicationSummary.js
@@ -0,0 +1,63 @@
+import Link from "next/link";
+import { useRouter } from "next/router";
+import { useContext } from "react";
+import useTranslation from "next-translate/useTranslation";
+
+const ApplicationSummary = (props) => {
+ let { t } = useTranslation();
+
+ const router = useRouter();
+ const { locale } = router;
+
+ return (
+ <>
+
+
+
TWA - Morlais Demonstration Zone
+
+
+
+
+
+ by Menter Mon
+ Type: Generating Stations
+
+
+
+ !
+
+
+
+ Information
+
+ The Inspector’s report into the above has now been
+ formally submitted to the Welsh Government for
+ consideration.
+
+
+ 05 October 2020
+
+
+
+ >
+ );
+};
+
+export default ApplicationTabsDocuments;
diff --git a/components/dns/applications/applicationTabsRegistrationForm.js b/components/dns/applications/applicationTabsRegistrationForm.js
new file mode 100644
index 00000000..ac8fa71f
--- /dev/null
+++ b/components/dns/applications/applicationTabsRegistrationForm.js
@@ -0,0 +1,23 @@
+import Link from "next/link";
+import { useRouter } from "next/router";
+import { useContext } from "react";
+import useTranslation from "next-translate/useTranslation";
+
+const ApplicationTabsRegistrationForm = (props) => {
+ let { t } = useTranslation();
+
+ const router = useRouter();
+ const { locale } = router;
+
+ return (
+ <>
+
+
+
Registration form
+
+
+ >
+ );
+};
+
+export default ApplicationTabsRegistrationForm;
diff --git a/components/dns/applications/applicationTabsTimeline.js b/components/dns/applications/applicationTabsTimeline.js
new file mode 100644
index 00000000..19160f81
--- /dev/null
+++ b/components/dns/applications/applicationTabsTimeline.js
@@ -0,0 +1,145 @@
+import Link from "next/link";
+import { useRouter } from "next/router";
+import { useContext } from "react";
+import useTranslation from "next-translate/useTranslation";
+
+const ApplicationTabsTimeLine = (props) => {
+ let { t } = useTranslation();
+
+ const router = useRouter();
+ const { locale } = router;
+
+ return (
+ <>
+
+
+
Transport & Works Act
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Integer in malesuada ligula, sit amet placerat enim.
+ Suspendisse porta velit auctor enim pretium, et interdum
+ lectus mollis. Fusce et consectetur nisl. Donec viverra
+ lectus massa, nec tincidunt orci euismod vel.
+
+
+
+
+
+
+
Timeline
+
+
+ i
+
+
+ The Inspector’s report into the above has now
+ been formally submitted to the Welsh Government
+ for consideration.
+
+
+ 05 October 2020
+
+
+
+
+ i
+
+
+ The Procedure for this Transport and Works Act
+ Application was formally determined, on the
+ 07/08/2020, as an Inquiry.
+
+ Statements of Case from the Applicant, each
+ Statutory Objector and each other person or body
+ who have indicated that they wish to provide
+ oral evidence at the Inquiry are required by
+ 18/09/2020.
+
+
+ 05 October 2020
+
+
+
+
+ i
+
+
+ The Inspector’s report into the above has now
+ been formally submitted to the Welsh Government
+ for consideration.
+
+
+ 05 October 2020
+
+
+
+
+ i
+
+
+ The Inspector’s report into the above has now
+ been formally submitted to the Welsh Government
+ for consideration.
+
+
+ 05 October 2020
+
+
+
+
+ i
+
+
+ The Procedure for this Transport and Works Act
+ Application was formally determined, on the
+ 07/08/2020, as an Inquiry.
+
+ Statements of Case from the Applicant, each
+ Statutory Objector and each other person or body
+ who have indicated that they wish to provide
+ oral evidence at the Inquiry are required by
+ 18/09/2020.
+
+
+ 05 October 2020
+
+
+
+
+ i
+
+
+ The Inspector’s report into the above has now
+ been formally submitted to the Welsh Government
+ for consideration.
+
How to get in touch with The Planning
Inspectorate.
diff --git a/components/dns/homepage/latestApplications.js b/components/dns/homepage/latestApplications.js
index e17261ec..b031da27 100644
--- a/components/dns/homepage/latestApplications.js
+++ b/components/dns/homepage/latestApplications.js
@@ -13,18 +13,30 @@ const LatestApplications = (props) => {