diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..a9ef962 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,26 @@ +export default async function About() { + return ( +
+

+ About us +

+

+ 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 ideas with the resources they need to thrive. + Through B2D Ventures, we foster a community where investors and innovators come together + to transform concepts into impactful, real-world solutions. +

+

+ At B2D Ventures, we believe in the power of collaboration. Whether you're an investor + looking to support the next big idea or a founder aiming to bring your vision to life, + our platform offers the tools and connections to make it happen. + + Join us on a journey to reshape industries, drive positive change, and make a lasting impact. +

+

+ Let's build the future, together. +

+
+ ) +} \ No newline at end of file