Skip to content

Commit

Permalink
Update tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
Telofy committed Feb 25, 2024
1 parent 3f0ac23 commit e956376
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions components/welcome/heroText.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Tooltip } from '@/lib/mantine'

import { buttonClasses } from '../button'
import { ButtonLink } from '../buttonLink'

export function HeroText() {
Expand All @@ -16,32 +15,23 @@ export function HeroText() {

<div className="my-8 mx-auto text-lg text-center prose">
<p>
The{' '}
<Tooltip label="Yelp … publishes crowd-sourced reviews about businesses. —Wikipedia">
<span className="hint">Yelp</span>
<Tooltip label="AngelList allows newbie angel investors to follow seasoned angel investors">
<span className="hint">AngelList</span>
</Tooltip>{' '}
for charities: Find or{' '}
<span className="text-highlight">promote</span> the best AI safety
projects.
<br />
<span className="text-highlight">
Regrant $700,000 from almost 50 donors.
</span>
for philanthropy: Follow expert grantmakers with your donations.
</p>
</div>

<div className="inline-flex flex-wrap gap-1 justify-center">
<ButtonLink href="/projects" variant="highlight">
Explore the projects
</ButtonLink>
<a
href="https://airtable.com/shr1eRlbcr43os6SX"
className={buttonClasses({ variant: 'primary' })}
target="_blank"
rel="noreferrer"
<ButtonLink
className="mr-2"
href="https://impactmarkets.substack.com/"
>
Proclaim your interest
</a>
Read the blog
</ButtonLink>
</div>
</div>
</div>
Expand Down

0 comments on commit e956376

Please sign in to comment.