@@ -9,8 +9,8 @@ features.
99Bootstrap your project with our framework-specific templates and start building
1010privacy-first applications.
1111
12- <QuickStartGrid >
13- <QuickStartCard
12+ <CardGrid >
13+ <ProjectCard
1414 title="Next.js Starter"
1515 description="Full-featured Next.js template with iExec integration, TypeScript support, and example implementations."
1616 icon="logos: nextjs-icon "
@@ -21,7 +21,7 @@ privacy-first applications.
2121 buttonHref="https://github.com/iExecBlockchainComputing/iexec-nextjs-starter "
2222 />
2323
24- <QuickStartCard
24+ <ProjectCard
2525 title="React Starter"
2626 description="React application template with hooks, components, and utilities for seamless iExec integration."
2727 icon="logos: react "
@@ -32,7 +32,7 @@ privacy-first applications.
3232 buttonDisabled
3333 />
3434
35- <QuickStartCard
35+ <ProjectCard
3636 title="Vue.js Starter"
3737 description="Vue 3 Composition API template with TypeScript and optimized build configuration for iExec apps."
3838 icon="logos: vue "
@@ -42,15 +42,15 @@ privacy-first applications.
4242 buttonIcon="mdi: github "
4343 buttonDisabled
4444 />
45- </QuickStartGrid >
45+ </CardGrid >
4646
4747## Interactive Sandboxes
4848
4949Explore and experiment with iExec features directly in your browser. Perfect for
5050learning and prototyping.
5151
52- <QuickStartGrid >
53- <QuickStartCard
52+ <CardGrid >
53+ <ProjectCard
5454 title="DataProtector Core"
5555 description="Essential data protection features including encryption, access control, and secure storage."
5656 icon="mdi: shield-lock "
@@ -61,7 +61,7 @@ learning and prototyping.
6161 buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sandbox/main "
6262 />
6363
64- <QuickStartCard
64+ <ProjectCard
6565 title="DataProtector Sharing"
6666 description="Advanced data sharing capabilities with granular permissions and monetization features."
6767 icon="mdi: share-variant "
@@ -72,7 +72,7 @@ learning and prototyping.
7272 buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/dataprotector-sharing-sandbox/main "
7373 />
7474
75- <QuickStartCard
75+ <ProjectCard
7676 title="Web3 Telegram"
7777 description="Privacy-preserving Telegram messaging integration with user consent management."
7878 icon="mdi: message-lock "
@@ -83,7 +83,7 @@ learning and prototyping.
8383 buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/web3-telegram-sandbox/main "
8484 />
8585
86- <QuickStartCard
86+ <ProjectCard
8787 title="Web3 Mail"
8888 description="Secure email communication for Web3 users without revealing personal email addresses."
8989 icon="mdi: email-lock "
@@ -94,7 +94,7 @@ learning and prototyping.
9494 buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/web3mail-sandbox/main "
9595 />
9696
97- <QuickStartCard
97+ <ProjectCard
9898 title="Oracle Factory"
9999 description="Create and deploy custom oracles for bringing off-chain data into your Web3 applications."
100100 icon="mdi: database-cog "
@@ -104,7 +104,7 @@ learning and prototyping.
104104 buttonIcon="mdi: code-braces "
105105 buttonHref="https://codesandbox.io/p/github/iExecBlockchainComputing/oracle-factory-sandbox/ "
106106 />
107- </QuickStartGrid >
107+ </CardGrid >
108108
109109## Next Steps
110110
@@ -117,6 +117,6 @@ After exploring our starters and sandboxes:
1171174 . ** Deploy** : Use our deployment guides for production-ready applications
118118
119119<script setup >
120- import QuickStartGrid from ' ../components/QuickStartGrid .vue' ;
121- import QuickStartCard from ' ../components/QuickStartCard .vue' ;
120+ import CardGrid from ' ../components/CardGrid .vue' ;
121+ import ProjectCard from ' ../components/ProjectCard .vue' ;
122122</script >
0 commit comments