Skip to content

Commit 56451a5

Browse files
committed
fix examples
1 parent cc8f1dd commit 56451a5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/examples/page.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const examples: Example[] = [
3232
{
3333
id: 'shebam',
3434
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.",
3637
icon: FiCreditCard,
3738
url: 'https://shebam.w3hc.org/',
3839
color: brandColors.primary,
@@ -41,15 +42,15 @@ const examples: Example[] = [
4142
id: 'affix',
4243
title: 'Affix',
4344
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.',
4546
icon: FiFileText,
4647
url: 'http://affix.w3hc.org/',
4748
color: '#f59e0b',
4849
},
4950
{
5051
id: 'pixel',
5152
title: '像素众创',
52-
description: 'Xiangsu Zhongchuang (XSZC) is a Collective pixel artwork.',
53+
description: 'Xiangsu Zhongchuang (XSZC) is a collective artwork. Give it a try!',
5354
icon: FiImage,
5455
url: 'https://pixel.w3hc.org/',
5556
color: '#ec4899',

0 commit comments

Comments
 (0)