home items

This commit is contained in:
CHIEFSOFT\ameye
2023-09-01 22:08:38 -04:00
parent ad2b213230
commit 9bb9fecd1a
2 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

+4 -4
View File
@@ -1,5 +1,5 @@
import React from 'react';
import IconOne from '../../assets/images/icon/usericon.png';
import IconOne from '../../assets/images/icon/play.png';
import IconTwo from '../../assets/images/icon/task.png';
import IconThree from '../../assets/images/icon/target.png';
import IconFour from '../../assets/images/icon/reward.png';
@@ -22,7 +22,7 @@ function ServicesHomeOne({ className }) {
{
icon: IconOne,
title: 'Free Account',
description: 'Join WrenchBoard. Create an account for Income.',
description: 'Join WrenchBoard. Get your free account.',
},
{
icon: IconTwo,
@@ -32,12 +32,12 @@ function ServicesHomeOne({ className }) {
{
icon: IconThree,
title: 'Complete',
description: 'Organize and Manage your teams efficiently. Manage your workgroup.',
description: 'Complete task, and notify assigner with ease.',
},
{
icon: IconFour,
title: 'Reward',
description: 'Start Boosting your Income by earning Cash for your Time and Skills.',
description: 'Task completed. Find your reward.',
},
];