import { Box } from "@mui/material"; import { SectionCard } from "../SectionCard/SectionCard"; import "./AccountIQ.scss"; export const AccountIQ = () => { return ( AIQ} items={[ { title: "Automatically reconcile your transactions" }, { title: "Live wallet balances from providers" }, { title: "Gaming provider financial overviews" }, { title: "Learn more" }, ]} /> ); };