--- import BaseLayout from "../../layouts/BaseLayout.astro"; import SiteHeader from "../../components/SiteHeader.astro"; import SiteFooter from "../../components/SiteFooter.astro"; import { navigationItems } from "../../lib/navigation"; import { getArticles } from "../../lib/news"; const allArticles = await getArticles(); const featured = allArticles[0]; const rest = allArticles.slice(1); const pageSeo = { title: "News", description: "Stay updated with Highland Group RDA news, events, and stories. Discover how our riders, volunteers, and community are making a difference every day.", keywords: "Highland RDA news, RDA events, disability riding stories, RDA updates, equestrian therapy news, Highlands charity events", canonicalPath: "/events", }; const categoryColors: Record = { News: { bg: "#e8f0e7", text: "#4a7040" }, Events: { bg: "#e7eaf5", text: "#3a4a80" }, Fundraising: { bg: "#fdf3cc", text: "#7a6010" }, }; function formatDate(date: string) { const d = new Date(date); if (isNaN(d.getTime())) return date; return d.toLocaleDateString("en-GB", { day: "numeric", month: "long", year: "numeric" }); } const upcomingEvents = [ { date: "Spring 2026", day: "TBC", title: "Sessions restart at new venue", time: "TBC", type: "Sessions" }, { date: "Summer 2026", day: "TBC", title: "Open Day — venue to be confirmed", time: "TBC", type: "Events" }, { date: "Summer 2026", day: "TBC", title: "Fundraising coffee morning", time: "TBC", type: "Fundraising" }, ]; const typeColors: Record = { Events: "#7DA371", Sessions: "#5b8fbe", Fundraising: "#b8962e", }; ---

Events & News

What's on at Highland Group RDA.

Upcoming events, session news, and fundraising updates from our group.

Coming up

Upcoming events & sessions

Get in touch
{upcomingEvents.map((ev) => (

{ev.date}

{ev.day}

{ev.title}

{ev.time}

{ev.type}
))}

Latest

News & updates

{["All", "News", "Events", "Fundraising"].map((cat) => ( ))}
{featured && ( {featured.image ? ( {featured.title} ) : (

Stay up to date.

Follow us on Facebook or get in touch directly — we share news, events, and updates with our community.