Header
Logo image centered with company name
Preview
<Section style={{ backgroundColor: "#1e293b", padding: "24px 40px" }}>
<Row>
<Column align="center">
<Img src="https://placehold.co/140x40/ffffff/1e293b?text=YOUR+LOGO" alt="Logo" width="140" height="40" />
<Heading style={{ color: "#ffffff", fontSize: "16px", fontWeight: "600", margin: "8px 0 0", letterSpacing: "2px" }}>COMPANY NAME</Heading>
</Column>
</Row>
</Section>