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