Skip to content

Commit 9198d80

Browse files
committed
fix: update website images
1 parent 9987013 commit 9198d80

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
lines changed

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const nextConfig = {
1313
'storage.tally.so',
1414
'images.unsplash.com',
1515
'fairdataihub.org',
16-
'ucarecdn.com',
1716
'i.imgur.com',
1817
'cdn.aireadi.org',
1918
],

src/pages/goals/capacity-building.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const EthicsModule: React.FC<ModuleMembersPageProps> = ({ TeamMembers }) => (
3838

3939
<HeroCroppedImage
4040
title='Capacity Building'
41-
image='https://ucarecdn.com/43f384e1-ec90-410f-b3b5-7d72f3eda492/'
41+
image='https://cdn.aireadi.org/website/coconsole.jpeg'
4242
tagline='Training and expanding the AI/ML-biomedical research workforce'
4343
showButtons={false}
4444
primaryButton='Learn more about the study'
@@ -71,7 +71,7 @@ const EthicsModule: React.FC<ModuleMembersPageProps> = ({ TeamMembers }) => (
7171
<div className='flex w-full items-center justify-center px-5 py-5'>
7272
<img
7373
className='rounded-lg'
74-
src='https://ucarecdn.com/b6521517-979e-4ae4-baff-69ade647a982/'
74+
src='https://cdn.aireadi.org/website/intern-bootcamp-6.jpeg'
7575
alt='mockup'
7676
/>
7777
</div>

src/pages/index.tsx

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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
/>

src/pages/scholars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const ScholarsPage: React.FC<
181181

182182
<HeroCroppedImage
183183
title='Scholars'
184-
image='https://ucarecdn.com/2b081802-f0a0-40b5-b333-b1438e89415e/'
184+
image='https://cdn.aireadi.org/website/intern-bootcamp-4.jpeg'
185185
tagline='This page is dedicated to promoting the AI-READI Scholars that are part of our internship program. Learn more about their background, interests, and opportunities they are looking for after their internship ends.'
186186
showButtons={false}
187187
primaryButton='Learn more about the study'

0 commit comments

Comments
 (0)