"use client" import React, { useState } from 'react'; //import { Link } from 'react-router-dom'; import thumb from '../assets/images/features-thumb-11.png'; import shapeSix from '../assets/images/shape/shape-6.png'; import shapeSeven from '../assets/images/shape/shape-7.png'; import shapeEight from '../assets/images/shape/shape-8.png'; import Image from 'next/image'; function SelectFeatures({ className }) { const [tab, setTab] = useState('setting'); const handleClick = (e, value) => { e.preventDefault(); setTab(value); }; //appie-services-2-area appie-services-8-area pt-90 pb-55 return (
{/*Reward Achievement*/}

Reward
Achievement

Reward with points, badges, recognition, or money rewards with easy steps

Learn More
{/*Reward Achievement ee*/}

Assign
tasks or chores

Adapt to your family's needs with the flexibility of using one-time or repeated tasks or chores with the option to find any task.

Learn More
{/*Custom Reacyions 77*/}

Family
engagement

Connect with education challenges, such as quizzes or learning tasks, and private chats, and invite others to your family.

Learn More
{/*Reward Achievement*/}

Fund
wallets

Take control and feel secure by creating a virtual or physical card, allocating funds, and managing wallets for your kids. .

Learn More
{/*
*/} {/* */} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/* */} {/*
*/}
); } export default SelectFeatures;