diff --git a/public/images/pages/nft/btc-stx.png b/public/images/pages/nft/btc-stx.png new file mode 100644 index 00000000..3a38788d Binary files /dev/null and b/public/images/pages/nft/btc-stx.png differ diff --git a/public/images/pages/nft/nft.png b/public/images/pages/nft/nft.png new file mode 100644 index 00000000..0116fc1d Binary files /dev/null and b/public/images/pages/nft/nft.png differ diff --git a/public/images/pages/nft/token.png b/public/images/pages/nft/token.png new file mode 100644 index 00000000..4e1c305d Binary files /dev/null and b/public/images/pages/nft/token.png differ diff --git a/src/pages/understand-stacks/bitcoin.md b/src/pages/understand-stacks/bitcoin.md index 00f17f7d..8be3ed74 100644 --- a/src/pages/understand-stacks/bitcoin.md +++ b/src/pages/understand-stacks/bitcoin.md @@ -3,8 +3,8 @@ title: Stacks and Bitcoin description: Learn more about the relationship between Stacks and Bitcoin icon: TestnetIcon images: - large: /images/pages/hello-world.svg - sm: /images/pages/hello-world-sm.svg + large: /images/pages/nft/btc-stx.png + sm: /images/pages/nft/btc-stx.png --- ![What you'll be learn about on this page](https://picsum.photos/600/400) diff --git a/src/pages/write-smart-contracts/my-own-nft.md b/src/pages/write-smart-contracts/my-own-nft.md index f8e054fb..e32bfbde 100644 --- a/src/pages/write-smart-contracts/my-own-nft.md +++ b/src/pages/write-smart-contracts/my-own-nft.md @@ -7,8 +7,8 @@ tags: - tutorial icon: TestnetIcon images: - large: /images/pages/hello-world.svg - sm: /images/pages/hello-world-sm.svg + large: /images/pages/nft/nft.png + sm: /images/pages/nft/nft.png --- ![What you'll build in this tutorial](/images/pages/nft/nft-preview.png) diff --git a/src/pages/write-smart-contracts/tokens.md b/src/pages/write-smart-contracts/tokens.md index 74c8f6a0..dbe0b4ee 100644 --- a/src/pages/write-smart-contracts/tokens.md +++ b/src/pages/write-smart-contracts/tokens.md @@ -3,8 +3,8 @@ title: Tokens description: Learn about token support within Clarity icon: TestnetIcon images: - large: /images/pages/hello-world.svg - sm: /images/pages/hello-world-sm.svg + large: /images/pages/nft/token.png + sm: /images/pages/nft/token.png --- ## Introduction