mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
add about page
This commit is contained in:
parent
686f065d3c
commit
7084d4d0aa
26
src/app/about/page.tsx
Normal file
26
src/app/about/page.tsx
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
export default async function About() {
|
||||||
|
return (
|
||||||
|
<div className="p-10">
|
||||||
|
<h1 className="mt-3 font-bold text-lg md:text-3xl">
|
||||||
|
About us
|
||||||
|
</h1>
|
||||||
|
<p className="p-5">
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
<p className="p-5">
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
<p className="p-5">
|
||||||
|
Let's build the future, together.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user