Update support and about copy
This commit is contained in:
parent
ed74e8e940
commit
c099f4f885
2 changed files with 9 additions and 8 deletions
|
|
@ -310,7 +310,7 @@ export const About = (): JSX.Element => {
|
|||
<div className="bg-[#d6d6d6] px-6 sm:px-8 py-6 sm:py-8">
|
||||
<div className="h-px w-24 bg-black/20" />
|
||||
<h2 className="mt-4 [font-family:'Merriweather',Helvetica] font-bold text-black text-2xl sm:text-3xl">
|
||||
Apple foraging
|
||||
Apple foraging video
|
||||
</h2>
|
||||
<div className="mt-6 overflow-hidden rounded-[7px] bg-black">
|
||||
<video
|
||||
|
|
|
|||
|
|
@ -132,11 +132,6 @@ export const SupportUs = (): JSX.Element => {
|
|||
</li>
|
||||
<li>Poo picking the fields</li>
|
||||
</ul>
|
||||
<p className="mt-4 [font-family:'Public_Sans',Helvetica] font-semibold text-black text-base sm:text-lg leading-[1.6]">
|
||||
To find out more about volunteering for an
|
||||
RDA centre, download our Volunteer
|
||||
Information Pack.
|
||||
</p>
|
||||
</div>
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
|
|
@ -161,8 +156,14 @@ export const SupportUs = (): JSX.Element => {
|
|||
How can I apply?
|
||||
</h3>
|
||||
<p className="mt-3 [font-family:'Public_Sans',Helvetica] font-semibold text-black text-base sm:text-lg leading-[1.6]">
|
||||
You can contact us via email or phone by
|
||||
clicking here.
|
||||
You can contact us via email or phone by{" "}
|
||||
<a
|
||||
className="underline"
|
||||
href="/contact"
|
||||
>
|
||||
clicking here
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue