forked from dashpilot/alpinejs-page-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
32 lines (32 loc) · 1.16 KB
/
data.json
File metadata and controls
32 lines (32 loc) · 1.16 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
{
"hero": {
"title": "Welcome to Alpine.js Page Editor",
"description": "A simple, reactive content editor that works with any HTML structure"
},
"services": {
"title": "Our Services",
"description": "We offer a wide range of services to meet your needs",
"items": [
{
"title": "Web Development",
"description": "Custom websites built with the latest technologies.",
"image": "img/placeholder.jpg"
},
{
"title": "App Development",
"description": "Mobile applications for iOS and Android platforms.",
"image": "img/placeholder.jpg"
},
{
"title": "UI/UX Design",
"description": "User-friendly interfaces that enhance the user experience.",
"image": "img/placeholder.jpg"
}
]
},
"about": {
"title": "About Us",
"text": "We are a team of passionate developers and designers dedicated to creating beautiful and functional digital experiences.",
"image": "img/placeholder.jpg"
}
}