Hero
Large heading + subtext + CTA button
Preview
<Section style={{ backgroundColor: "#ffffff", padding: "48px 40px", textAlign: "center" }}>
<Heading style={{ color: "#1e293b", fontSize: "32px", fontWeight: "700", margin: "0 0 16px", lineHeight: "1.25" }}>Your headline goes here</Heading>
<Text style={{ color: "#64748b", fontSize: "18px", lineHeight: "1.6", margin: "0 0 32px" }}>Supporting text that explains your offer or message in one or two concise sentences.</Text>
<Button href="https://example.com" style={{ backgroundColor: "#4f46e5", color: "#ffffff", padding: "14px 32px", borderRadius: "6px", fontSize: "16px", fontWeight: "600", textDecoration: "none" }}>Get Started</Button>
</Section>