diff --git a/components/AboutPage/AboutCard.tsx b/components/AboutPage/AboutCard.tsx new file mode 100644 index 0000000..cb76229 --- /dev/null +++ b/components/AboutPage/AboutCard.tsx @@ -0,0 +1,45 @@ +import React from "react"; + +interface Props { + bodyText: string; + imgURL: string; + reverse?: boolean; + titleText: string; +} + +export const AboutCard = ({ + bodyText, + imgURL, + reverse = false, + titleText, +}: Props) => { + if (!reverse) { + return ( +
{bodyText}
+{bodyText}
+{bodyText}
+{bodyText}
+{bodyText}
+{bodyText}
++ Welcome to Substratum, the premier NFT platform that brings + together artists, collectors, and investors from all around the + world. +
++ Whether you're an artist, collector, or investor, we invite you to + join the Substratum community. By joining our platform, you'll have + access to a vibrant community of like-minded individuals who share + your passion for art and NFTs. You'll also have the opportunity to + showcase your work, discover new artists, and expand your + collection. We believe that the Substratum community is one of the + strongest and most supportive in the NFT world, and we're excited to + welcome you to it. +
+