mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
about page copy
This commit is contained in:
parent
c52ae1f9da
commit
b616ac673b
@ -54,9 +54,11 @@ function AboutPage() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p className="mb-6">
|
<p className="mb-6">
|
||||||
These are early days for Nut and it isn't very capable yet. To help with development
|
Nut.new is already pretty good at fixing problems, and we’re working to make it better.
|
||||||
we're building a public collection of problems that AIs get stuck on, which you can browse or submit
|
We want it to reliably fix anything you’re seeing, as long as it has a clear explanation
|
||||||
new problems to using the sidebar menu.
|
and the problem isn’t too complicated (AIs aren’t magic). If it’s doing poorly, let us know!
|
||||||
|
Use the UI to leave us some private feedback or save your project to our public set of problems
|
||||||
|
where AIs struggle.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -69,14 +71,15 @@ function AboutPage() {
|
|||||||
>
|
>
|
||||||
Replay.io
|
Replay.io
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
team. We'd love to hear from you! Reach us at{' '}
|
team.
|
||||||
|
We're offering unlimited free access to Nut.new for early adopters who can give us feedback
|
||||||
|
we'll use to improve Nut. Reach us at{' '}
|
||||||
<a
|
<a
|
||||||
href="mailto:hi@replay.io"
|
href="mailto:hi@replay.io"
|
||||||
className="text-bolt-elements-accent underline hover:no-underline"
|
className="text-bolt-elements-accent underline hover:no-underline"
|
||||||
>
|
>
|
||||||
hi@replay.io
|
hi@replay.io
|
||||||
</a>{' '}
|
</a>{' '} or fill out our{' '}
|
||||||
or fill out our{' '}
|
|
||||||
<a
|
<a
|
||||||
href="https://replay.io/contact"
|
href="https://replay.io/contact"
|
||||||
className="text-bolt-elements-accent underline hover:no-underline"
|
className="text-bolt-elements-accent underline hover:no-underline"
|
||||||
@ -85,7 +88,7 @@ function AboutPage() {
|
|||||||
>
|
>
|
||||||
contact form
|
contact form
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
and we'll be in touch.
|
to join our early adopter program.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user