diff --git a/src/app/components/property/EditEpcTargetModal.tsx b/src/app/components/property/EditEpcTargetModal.tsx
index 084b43c..c546d05 100644
--- a/src/app/components/property/EditEpcTargetModal.tsx
+++ b/src/app/components/property/EditEpcTargetModal.tsx
@@ -1,6 +1,6 @@
import { Dialog, Transition } from "@headlessui/react";
import { Dispatch, Fragment, SetStateAction, useState } from "react";
-import { TanButton } from "../button";
+import { TanButton } from "../Button";
import EpcDropdownMenu from "../../components/property/EpcDropDownMenu";
import { EpcRating } from "@/types/epc";
diff --git a/src/app/components/property/PartModal.tsx b/src/app/components/property/PartModal.tsx
index df4b8d5..af3ae85 100644
--- a/src/app/components/property/PartModal.tsx
+++ b/src/app/components/property/PartModal.tsx
@@ -1,6 +1,6 @@
import { Dialog, Transition } from "@headlessui/react";
import { Dispatch, Fragment, SetStateAction, useState } from "react";
-import { TanButton } from "../button";
+import { TanButton } from "../Button";
import { EpcRating } from "@/types/epc";
export default function PartModal({
diff --git a/src/app/components/property/partCard.tsx b/src/app/components/property/partCard.tsx
index d54a6a3..2e56974 100644
--- a/src/app/components/property/partCard.tsx
+++ b/src/app/components/property/partCard.tsx
@@ -17,10 +17,10 @@ export default function PartCard({
{title}
diff --git a/src/app/portfolio/[slug]/property/[lmkKey]/page.tsx b/src/app/portfolio/[slug]/property/[lmkKey]/page.tsx
index 97c79ba..4d4ebd4 100644
--- a/src/app/portfolio/[slug]/property/[lmkKey]/page.tsx
+++ b/src/app/portfolio/[slug]/property/[lmkKey]/page.tsx
@@ -8,6 +8,7 @@ import { useRouter } from "next/navigation";
import { useQuery } from "@tanstack/react-query";
import EditEpcTargetModal from "../../../../components/property/EditEpcTargetModal";
import PartCard from "@/app/components/property/PartCard";
+import { TanButton } from "@/app/components/Button";
const EpcDefaults: { [key in EpcRating]: EpcRating } = {
G: "C",
@@ -165,6 +166,19 @@ export default function PropertyPage({
+
+ Review the property details below and update as required. The more you
+ update, the more accurate your recommendations will be. When you're
+ happy, click "Build My Plan" to see your recommended actions.
+