跳到內容

CTASection (am-cta-section)

am-cta-section 用來收斂主要轉換動作,避免 landing page 在最後只剩零散按鈕或一段沒有明確出口的文案。

  • 內建 SectionContainer
  • 支援 titledescriptioneyebrow
  • 支援 primaryActionsecondaryAction
  • 預設 surface="brand",作為明顯的收斂 band
<CTASection
title="Astrologistic can now consume patterns directly."
primaryAction={{ label: "Continue", href: "#" }}
secondaryAction={{ label: "Review flow", href: "#", variant: "outline" }}
/>

詳見 playground /playground/landing/ 範例。