diff --git a/.vscode/settings.json b/.vscode/settings.json index 05faf46..4708eba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,6 @@ "editor.formatOnSave": true, "vetur.validation.template": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } - } \ No newline at end of file + } diff --git a/assets/images/logo-block.svg b/assets/images/logo-block.svg deleted file mode 100644 index ef2de7e..0000000 --- a/assets/images/logo-block.svg +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/components/CallToAction.js b/components/CallToAction.js index b5a7733..efe969a 100644 --- a/components/CallToAction.js +++ b/components/CallToAction.js @@ -7,18 +7,18 @@ import Link from "next/link"; export default function CallToAction({ blok }) { return ( -
+
-

+

{blok.title}

-
{render(blok.description)}
+
{render(blok.description)}
- + {blok.button_text} diff --git a/components/ContactForm.js b/components/ContactForm.js index 1b177bc..b330718 100644 --- a/components/ContactForm.js +++ b/components/ContactForm.js @@ -5,7 +5,7 @@ import { MailIcon, PhoneIcon } from "@heroicons/react/outline"; import { useRouter } from "next/router"; import { useFormspark } from "@formspark/use-formspark"; -const FORMSPARK_FORM_ID = "d9x4tlQD"; +const FORMSPARK_FORM_ID = "b5OJMmFQv"; function transactionID() { return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function (c) { @@ -221,7 +221,7 @@ export default function ContactForm({ blok }) { className="flex-shrink-0 w-6 h-6 text-brand-200" aria-hidden="true" /> - therapy@michellesmit.com + adam@thecounsellorscouch.com
@@ -360,7 +360,7 @@ export default function ContactForm({ blok }) {