-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dd76f2
commit 9cd618a
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
clients/apps/web/src/components/Pitch/sections/OpenSource.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import { Console } from '../Console' | ||
import { Link } from '../Link' | ||
import { Section } from '../Section' | ||
|
||
export const OpenSourceSection = () => { | ||
return ( | ||
<Section | ||
header={{ index: '04', name: 'Open Source' }} | ||
title="Building in public" | ||
context={ | ||
<Console | ||
className="flex aspect-video max-w-lg flex-grow" | ||
input="$ polar-init" | ||
output="Initializing seed round..." | ||
/> | ||
} | ||
> | ||
<p> | ||
What used to be a simple way to pay for things has become a complex | ||
mess. | ||
</p> | ||
<p> | ||
Software as a Service (SaaS) has become the norm, but the underlying | ||
payment infrastructure has not evolved. | ||
</p> | ||
<Link href="/pitch/what">What we are building →</Link> | ||
</Section> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters