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

github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/data/pricing.json')
-rw-r--r--exampleSite/data/pricing.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/exampleSite/data/pricing.json b/exampleSite/data/pricing.json
new file mode 100644
index 0000000..01a39c1
--- /dev/null
+++ b/exampleSite/data/pricing.json
@@ -0,0 +1,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"
+ }
+ }
+ ]
+}