Pricing
Minimal cards with prominent pricing
$49.00
Hero set
Use compact cards when the products are really grouped content patterns.
$79.00
Article set
Use compact cards when the products are really grouped content patterns.
$99.00
Pricing set
Use compact cards when the products are really grouped content patterns.
---
import Products3Block from "@/components/blocks/products-3.astro"
---
<Products3Block
badge="Pricing"
title="Minimal cards with prominent pricing"
products={[
{
title: "Hero set",
description:
"Use compact cards when the products are really grouped content patterns.",
price: { value: 49, currency: "USD" },
},
{
title: "Article set",
description:
"Use compact cards when the products are really grouped content patterns.",
price: { value: 79, currency: "USD" },
},
{
title: "Pricing set",
description:
"Use compact cards when the products are really grouped content patterns.",
price: { value: 99, currency: "USD" },
},
]}
/>