/** * 页面顶部宣传栏 * @returns */ export const Banner = ({ title, description }) => { return ( <> {/* */}

{title}

{description}

{/* */}
{/* */} ) }