home tast

This commit is contained in:
CHIEFSOFT\ameye
2023-09-01 21:48:42 -04:00
parent cb26c9361f
commit ad2b213230
4 changed files with 5 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

+5 -5
View File
@@ -1,8 +1,8 @@
import React from 'react';
import IconOne from '../../assets/images/icon/usericon.png';
import IconTwo from '../../assets/images/icon/Findtaskicon.png';
import IconThree from '../../assets/images/icon/taskicon.png';
import IconFour from '../../assets/images/icon/walleticon.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';
function ServiceItem({ icon, title, description, index }) {
return (
@@ -27,7 +27,7 @@ function ServicesHomeOne({ className }) {
{
icon: IconTwo,
title: 'Find Task',
description: 'Build a Self-Portfolio with sole purpose to Cash-Out.',
description: 'Suggest or find what you want to get rewarded for.',
},
{
icon: IconThree,
@@ -36,7 +36,7 @@ function ServicesHomeOne({ className }) {
},
{
icon: IconFour,
title: 'Get Paid',
title: 'Reward',
description: 'Start Boosting your Income by earning Cash for your Time and Skills.',
},
];