cleaning up UI

This commit is contained in:
2025-12-03 06:11:06 -05:00
parent 4b823f49cf
commit d9f6ef6ead
74 changed files with 1352 additions and 255 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ export default function HomePage() {
<main className="min-h-screen bg-black text-zinc-50 flex items-center justify-center px-4">
<div className="max-w-xl text-center">
<p className="text-xs font-semibold tracking-[0.2em] uppercase text-zinc-500">
Shadow Standard
Shadow Standard Co.
</p>
<h1 className="mt-2 text-3xl md:text-4xl font-semibold tracking-tight">
Gunbuilder Prototype
The Build Bench
</h1>
<p className="mt-3 text-sm md:text-base text-zinc-400">
This is a minimal Next.js + Tailwind prototype of the Gunbuilder
@@ -20,7 +20,7 @@ export default function HomePage() {
href="/gunbuilder"
className="inline-flex items-center justify-center rounded-md border border-amber-400/70 bg-amber-400/10 px-4 py-2 text-sm font-medium text-amber-200 hover:bg-amber-400/15"
>
Open Gunbuilder
Open The Build Bench
</Link>
</div>
</div>