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="bg-[#d6d6d6] px-6 sm:px-8 py-6 sm:py-8">
|
||||||
<div className="h-px w-24 bg-black/20" />
|
<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">
|
<h2 className="mt-4 [font-family:'Merriweather',Helvetica] font-bold text-black text-2xl sm:text-3xl">
|
||||||
Apple foraging
|
Apple foraging video
|
||||||
</h2>
|
</h2>
|
||||||
<div className="mt-6 overflow-hidden rounded-[7px] bg-black">
|
<div className="mt-6 overflow-hidden rounded-[7px] bg-black">
|
||||||
<video
|
<video
|
||||||
|
|
|
||||||
|
|
@ -132,11 +132,6 @@ export const SupportUs = (): JSX.Element => {
|
||||||
</li>
|
</li>
|
||||||
<li>Poo picking the fields</li>
|
<li>Poo picking the fields</li>
|
||||||
</ul>
|
</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>
|
||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -161,8 +156,14 @@ export const SupportUs = (): JSX.Element => {
|
||||||
How can I apply?
|
How can I apply?
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mt-3 [font-family:'Public_Sans',Helvetica] font-semibold text-black text-base sm:text-lg leading-[1.6]">
|
<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
|
You can contact us via email or phone by{" "}
|
||||||
clicking here.
|
<a
|
||||||
|
className="underline"
|
||||||
|
href="/contact"
|
||||||
|
>
|
||||||
|
clicking here
|
||||||
|
</a>
|
||||||
|
.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue