We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c78fd3 commit 1c4417cCopy full SHA for 1c4417c
app/docs/getting-started/page.tsx
@@ -1,3 +1,4 @@
1
+import { Metadata } from "next";
2
import Link from "next/link";
3
4
import { Download } from "lucide-react";
@@ -13,6 +14,12 @@ import {
13
14
15
import CopyCommandButton from "../../docs/components/copy-command-button";
16
17
+export const metadata: Metadata = {
18
+ title: "Getting Started",
19
+ description:
20
+ "Welcome to 8bitcn/ui! This guide will help you set up and start using our retro-styled components in your project.",
21
+};
22
+
23
export default function GettingStartedPage() {
24
return (
25
<div className="container mx-auto px-4 py-8 max-w-4xl">
0 commit comments