Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pricing.json « data « exampleSite - github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01a39c18ce97bd1113d2a02be329363b39a7c022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "title" : "Pricing",
  "description" : "Pricing subtitle",
  "content" : [
    {
      "title" : "Starter",
      "price" : "$30",
      "features" : [
        "No setup, monthly, or hidden fees",
        "Pay only for what you use",
        "Real-time fee reporting"
      ],
      "button" : {
        "text" : "Contact",
        "href" : "/#contact"
      }
    },
    {
      "title" : "Advance",
      "price" : "$90",
      "features" : [
        "All features of Starter Pack",
        "Feature number 2",
        "Feature number 3",
        "Feature number 4"
      ],
      "button" : {
        "text" : "Contact",
        "href" : "/#contact"
      }
    }
  ]
}