-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathData.json
More file actions
53 lines (52 loc) · 1.34 KB
/
Data.json
File metadata and controls
53 lines (52 loc) · 1.34 KB
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
{
"hero": {
"headline": "Discover Our App",
"subheadline": "The best app for all your needs.",
"ctaButtons": [
{
"text": "Download Now",
"link": "/download"
},
{
"text": "Learn More",
"link": "#features"
}
]
},
"features": [
{
"title": "Feature One",
"description": "Description of feature one.",
"icon": "https://via.placeholder.com/100"
},
{
"title": "Feature Two",
"description": "Description of feature two.",
"icon": "https://via.placeholder.com/100"
}
],
"testimonials": [
{
"name": "User One",
"feedback": "This app is fantastic! It has changed my life.",
"avatar": "https://via.placeholder.com/50"
},
{
"name": "User Two",
"feedback": "I can't imagine my daily routine without this app.",
"avatar": "https://via.placeholder.com/50"
}
],
"pricing": [
{
"plan": "Basic",
"price": "$9.99/month",
"features": ["Feature A", "Feature B", "Feature C"]
},
{
"plan": "Premium",
"price": "$19.99/month",
"features": ["Feature A", "Feature B", "Feature C", "Feature D"]
}
]
}