👑 Pricing

A responsive pricing table to show the pricing plan to your potential customers or sponsors, similar to the Hugo Blox Builder Sponsors page.

Display pricing tables.
Display pricing tables.

👑 Unlock this block

Sponsor this open source movement to add this block to your site

Usage

To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md.

Alternatively, to create a new page with this block, copy the full YAML front matter below into a new file such as content/hello.md.

---
title: My page
type: landing

sections:
  - block: pricing
    content:
      title: Sponsor
      subtitle: Sponsor the project you love!
      plans:
        - title: Starter
          price: $9
          period: /month
          description: Our starter option
          highlight: ''
          button:
            url: https://example.com
            text: Get Started          
          features:
            - All the blocks you need
            - No setup
            - Community support
        - title: Premium
          price: $99
          period: /month
          description: Our premium option
          highlight: Most Popular
          button:
            url: https://example.com
            text: Get Started
          features:
            - All the blocks you need
            - No setup
            - Community support
            - Access to exclusive features
        - title: Enterprise
          price: $999
          period: /month
          description: Our enterprise option
          highlight: ''
          button:
            url: https://example.com
            text: Get Started
          features:
            - All the blocks you need
            - No setup
            - Community support
            - Access to exclusive features
            - Enterprise support
---

Customization

Learn how to customize the block design, such as the background, padding, or even applying your own custom styles.

Previous
Next