builds page concept. rename project

This commit is contained in:
2025-12-05 20:14:05 -05:00
parent 2fec870302
commit bab21e4ee3
71 changed files with 1693 additions and 418 deletions
+12 -12
View File
@@ -5,27 +5,27 @@ 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 Co.
For Those Who Build With Intent.
</p>
<h1 className="mt-2 text-3xl md:text-4xl font-semibold tracking-tight">
The Build Bench
<h1
className="mt-2 text-4xl md:text-5xl font-extrabold tracking-tight
bg-gradient-to-r from-amber-400 via-amber-200 to-amber-400
text-transparent uppercase bg-clip-text drop-shadow-[0_2px_6px_rgba(255,193,7,0.25)]"
>
Battl Builder
</h1>
<p className="mt-3 text-sm md:text-base text-zinc-400">
Shadow Standards Armory Build Bench isnt a catalog its a
workbench for people who take their rifles, and their craft,
seriously. We pull live parts and pricing from the brands that matter,
lay everything out with purpose, and let you shape a rifle the same
way youd shape a hunt or a mission: one smart choice at a time. Track
your build cost, swap components on the fly, save your setup, and
share it with the crew. No noise. No gimmicks. Just clean information
and the tools to build something worth carrying.
Battl Builder is your command center for rifle builds. We surface live
parts and hard-use brands, giving you a mission-ready workbench to
design smarter, track cost, swap components, and save setups. No
fluff. Just clean, trustworthy data.
</p>
<div className="mt-6">
<Link
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 The Build Bench
Launch The Builder
</Link>
</div>
</div>