Quickstart
Authentication
Payments
Emails
Design
Analytics
Support
Components
Hero
Usage
Copy
---
import { Hero } from '~/components';
---
<Hero />
Copy
---
import { Hero } from '~/components';
---
<Hero />
Copy
import { Hero } from '~/components';
export default async function Page() {
return (
<Hero />
);
}
Content
All of the content is found the component itself.
Assistant
Responses are generated using AI and may contain mistakes.