mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
wip: lander updates
This commit is contained in:
parent
fba0aad2f8
commit
e9d3e240c2
5 changed files with 34 additions and 14 deletions
|
|
@ -25,11 +25,8 @@ export function EmailSignup() {
|
|||
const submission = useSubmission(emailSignup)
|
||||
return (
|
||||
<section data-component="email">
|
||||
<div data-slot="dock">
|
||||
<img src={dock} alt="" />
|
||||
</div>
|
||||
<div data-slot="section-title">
|
||||
<h3>OpenCode will be available on desktop soon</h3>
|
||||
<h3>Be the first to know when we release new products</h3>
|
||||
<p>Join the waitlist for early access.</p>
|
||||
</div>
|
||||
<form data-slot="form" action={emailSignup} method="post">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue