about page copy

This commit is contained in:
Brian Hackett 2025-02-19 08:57:49 -08:00
parent c52ae1f9da
commit b616ac673b

View File

@ -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 were 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 youre seeing, as long as it has a clear explanation
new problems to using the sidebar menu. and the problem isnt too complicated (AIs arent magic). If its 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>