@@ -72,10 +72,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
7272
7373 < div className = 'col-span-12' >
7474 < div className = 'relative flex w-max flex-col space-y-2 sm:flex-row sm:space-x-4 sm:space-y-0' >
75- < ButtonLink
76- href = 'https://fairhub.io'
77- variant = 'primary'
78- >
75+ < ButtonLink href = 'https://fairhub.io' variant = 'primary' >
7976 Access our data
8077 </ ButtonLink >
8178 < ButtonLink
@@ -187,18 +184,18 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
187184 < div className = 'mx-auto flex max-w-screen-xl flex-col-reverse items-center gap-16 px-8 md:flex-col' >
188185 < div className = 'mt-8 grid grid-cols-1 gap-4 md:grid-cols-3' >
189186 < ImageWithCredit
190- src = 'https://ucarecdn.com/b6105868-0deb-49d6-bb1e-7f309654f5eb/-/quality/smart_retina/-/format/auto/-/progressive/yes/ '
187+ src = 'https://cdn.aireadi.org/website/UAB-Landscape.jpg '
191188 alt = 'Photo of the UAB Callahan Eye Hospital'
192189 author = 'UAB Media Department'
193190 />
194191
195192 < ImageWithCredit
196- src = 'https://ucarecdn.com/3b4fea21-2260-41fd-b297-cef11c1554fd/-/crop/1142x762/0,0/-/preview/3000x3000/-/quality/smart_retina/-/format/auto/-/progressive/yes/ '
193+ src = 'https://cdn.aireadi.org/website/UCSD-Landscape.jpg '
197194 alt = 'Photo of the UCSD Medical Center'
198195 author = 'Board of Regents of the University of California'
199196 />
200197 < ImageWithCredit
201- src = 'https://ucarecdn.com/1ce55225-2e61-4734-a6a3-e19c5a95549b/-/crop/5625x3750/0,0/-/preview/3000x3000/-/quality/smart_retina/-/format/auto/-/progressive/yes/ '
198+ src = 'https://cdn.aireadi.org/website/UW-Landscape.jpg '
202199 alt = 'Photo of the UW Medicine building'
203200 author = 'Clare McLean/UW Medicine'
204201 />
@@ -249,7 +246,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
249246 className = 'total-participants'
250247 >
251248 < span className = 'block text-xl font-bold' > Goal</ span >
252- < span className = 'text-[16px] max-md:max-w-[130px] max-w-[180px] font-normal ' >
249+ < span className = 'max-w-[180px] text-[16px] font-normal max-md:max-w-[130px]' >
253250 data collection from 4,000 participants
254251 </ span >
255252 </ motion . div >
@@ -258,7 +255,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
258255 className = 'completed-consent-text'
259256 >
260257 < span className = 'block text-xl font-bold' > 4,920+</ span >
261- < span className = 'text-[16px] max-md:max-w-[130px] max-w-[180px] font-normal ' >
258+ < span className = 'max-w-[180px] text-[16px] font-normal max-md:max-w-[130px]' >
262259 participants completed the consent process
263260 </ span >
264261 </ motion . div >
@@ -272,7 +269,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
272269 className = 'completed-study-text'
273270 >
274271 < span className = 'block text-xl font-bold' > 3,140+</ span >
275- < span className = 'text-[16px] max-md:max-w-[140px] max-w-[180px] font-normal ' >
272+ < span className = 'max-w-[180px] text-[16px] font-normal max-md:max-w-[140px]' >
276273 participants completed in-person study visit
277274 </ span >
278275 </ motion . div >
@@ -300,10 +297,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
300297 </ p >
301298
302299 < div className = 'flex items-center space-x-2' >
303- < ButtonLink
304- href = 'https://fairhub.io'
305- variant = 'primary'
306- >
300+ < ButtonLink href = 'https://fairhub.io' variant = 'primary' >
307301 Access our data
308302 </ ButtonLink >
309303
@@ -315,14 +309,14 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
315309 < div className = 'mt-8 grid grid-cols-2 gap-4' >
316310 < div className = 'flex items-start' >
317311 < ImageWithCredit
318- src = 'https://ucarecdn.com/678e126d-febe-4db4-887e-ae7e6733f99f/-/crop/3283x4359/2388,0/-/preview/3000x3000/-/quality/smart_retina/-/format/auto/-/progressive/yes/ '
312+ src = 'https://cdn.aireadi.org/website/hypeChata.jpeg '
319313 alt = ''
320314 author = 'UAB Media Department'
321315 />
322316 </ div >
323317 < div className = 'mt-4 w-full rounded-lg lg:mt-10' >
324318 < ImageWithCredit
325- src = 'https://ucarecdn.com/4825d169-5780-4191-a6cb-277bd40b1725/-/crop/4187x5504/630,0/-/preview/3000x3000/-/quality/smart_retina/-/format/auto/-/progressive/yes/ '
319+ src = 'https://cdn.aireadi.org/website/yprotp.jpeg '
326320 alt = ''
327321 author = 'UAB Media Department'
328322 />
0 commit comments