style(docs): update homepage branding

This commit is contained in:
Maofeng
2026-09-20 16:44:27 +08:00
parent eebf29c3d5
commit 02df33ce6b
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>my-shadcn-ui Documentation</title>
<title>Simple React App Kit Documentation</title>
</head>
<body>
<div id="root"></div>
+13 -2
View File
@@ -10,9 +10,20 @@ export default function IndexPage() {
return (
<>
<Container className="flex items-center justify-between gap-4 pt-8 pb-10 sm:pt-12 sm:pb-14 lg:pb-16">
<h1 className="min-w-0 text-2xl font-semibold capitalize sm:text-3xl">
my-shadcn-ui
<h1 className="min-w-0 text-2xl font-semibold sm:text-3xl">
<span>S</span>
<span className="text-slate-300 dark:text-slate-400">imple</span>
<span>&nbsp;</span>
<span>R</span>
<span className="text-slate-300 dark:text-slate-400">eact</span>
<span>&nbsp;</span>
<span>A</span>
<span className="text-slate-300 dark:text-slate-400">pp</span>
<span>&nbsp;</span>
<span>K</span>
<span className="text-slate-300 dark:text-slate-400">it</span>
</h1>
<span className="text-xs align-bottom">alpha</span>
<Actions className="ml-auto" />
</Container>
<Container