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

_index.md « pricing « english « content « exampleSite - github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9d4b72daec0dd35c4c17a451a005d464e9c0249 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: "Pricing"
subtitle: ""
# meta description
description: "This is meta description"
draft: false

basic:
  name : "Basic Plan"
  price: "$49"
  price_per : "month"
  info : "Best For Small Individuals"
  services:
  - "Express Service"
  - "Customs Clearance"
  - "Time-Critical Services"
  button:
    enable : true
    label : "Get started for free"
    link : "#"
    
professional:
  name : "Professional Plan"
  price: "$49"
  price_per : "month"
  info : "Best For Professionals"
  services:
  - "Express Service"
  - "Customs Clearance"
  - "Time-Critical Services"
  - "Cloud Service"
  - "Best Dashboard"
  button:
    enable : true
    label : "Get started for free"
    link : "#"
    
business:
  name : "Business Plan"
  price: "$49"
  price_per : "month"
  info : "Best For Large Individuals"
  services:
  - "Express Service"
  - "Customs Clearance"
  - "Time-Critical Services"
  button:
    enable : true
    label : "Get started for free"
    link : "#"

call_to_action:
  enable : true
  title : "Need a larger plan?"
  image : "images/cta.svg"
  content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Consequat tristique eget amet, tempus eu at consecttur."
  button:
    enable : true
    label : "Contact Us"
    link : "contact"
---