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:
parent
3e51198809
commit
0f86e85e2d
|
|
@ -9,7 +9,7 @@ export function Footer() {
|
|||
<div className="col-span-1 md:col-span-2">
|
||||
<div className="flex items-center gap-2 mb-4">
|
||||
<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>
|
||||
<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
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@ export function HeroSection() {
|
|||
</h1>
|
||||
|
||||
<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,
|
||||
development, and practical implementation of bonding curves as programmable financial primitives.
|
||||
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.
|
||||
</p>
|
||||
|
||||
<div className="flex flex-wrap gap-4 justify-center">
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export function Navigation() {
|
|||
<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)]" />
|
||||
<span className="text-lg font-semibold neon-glow-cyan text-[var(--neon-cyan-bright)]">
|
||||
BondingCurve.Tech
|
||||
BondingCurve.tech
|
||||
</span>
|
||||
</Link>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue