/* eslint-disable @next/next/no-img-element */ import CONFIG from '../config' /** * 合作伙伴 * @returns */ export const Brand = () => { return <> {/* */}
{CONFIG.STARTER_BRANDS?.map((item, index) => { return {item.TITLE} {item.TITLE} })}
{/* */} }