From 5aebd447539f2ed66189ad813559c880bf05aa37 Mon Sep 17 00:00:00 2001 From: giarf Date: Mon, 16 Mar 2026 23:59:44 -0300 Subject: [PATCH] feat: Add 'Gesto Solidario' donation option and remove the InteractiveSeed component. --- src/components/CollaboratorMonthly.astro | 7 +++ src/components/InteractiveSeed.astro | 75 ------------------------ 2 files changed, 7 insertions(+), 75 deletions(-) delete mode 100644 src/components/InteractiveSeed.astro diff --git a/src/components/CollaboratorMonthly.astro b/src/components/CollaboratorMonthly.astro index 4f0f505..1fdb1df 100644 --- a/src/components/CollaboratorMonthly.astro +++ b/src/components/CollaboratorMonthly.astro @@ -1,5 +1,12 @@ --- const donationLinks = [ + { + name: 'Gesto Solidario', + amount: 'CLP 1.000 a CLP 4.000', + description: 'Un peque帽o gesto que tambi茅n ayuda a sembrar esperanza.', + emoji: '馃', + href: 'https://app.reveniu.com/checkout-custom-link/tDRHQvX1T0JL1gdx8A7S0mM4RFqV25AR', + }, { name: 'Semilla Solidaria', amount: '$5.000', diff --git a/src/components/InteractiveSeed.astro b/src/components/InteractiveSeed.astro deleted file mode 100644 index 6373421..0000000 --- a/src/components/InteractiveSeed.astro +++ /dev/null @@ -1,75 +0,0 @@ -
-
- - \ No newline at end of file