From dfec860e19beee99ebd1d5d475c0250f04702fd2 Mon Sep 17 00:00:00 2001 From: danilo-89 Date: Sun, 31 Mar 2024 01:53:48 +0100 Subject: [PATCH] sections extracted to its own component --- .../SectionMintBottom/SectionMintBottom.tsx | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 components/sections/SectionMint/SectionMintBottom/SectionMintBottom.tsx diff --git a/components/sections/SectionMint/SectionMintBottom/SectionMintBottom.tsx b/components/sections/SectionMint/SectionMintBottom/SectionMintBottom.tsx new file mode 100644 index 0000000..8c74b61 --- /dev/null +++ b/components/sections/SectionMint/SectionMintBottom/SectionMintBottom.tsx @@ -0,0 +1,41 @@ +import Image from 'next/image' + +// Components +import AngledContentStripe from '@/components/shared/AngledContentStripe' + +const SectionMintBottom = () => { + return ( + +
+

+ NFTs are like digital collector's items, and by + claiming them, you embrace the fusion of history and + innovation, where Julie de Graag's artistic ingenuity + meets the blockchain's immutability. +
+
+ + The{' '} + + Sitting Cats + NFT + {' '} + welcomes you to explore, own, and be a part of this + artistic adventure. + +

+
+ paw +
+
+
+ ) +} + +export default SectionMintBottom