From ade44474e02667b2dad67376b45885ed971ab769 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 11 Mar 2026 20:10:08 +0000 Subject: [PATCH] feat(ainsley-clark): add missing thank-you page for contact form redirect The contact form on ainsleyclark.com was successfully submitting to the API but users were not being redirected after submission. The JS calls window.barba.go('/thank-you/') on success, but this page did not exist for the ainsley-clark site, resulting in a 404. https://claude.ai/code/session_01RYPi2W3ewfa2SYBAwcPQZC --- sites/ainsley-clark/content/thank-you.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sites/ainsley-clark/content/thank-you.html diff --git a/sites/ainsley-clark/content/thank-you.html b/sites/ainsley-clark/content/thank-you.html new file mode 100644 index 00000000..89ca55dc --- /dev/null +++ b/sites/ainsley-clark/content/thank-you.html @@ -0,0 +1,30 @@ +--- +title: Thanks for getting in touch +description: Thank you for getting in touch with Ainsley Clark. Your message has been received and I will get back to you shortly. +draft: false +footerNoPadding: true +namespace: thankyou +private: true +--- + + +
+
+
+ +
+ +

+ Thanks.
Your message has been received, I will get back to you sharpish. +

+ +
+ {{< partial template="components/button.html" text="Go back" size="large" arrow=true colour="white" attr="data-go-back" >}} + {{< partial template="components/button.html" link="https://www.linkedin.com/in/ainsleyclark/" text="Connect on LinkedIn" size="large" colour="grey" >}} +
+
+
+
+