home tast
This commit is contained in:
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 |
@@ -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.',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user