diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 502b0cc..907c04b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,9 +40,15 @@ export default function About() { return (
-

About us

- -
+
+

Invest with the best

+

+ B2DVentures Curates private investing opportunities with high-growth potential +

+

Across startups, gaming, real estate.

+
+ + {/*

Welcome to B2D Ventures! We're a dynamic platform committed to bridging the gap between visionary entrepreneurs and passionate investors. Our mission is to empower innovation by connecting groundbreaking @@ -56,15 +62,15 @@ export default function About() { lasting impact.

Let's build the future, together.

-
+
*/} -
+ {/*

Our Team

-
+
*/} {/* Card Section */} -
+ {/*
{cardData.map((card, index) => (
{card.name} @@ -74,7 +80,7 @@ export default function About() {
))} -
+
*/} ); }