From a9d72fcde283ad673c53b5b33e6fcdb2869520e5 Mon Sep 17 00:00:00 2001 From: Calum Muir Date: Mon, 25 May 2026 12:39:31 +0200 Subject: [PATCH] Support Us: replace JustGiving donate band + sponsor section with inline widgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Donate band → UnifiedDonateWidget: expanding yellow section with one-off/monthly mode toggle, 2×2 preset chips with impact text, Gift Aid with address fields, pay step (express + card form), done step, and sticky dark-green summary rail - Sponsor a Pony → SponsorPonyWidget: 4-step flow (idle costs grid → pony picker with actual ponies Breagha/Harley/Connolly/Puzzle → tier selector → payment) - Updated 'Donate' three-ways card to link to #donate instead of JustGiving - Updated FAQ sponsor payment answer to reflect working widget Co-Authored-By: Claude Sonnet 4.6 --- src/pages/support-us.astro | 791 +++++++++++++++++++++++++++++++++---- 1 file changed, 715 insertions(+), 76 deletions(-) diff --git a/src/pages/support-us.astro b/src/pages/support-us.astro index 7b26822..17228d6 100644 --- a/src/pages/support-us.astro +++ b/src/pages/support-us.astro @@ -17,10 +17,10 @@ const ways = [ { label: "Donate", heading: "Give today", - body: "A one-off or regular donation via JustGiving goes directly towards running our sessions, caring for our ponies, and keeping our facilities safe.", - action: "Donate via JustGiving", - href: "https://www.justgiving.com/charity/highlandgrouprda", - external: true, + body: "A one-off or monthly donation goes directly towards running our sessions, caring for our ponies, and keeping our facilities safe.", + action: "Donate now", + href: "#donate", + external: false, img: "/contact-640.webp", objectPos: "50% 40%", }, @@ -91,7 +91,7 @@ const faqs = [ }, { q: "How do I pay to sponsor a pony?", - a: "We are currently working on a dedicated payment method — thank you for your patience. In the meantime, you can donate via JustGiving or contact us directly to discuss sponsorship arrangements.", + a: "You can sponsor one of our ponies directly on this page — choose your pony, pick a sponsorship level, and set up your monthly gift in a few steps. You can cancel at any time.", }, ]; --- @@ -289,84 +289,393 @@ const faqs = [ ))} - -
-
-
-

- Donate today via JustGiving. -

-

- One-off or regular — every donation goes directly towards our riders and ponies. -

+ + -