跳到內容

ServiceGrid (am-service-grid)

am-service-grid 用來承載 booking 或 contact flow 裡的服務選項。它和 FeatureGrid 不同,重點不是 marketing proof,而是服務範圍、交付節奏與價格資訊。

  • 內建 SectionContainerGrid
  • items 支援 titledescriptioneyebrowmetaprice
  • columns 目前支援 2 / 3
<ServiceGrid
title="Choose the service entry point"
items={[
{
title: "Discovery session",
description: "Clarify scope before implementation.",
meta: "45 min remote call",
price: "NT$2,400",
},
]}
/>

詳見 playground /playground/contact/ 範例。