import { Link } from 'react-router-dom' import React from 'react' //import frame from '../../../../assets/images/about-frame.png' import frame from '../../../../assets/images/use-case-side-main.png'; //about-frame.png' import screen from '../../../../assets/images/use-case-side-extra.png'; //about-screen.png' import img1 from '../../../../assets/images/download.png' import img2 from '../../../../assets/images/followers.png' import img3 from '../../../../assets/images/reviews.png' import img4 from '../../../../assets/images/countries.png' const Main = ({ video, dark }) => { return ( <>
image
image

Motivate & Organize
Rewards

With a planned reward, the parent can introduce the family to earning and start financial education early.

  • Goals Completed

    Motivate with rewards for goals completed, passing the exam, finishing chores, and learning new skills.

  • Connect Family

    It takes a village to raise a kid and share good news and encouragement from the more prominent family. Connect family to the achievements to boost encouragement.

  • Find any Task

    Make more, connect to the marketplace, and earn from appropriate tasks.

) } export default Main