import React from 'react'
export default function Right() {
return (
Assign Faster with
Wrench
Agent
Ask our "WrenchAgent" Generative AI to assist
Recommend 4 summer chores for a 12 years old
{list?.map((item, idx) => (
{item}
))}
)
}
const list = [
'Watering the plants and garden',
'Helping with meal preparation and cooking',
'Assisting with organizing and cleaning out a specific area of the house',
'Taking care of a pet, such as feeding, walking, and grooming'
]