Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5627ad80e |
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@@ -4,11 +4,13 @@ import Image from 'next/image';
|
|||||||
|
|
||||||
//import { Link } from 'react-router-dom';
|
//import { Link } from 'react-router-dom';
|
||||||
import thumb from '../assets/images/features-thumb-11.png';
|
import thumb from '../assets/images/features-thumb-11.png';
|
||||||
|
import shapeSix from '../assets/images/shape/shape-6.png';
|
||||||
import rewardIcon from '../assets/images/home/circular-reward.png'
|
import shapeSeven from '../assets/images/shape/shape-7.png';
|
||||||
import walletIcon from '../assets/images/home/circular-wallet.png'
|
import shapeEight from '../assets/images/shape/shape-8.png';
|
||||||
import taskIcon from '../assets/images/home/circular-task.png'
|
import rewardIcon from '../assets/images/home/001-reward.png'
|
||||||
import familyIcon from '../assets/images/home/circular-family.png'
|
import walletIcon from '../assets/images/home/004-wallet.png'
|
||||||
|
import taskIcon from '../assets/images/home/002-task.png'
|
||||||
|
import familyIcon from '../assets/images/home/003-family.png'
|
||||||
|
|
||||||
function SelectFeatures({ className }) {
|
function SelectFeatures({ className }) {
|
||||||
const [tab, setTab] = useState('setting');
|
const [tab, setTab] = useState('setting');
|
||||||
@@ -114,7 +116,7 @@ function SelectFeatures({ className }) {
|
|||||||
Reward <br /> Achievement
|
Reward <br /> Achievement
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
Reward with points, badges, recognition, or money rewards with easy steps
|
Reward with points, badges, recognition, or rewards with easy steps
|
||||||
</p>
|
</p>
|
||||||
<a className="main-btn" href="/about-us">
|
<a className="main-btn" href="/about-us">
|
||||||
Learn More
|
Learn More
|
||||||
|
|||||||
Reference in New Issue
Block a user