Skip to content

Commit

Permalink
tweak subhead text on sendme page
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Dec 21, 2023
1 parent a8520a9 commit 493e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SendmePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function SendmePage() {
<div className='max-w-5xl mx-auto text-center mt-20'>
<p className='text-lg text-zinc-500 font-koulen'>New to send files? Try</p>
<h1 className='text-5xl lg:text-7xl font-koulen'>Sendme</h1>
<p className='text-lg text-zinc-500'>Unlimited file size. Free. No account required.</p>
<p className='text-lg text-zinc-500'>Free. No account required.</p>
</div>
<Image src="/img/sendme/sendme_hero_1.svg" alt='one computer sending files to another computer through a pipe' width='1600' height='900' className='md:-mt-20' />

Expand Down

0 comments on commit 493e80a

Please sign in to comment.