Remove quotation marks from mission statement blockquote

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Calum Muir 2026-04-30 19:43:16 +00:00
parent 1779d62650
commit 6c0ac2d3e8
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ const testimonials = [
<div style="max-width: 860px; margin: 0 auto; text-align: center;"> <div style="max-width: 860px; margin: 0 auto; text-align: center;">
<div style="width: 36px; height: 2px; background: #7DA371; margin: 0 auto 28px;" /> <div style="width: 36px; height: 2px; background: #7DA371; margin: 0 auto 28px;" />
<blockquote style="font-family: 'Merriweather', serif; font-weight: 700; font-style: italic; font-size: clamp(18px, 2.2vw, 26px); color: #F6F1E8; line-height: 1.55;"> <blockquote style="font-family: 'Merriweather', serif; font-weight: 700; font-style: italic; font-size: clamp(18px, 2.2vw, 26px); color: #F6F1E8; line-height: 1.55;">
"Our mission is to bring about meaningful and positive changes in the health and well-being of people with physical or mental disabilities through activities with our horses and ponies." Our mission is to bring about meaningful and positive changes in the health and well-being of people with physical or mental disabilities through activities with our horses and ponies.
</blockquote> </blockquote>
<div style="width: 36px; height: 2px; background: #7DA371; margin: 28px auto 0;" /> <div style="width: 36px; height: 2px; background: #7DA371; margin: 28px auto 0;" />
</div> </div>

View file

@ -189,7 +189,7 @@ const ctaCards = [
> >
<div style="width: 32px; height: 3px; background: #7DA371; margin-bottom: 14px;" /> <div style="width: 32px; height: 3px; background: #7DA371; margin-bottom: 14px;" />
<blockquote style="font-family: 'Merriweather', serif; font-weight: 700; font-style: italic; font-size: clamp(15px, 1.5vw, 18px); color: #F6F1E8; line-height: 1.55; margin: 0;"> <blockquote style="font-family: 'Merriweather', serif; font-weight: 700; font-style: italic; font-size: clamp(15px, 1.5vw, 18px); color: #F6F1E8; line-height: 1.55; margin: 0;">
"Our mission is to bring about meaningful and positive changes in the health and well-being of people with physical or mental disabilities through activities with our horses and ponies." Our mission is to bring about meaningful and positive changes in the health and well-being of people with physical or mental disabilities through activities with our horses and ponies.
</blockquote> </blockquote>
</div> </div>
</div> </div>