import React from 'react'; import Image from 'next/image'; import cardImg from '../assets/images/home/wrench-card-only.png' import wrenchAgent from '../assets/images/home/wrench-agent.png' // import bg from '../assets/images/background-bg.jpg' function AfterHero() { return ( <>

{/* We bring everything
that's required to build apps */} Set Chores, Set Goals

Reward Accomplishments

On WrenchBoard, set goals, tasks, or anything else that motivates or needs to be done, and reward completion. WrenchBoard is the platform for planning rewards, engaging, and connecting with family.

Assign Faster with
wrenchAgent

Ask our ❛❛wrenchAgent❜❜ Generative AI to assist

); } export default AfterHero;