diff --git a/next.config.mjs b/next.config.mjs index 6a3a214..56e1e69 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -31,6 +31,11 @@ const nextConfig = { hostname: "assets.republic.com", pathname: "/**", }, + { + protocol: "https", + hostname: "media.licdn.com", + pathname: "/**", + }, ], }, }; diff --git a/src/app/(legal)/about/founderCard.tsx b/src/app/(legal)/about/founderCard.tsx new file mode 100644 index 0000000..332a2e9 --- /dev/null +++ b/src/app/(legal)/about/founderCard.tsx @@ -0,0 +1,18 @@ +import Image from "next/image"; +interface FounderCardProps { + image: string; + name: string; + position: string; + background: string; +} + +export default function FounderCard(props: FounderCardProps) { + return ( +
{props.position}
+ {props.background} +- 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.
-{card.description}
-