@@ -14,32 +14,28 @@ import { SectionHeader } from '@/components/layout/section-header';
14
14
15
15
<Cards >
16
16
<SecondaryCard
17
- className = " group"
18
- icon = { <Clarinet className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
17
+ icon = { <Clarinet />}
19
18
href = " /stacks/clarinet/quickstart"
20
19
title = " Create your first smart contract"
21
20
description = " Build a simple counter contract using Clarinet."
22
21
tag = ' Clarinet'
23
22
/>
24
23
<SecondaryCard
25
- className = " group"
26
- icon = { <Blockchain className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
24
+ icon = { <Blockchain />}
27
25
href = " /stacks/clarinet-js-sdk/quickstart"
28
26
title = " Write unit tests for your smart contracts"
29
27
description = " Learn how run unit tests with Clarinet JS SDK."
30
28
tag = ' Clarinet JS SDK'
31
29
/>
32
30
<SecondaryCard
33
- className = " group"
34
- icon = { <Js className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
31
+ icon = { <Js />}
35
32
href = " /stacks/stacks.js/quickstart"
36
33
title = " Make a contract call with Stacks.js"
37
34
description = " Learn how to integrate smart contracts into your app."
38
35
tag = ' Stacks.js'
39
36
/>
40
37
<SecondaryCard
41
- className = " group"
42
- icon = { <Database className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
38
+ icon = { <Database />}
43
39
href = " /stacks/chainhook/quickstart"
44
40
title = " Stream custom blockchain events"
45
41
description = " Use Chainhook to filter & stream for contract deployments."
@@ -57,29 +53,25 @@ import { SectionHeader } from '@/components/layout/section-header';
57
53
58
54
<Cards >
59
55
<SmallCard
60
- className = " group"
61
- icon = { <Shapes className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
56
+ icon = { <Shapes />}
62
57
href = " /guides/build-an-nft-marketplace"
63
58
title = " Build an NFT Marketplace"
64
59
description = " Learn how to create and deploy your own NFT marketplace."
65
60
/>
66
61
{ /* <SmallCard
67
- className="group"
68
- icon={<DAO className='transition-colors duration-500 ease-in-out group-hover:text-primary' />}
62
+ icon={<DAO />}
69
63
href="/stacks/clarinet"
70
64
title="Launch a Decentralized Autonomous Organization (DAO)"
71
65
description="Discover the steps to creating your own DAO."
72
66
/> */ }
73
67
<SmallCard
74
- className = " group"
75
- icon = { <Ticket className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
68
+ icon = { <Ticket />}
76
69
href = " /guides/no-loss-lottery"
77
70
title = " Create a no-loss lottery pool"
78
71
description = " Build a no-loss lottery pool that leverages stacking yield."
79
72
/>
80
73
<SmallCard
81
- className = " group"
82
- icon = { <Plant className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
74
+ icon = { <Plant />}
83
75
href = " /guides/build-a-decentralized-kickstarter"
84
76
title = " Build a decentralized Kickstarter"
85
77
description = " Learn how to create a crowdfunding app, enabling creators to fund their projects without a third party."
@@ -98,22 +90,19 @@ import { SectionHeader } from '@/components/layout/section-header';
98
90
99
91
<Cards >
100
92
<SmallCard
101
- className = " group"
102
- icon = { <BitcoinIcon className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
93
+ icon = { <BitcoinIcon />}
103
94
href = " /guides/sync-a-bitcoin-node"
104
95
title = " Sync a Bitcoin node"
105
96
description = " Set up and run a Bitcoin node to run tools like Chainhook as a service."
106
97
/>
107
98
<SmallCard
108
- className = " group"
109
- icon = { <StacksIcon className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
99
+ icon = { <StacksIcon />}
110
100
href = " /guides/sync-a-stacks-node"
111
101
title = " Sync a Stacks node"
112
102
description = " Set up and run a Stacks node to use tools like Chainhook or spin up your own API."
113
103
/>
114
104
<SmallCard
115
- className = " group"
116
- icon = { <Container className = ' transition-colors duration-500 ease-in-out group-hover:text-primary' />}
105
+ icon = { <Container />}
117
106
href = " /guides/installing-docker"
118
107
title = " Install and run Docker on your machine"
119
108
description = " Essential for running a local development with Clarinet"
0 commit comments