Skip to content

Commit

Permalink
Adopt -> Join
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 5, 2024
1 parent bab5342 commit 1aee672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/companies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Button from '../components/Button.astro';
import CarouselCard from '../components/CarouselCard';
const seoMetaData = {
description: 'Read the announcements from companies that have adopted Fair Source.',
description: 'Read the announcements from companies that have joined Fair Source.',
slug: 'companies/'
};
---
Expand All @@ -17,7 +17,7 @@ const seoMetaData = {
<div class="container w-12/12 lg:w-8/12 text-center lg:pt-[12.19rem] z-10">
<h1>Fair Source Companies</h1>
<p class="mb-[1.5rem] text-[1.75rem] text-black font-[500] leading-[130%] tracking-[-0.035rem]">
Read in their own words what companies have to say about adopting Fair Source.
Read in their own words what companies have to say about joining Fair Source.
</p>
<div class="flex flex-wrap flex-col md:flex-row w-12/12 mb-[11.44rem] gap-[1rem] justify-center">
<Button url="/join" type="primary" cta="Join Fair Source"></Button>
Expand Down

0 comments on commit 1aee672

Please sign in to comment.