From a6e1069fb4bc4f33803170743bc8a16181ba2a73 Mon Sep 17 00:00:00 2001 From: Calum Muir Date: Thu, 30 Apr 2026 19:38:29 +0000 Subject: [PATCH] Apply v3 redesign to Contact page Full-width hero, two-column contact section (details + form), styled radio button enquiry type picker, phone and referral source fields, Quick Links dark-green card strip, map iframe retained. Form backend integration (Turnstile + contact-form.js) preserved. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/contact.astro | 525 ++++++++++++++++++++++++++-------------- 1 file changed, 344 insertions(+), 181 deletions(-) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 3f8f008..9382c20 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -5,11 +5,11 @@ import SiteFooter from "../components/SiteFooter.astro"; import { navigationItems } from "../lib/navigation"; const pageSeo = { - title: "Contact", + title: "Contact Us", description: - "Contact Highland Group RDA for bookings, volunteering, or enquiries. We're here to help you connect with our team and activities in the Highlands.", + "Contact Highland Group RDA for volunteering, participating, sponsoring a pony, or any general enquiry. We'd love to hear from you.", keywords: - "Highland Group RDA contact, RDA enquiries, book RDA session, volunteer at RDA, RDA Highlands contact details, disability riding information", + "Highland Group RDA contact, RDA enquiries, volunteer, participate, sponsor a pony, Highlands disability riding", canonicalPath: "/contact", }; @@ -17,208 +17,371 @@ const turnstileSiteKey = import.meta.env.PUBLIC_TURNSTILE_SITE_KEY ?? ""; --- - { - turnstileSiteKey && ( - - +