From 3e5119880974125b2b3c894f4ed87b3af25564f1 Mon Sep 17 00:00:00 2001 From: v0 Date: Sat, 8 Nov 2025 01:56:03 +0000 Subject: [PATCH] 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> --- components/about-section.tsx | 6 +++--- components/hero-section.tsx | 9 ++++----- components/library-section.tsx | 10 +++++----- components/open-source-section.tsx | 16 ++++++++-------- components/research-section.tsx | 10 +++++----- 5 files changed, 25 insertions(+), 26 deletions(-) diff --git a/components/about-section.tsx b/components/about-section.tsx index 108421e..51f6248 100644 --- a/components/about-section.tsx +++ b/components/about-section.tsx @@ -33,7 +33,7 @@ export function AboutSection() {
-
+

About the BCRG

@@ -44,13 +44,13 @@ export function AboutSection() {

-
+
{values.map((value, index) => ( -
+
diff --git a/components/hero-section.tsx b/components/hero-section.tsx index cef57e9..d092872 100644 --- a/components/hero-section.tsx +++ b/components/hero-section.tsx @@ -12,18 +12,17 @@ export function HeroSection() { />
-
- - +

Bonding Curve Research Group

- 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 decentralized squad of engineers, researchers, and data analysts dedicated to the study, + development, and practical implementation of bonding curves as programmable financial primitives.

-
+
- -
+ +

Join Our Community

diff --git a/components/research-section.tsx b/components/research-section.tsx index 25946e2..30a6b1f 100644 --- a/components/research-section.tsx +++ b/components/research-section.tsx @@ -37,7 +37,7 @@ export function ResearchSection() { />

-
+

Research & Publications

@@ -47,17 +47,17 @@ export function ResearchSection() {

-
+
{publications.map((pub, index) => ( -
+

{pub.title}

{pub.description}

-
+
{pub.date}
@@ -65,7 +65,7 @@ export function ResearchSection() {