Skip to content

Commit

Permalink
Merge pull request #905 from AZBL/AZBL/875-fix-and-hyperlink-pa-horti…
Browse files Browse the repository at this point in the history
…cultural-society-on-homepage

Azbl/875 Fix and hyperlink PA horticultural society on homepage.
  • Loading branch information
nlebovits authored Sep 24, 2024
2 parents 149a4de + 7f17068 commit 66b8ceb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/app/(content-pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,22 @@ const LandingPage: FC = () => {
text: 'Community groups and organizations are taking action.',
}}
body={{
text: 'Community groups have been cleaning up lots in their own neighborhoods for decades. Large organizations like the Pennsylvania Horticulture Society have cleaned, greened and now maintain thousands of lots. Their efforts have been instrumental in proving this approach works.',
text: (
<>
Community groups have been cleaning up lots in their own
neighborhoods for decades. Large organizations like the{' '}
<a
target="_blank"
rel="noopener noreferrer nofollow"
href="https://phsonline.org/"
className="default"
>
Pennsylvania Horticultural Society
</a>{' '}
have cleaned, greened and now maintain thousands of lots. Their
efforts have been instrumental in proving this approach works.
</>
),
}}
image={{
data: imageCleaning,
Expand Down

0 comments on commit 66b8ceb

Please sign in to comment.