diff --git a/public/hero-placeholder.jpg b/public/hero-placeholder.jpg
new file mode 100644
index 0000000..24eed38
Binary files /dev/null and b/public/hero-placeholder.jpg differ
diff --git a/src/app/(frontend)/about-us/page.tsx b/src/app/(frontend)/about-us/page.tsx
index ef2deed..341a084 100644
--- a/src/app/(frontend)/about-us/page.tsx
+++ b/src/app/(frontend)/about-us/page.tsx
@@ -1,13 +1,17 @@
import AboutIntro from '../components/AboutIntro'
import Grid from '../components/Grid'
+import Hero from '../components/Hero'
export default function AboutUsPage() {
return (
-
Subscribers pay an annual subscription of $25.00 as a donation towards our ongoing work and their names - are listed in our printed concert programmes. - They automatically become Members of the incorporated society - and, as such, are entitled to attend General Meetings and vote.
++ Subscribers pay an annual subscription of $25.00 as a donation towards our ongoing work + and their names are listed in our printed concert programmes. They automatically become + Members of the incorporated society and, as such, are entitled to attend General Meetings + and vote. +
), linkText: 'Register', linkUrl: '', @@ -17,28 +20,35 @@ export default function SupportUsPage() { tierName: 'Supporter', descriptionContent: ( <> -Supporters donate a minimum of $75.00 and, to show our appreciation for their support:
- -+ Supporters donate a minimum of $75.00 and, to show our appreciation for + their support:{' '} +
+ +Sign up for Kora fuel cards and a few cents per litre will be donated to AYO every time you fill up at either a Mobil or Waitomo station. Kora offers cardholders a discount of 10c/litre and you can have some (or all!) of that saving donated to AYO automatically!
++ Sign up for Kora fuel cards and a few cents per litre will be donated to AYO every time + you fill up at either a Mobil or Waitomo station. Kora offers cardholders a discount of + 10c/litre and you can have some (or all!) of that saving donated to AYO automatically! +
), linkText: 'Read More', linkUrl: '', - } + }, ] return (