You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/examples/page.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ const examples: Example[] = [
32
32
{
33
33
id: 'shebam',
34
34
title: 'Shebam',
35
-
description: 'A simple payment app using w3pk',
35
+
description:
36
+
"A basic payment app that's using w3pk. As a matter of fact, it's faster and cheaper than ANY existing payment system.",
36
37
icon: FiCreditCard,
37
38
url: 'https://shebam.w3hc.org/',
38
39
color: brandColors.primary,
@@ -41,15 +42,15 @@ const examples: Example[] = [
41
42
id: 'affix',
42
43
title: 'Affix',
43
44
description:
44
-
'Authenticate your documents onchain while keeping your existing workflows intact. Anyone can then instantly verify that documents are genuine and unaltered.',
45
+
'Affix your onchain seal on your documents. Anyone can then verify that they are genuine and unaltered.',
45
46
icon: FiFileText,
46
47
url: 'http://affix.w3hc.org/',
47
48
color: '#f59e0b',
48
49
},
49
50
{
50
51
id: 'pixel',
51
52
title: '像素众创',
52
-
description: 'Xiangsu Zhongchuang (XSZC) is a Collective pixel artwork.',
53
+
description: 'Xiangsu Zhongchuang (XSZC) is a collective artwork. Give it a try!',
0 commit comments