CTA Button

Centered call-to-action button with helper link below

Preview
<Section style={{ backgroundColor: "#f8fafc", padding: "40px", textAlign: "center" }}>
  <Button href="https://example.com" style={{ backgroundColor: "#4f46e5", color: "#ffffff", padding: "16px 40px", borderRadius: "8px", fontSize: "18px", fontWeight: "600", textDecoration: "none", display: "inline-block" }}>Click Here to Get Started</Button>
  <Text style={{ color: "#94a3b8", fontSize: "13px", marginTop: "16px" }}>
    <Link href="https://example.com/learn-more" style={{ color: "#64748b" }}>Learn more</Link>
  </Text>
</Section>