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 && ( - - +