@@ -17,15 +17,15 @@ const supportTypes = [
1717 features: [
1818 " $20 funds one rangatahi for a 2-hour session" ,
1919 " $800 supports one rangatahi for a full year" ,
20- " $10 ,000 funds an entire session location for a year" ,
20+ " $12 ,000 funds an entire session location for a year" ,
2121 " One-off or recurring monthly donations" ,
2222 " Tax-deductible charitable giving receipts" ,
2323 ],
2424 icon: " heroicons:heart" ,
2525 cta: {
26- type: " button " ,
26+ type: " link " ,
2727 text: " Make a Kōha" ,
28- onclick: " demo.showModal() " ,
28+ onclick: " https://donate.tuhuratech.org.nz " ,
2929 },
3030 },
3131 {
@@ -91,14 +91,14 @@ const donationImpact = [
9191---
9292
9393<Layout
94- title =" Support Us | Tautoko "
94+ title =" Support Us"
9595 description =" Support Tūhura Tech and help grow our impact providing free technology education for rangatahi across Aotearoa."
9696>
9797 <section class =" pt-20 pb-16 md:pt-28 md:pb-24" >
9898 <div class =" container-custom" >
9999 <div class =" mx-auto max-w-4xl text-center" >
100100 <h1 class =" mb-6 text-4xl leading-tight font-bold md:text-5xl" >
101- <span class =" gradient-text" >Tautoko ( Support Us) </span >
101+ <span class =" gradient-text" >Support Us</span >
102102 </h1 >
103103 <p class =" text-xl leading-relaxed text-gray-600 md:text-2xl" >
104104 Join our mission to empower the next generation of rangatahi through
@@ -172,7 +172,7 @@ const donationImpact = [
172172 <div class =" container-custom" >
173173 <div class =" mx-auto mb-16 max-w-4xl text-center" >
174174 <h2 class =" mb-6 text-3xl font-bold md:text-4xl" >
175- Ways to Tautoko ( Support)
175+ Ways to Support
176176 </h2 >
177177 <p class =" text-xl leading-relaxed text-gray-600 md:text-2xl" >
178178 Choose the way that works best for you to help create opportunities
@@ -186,13 +186,7 @@ const donationImpact = [
186186 description: type .description ,
187187 icon: type .icon ,
188188 features: type .features ,
189- ... (type .cta .type === " link" && { href: type .cta .href }),
190- ... (type .cta .type === " button" && {
191- button: {
192- text: type .cta .text ,
193- onclick: type .cta .onclick ,
194- },
195- }),
189+ cta: type .cta
196190 }))}
197191 columns =" 3"
198192 />
0 commit comments