Skip to content

Commit 1c4417c

Browse files
committed
feat(getting-started) add metadata
1 parent 6c78fd3 commit 1c4417c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/docs/getting-started/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Metadata } from "next";
12
import Link from "next/link";
23

34
import { Download } from "lucide-react";
@@ -13,6 +14,12 @@ import {
1314

1415
import CopyCommandButton from "../../docs/components/copy-command-button";
1516

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+
1623
export default function GettingStartedPage() {
1724
return (
1825
<div className="container mx-auto px-4 py-8 max-w-4xl">

0 commit comments

Comments
 (0)