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() {