Skip to content

Commit 972f12e

Browse files
authored
Merge pull request #80 from scientist-softserv/i73-Update-the-Hero-Image-Tag-Line
Update the Hero Image Tag Line
2 parents bf99b20 + 202169a commit 972f12e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ const Home = () => {
5050
width='100%'
5151
style={{ objectFit: 'cover' }}
5252
/>
53-
<div className='hero-text'>{`Empowering Discovery: Advanced Imaging Assays for Next-Generation Therapeutics`}</div>
53+
<div className='hero-text'>
54+
{`De-risk R&D decisions and increase the likelihood of successful, first-in-class, drug candidates`}
55+
</div>
5456
</div>
5557
<div className='container'>
5658
<SearchBar

0 commit comments

Comments
 (0)