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

Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform to plan rewards , engage and connect with family.

Assign Faster with
wrenchAgent

Ask our ❛❛wrenchAgent❜❜ Generative AI to assist

); } export default AfterHero;