--- import BaseLayout from "../layouts/BaseLayout.astro"; import SiteHeader from "../components/SiteHeader.astro"; import SiteFooter from "../components/SiteFooter.astro"; import { navigationItems } from "../lib/navigation"; import { isSanityConfigured, getSanityHomePage } from "../lib/sanity"; const pageSeo = { title: "Highland Group RDA", description: "Highland Group RDA provides horse riding for people with disabilities in the Highlands, offering safe, fun, and therapeutic equestrian activities.", keywords: "Highland Group RDA, horse riding for disabilities, therapeutic riding Highlands, RDA Scotland, equestrian therapy, disability riding lessons", canonicalPath: "/", }; // ── Fallback content (used when Sanity is not configured or document is empty) ─ const DEFAULTS = { heroHeadline: "Enriching lives through horses in the Highlands.", heroMission: "Our mission is to bring about meaningful and positive changes in the health and well-being of people with physical or mental disabilities through activities with our horses and ponies.", videoHeading: "What is Riding for the Disabled?", videoBody: "Across the Highlands, we provide riding sessions for people with a wide range of physical and mental disabilities — connecting them with our ponies in a way that's therapeutic, joyful, and life-changing.", videoYoutubeId: "IX2DGd6m8BU", sponsorHeading: "We are grateful for the generous support of our sponsors.", ctaCards: [ { label: "Fundraising", title: "Sponsor a pony", description: "Your support keeps our ponies healthy and our sessions running — from hoof trimming to hay bales.", image: "/alineofponies-1920w.webp", href: "/support-us" }, { label: "Get involved", title: "Apply to volunteer", description: "No horse experience needed. Sidestep walkers, groomers, fundraisers — all roles make a real difference.", image: "/Vols5-2880w-1024x768.avif", href: "/volunteer-application" }, { label: "Riding sessions",title: "Apply to participate", description: "We welcome riders and carriage drivers with a wide range of physical and mental disabilities.", image: "/Samantha-and-Connolly-1280.webp", href: "/participant-application" }, ], sponsors: [ { name: "Ffordes", logo: "/sponsors/ffordes_logo.png", url: null }, ], }; const cms = isSanityConfigured() ? (await getSanityHomePage()) : null; const heroHeadline = cms?.heroHeadline || DEFAULTS.heroHeadline; const heroMission = cms?.heroMission || DEFAULTS.heroMission; const videoHeading = cms?.videoHeading || DEFAULTS.videoHeading; const videoBody = cms?.videoBody || DEFAULTS.videoBody; const videoYoutubeId = cms?.videoYoutubeId || DEFAULTS.videoYoutubeId; const sponsorHeading = cms?.sponsorHeading || DEFAULTS.sponsorHeading; const ctaCards = cms?.ctaCards?.length ? cms.ctaCards : DEFAULTS.ctaCards; const sponsors = cms?.sponsors?.length ? cms.sponsors : DEFAULTS.sponsors; ---

Highland Group RDA · Since 1975

{heroHeadline}

{heroMission}

Scroll

Our Story

{videoHeading}

{videoBody}