feat: center-align website content

Update all sections for balanced, symmetrical layout.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-11-08 02:00:35 +00:00
parent 3e51198809
commit 0f86e85e2d
3 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ export function Footer() {
<div className="col-span-1 md:col-span-2"> <div className="col-span-1 md:col-span-2">
<div className="flex items-center gap-2 mb-4"> <div className="flex items-center gap-2 mb-4">
<div className="w-8 h-8 bg-primary rounded-sm" /> <div className="w-8 h-8 bg-primary rounded-sm" />
<span className="text-lg font-semibold">BCRG</span> <span className="text-lg font-semibold">BondingCurve.tech</span>
</div> </div>
<p className="text-sm text-muted-foreground leading-relaxed max-w-md"> <p className="text-sm text-muted-foreground leading-relaxed max-w-md">
The Bonding Curve Research Group is an independent research collective dedicated to advancing the The Bonding Curve Research Group is an independent research collective dedicated to advancing the

View File

@ -18,8 +18,7 @@ export function HeroSection() {
</h1> </h1>
<p className="text-xl md:text-2xl text-foreground/80 mb-8 leading-relaxed text-pretty"> <p className="text-xl md:text-2xl text-foreground/80 mb-8 leading-relaxed text-pretty">
We are a decentralized squad of engineers, researchers, and data analysts dedicated to the study, We are a squad of engineers, researchers, and data analysts dedicated to the study, development, and practical implementation of bonding curves as programmable financial primitives.
development, and practical implementation of bonding curves as programmable financial primitives.
</p> </p>
<div className="flex flex-wrap gap-4 justify-center"> <div className="flex flex-wrap gap-4 justify-center">

View File

@ -12,7 +12,7 @@ export function Navigation() {
<Link href="/" className="flex items-center gap-2"> <Link href="/" className="flex items-center gap-2">
<div className="w-8 h-8 bg-[var(--neon-cyan)] rounded-sm shadow-[0_0_20px_rgba(0,255,255,0.6)]" /> <div className="w-8 h-8 bg-[var(--neon-cyan)] rounded-sm shadow-[0_0_20px_rgba(0,255,255,0.6)]" />
<span className="text-lg font-semibold neon-glow-cyan text-[var(--neon-cyan-bright)]"> <span className="text-lg font-semibold neon-glow-cyan text-[var(--neon-cyan-bright)]">
BondingCurve.Tech BondingCurve.tech
</span> </span>
</Link> </Link>