directus-template-cli 0.3.0-beta.7 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/templates/agencyos/src/collections.json +152 -181
- package/templates/agencyos/src/content/block_button.json +9 -9
- package/templates/agencyos/src/content/block_button_group.json +4 -4
- package/templates/agencyos/src/content/block_columns_rows.json +6 -6
- package/templates/agencyos/src/content/block_gallery_files.json +10 -70
- package/templates/agencyos/src/content/block_hero.json +4 -4
- package/templates/agencyos/src/content/block_step_items.json +5 -5
- package/templates/agencyos/src/content/block_team.json +4 -4
- package/templates/agencyos/src/content/block_testimonial_slider_items.json +8 -8
- package/templates/agencyos/src/content/categories.json +2 -2
- package/templates/agencyos/src/content/globals.json +12 -12
- package/templates/agencyos/src/content/help_collections.json +2 -2
- package/templates/agencyos/src/content/navigation.json +1 -1
- package/templates/agencyos/src/content/navigation_items.json +40 -71
- package/templates/agencyos/src/content/os_deal_stages.json +6 -6
- package/templates/agencyos/src/content/os_email_templates.json +1 -1
- package/templates/agencyos/src/content/os_expenses.json +2 -2
- package/templates/agencyos/src/content/os_invoice_items.json +6 -6
- package/templates/agencyos/src/content/os_invoices.json +3 -3
- package/templates/agencyos/src/content/os_items.json +1 -1
- package/templates/agencyos/src/content/os_payments.json +1 -1
- package/templates/agencyos/src/content/os_project_templates.json +4 -4
- package/templates/agencyos/src/content/os_proposal_approvals.json +1 -44
- package/templates/agencyos/src/content/os_proposal_blocks.json +0 -22
- package/templates/agencyos/src/content/os_proposals.json +3 -6
- package/templates/agencyos/src/content/os_tasks.json +44 -44
- package/templates/agencyos/src/content/page_blocks.json +5 -29
- package/templates/agencyos/src/content/pages.json +11 -11
- package/templates/agencyos/src/content/pages_blog.json +1 -1
- package/templates/agencyos/src/content/pages_projects.json +1 -1
- package/templates/agencyos/src/content/post_gallery_items.json +5 -5
- package/templates/agencyos/src/content/posts.json +49 -49
- package/templates/agencyos/src/content/redirects.json +1 -1
- package/templates/agencyos/src/content/seo.json +0 -710
- package/templates/agencyos/src/content/team.json +5 -5
- package/templates/agencyos/src/dashboards.json +6 -6
- package/templates/agencyos/src/files.json +147 -147
- package/templates/agencyos/src/flows.json +26 -26
- package/templates/agencyos/src/operations.json +111 -111
- package/templates/agencyos/src/panels.json +174 -174
- package/templates/agencyos/src/permissions.json +0 -99
- package/templates/agencyos/src/schema/snapshot.json +0 -71
- package/templates/agencyos/src/settings.json +33 -33
- package/templates/agencyos/src/users.json +3 -3
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"post": null,
|
|
4
|
-
"page": "0945b7d7-9643-4a90-948d-a5d6659014e0",
|
|
5
3
|
"user_updated": null,
|
|
6
4
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
5
|
"id": "3d583c03-4909-4001-aad2-cd7af6ec53af",
|
|
8
6
|
"button_group": "0b1512d8-3bec-4dbc-919c-4514bbe37dc1",
|
|
9
|
-
"
|
|
7
|
+
"post": null,
|
|
8
|
+
"page": "0945b7d7-9643-4a90-948d-a5d6659014e0",
|
|
10
9
|
"date_updated": null,
|
|
10
|
+
"date_created": "2023-10-20T18:05:24.253Z",
|
|
11
11
|
"variant": "solid",
|
|
12
12
|
"color": "primary",
|
|
13
13
|
"label": "Start Your Project",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"sort": 1
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"post": null,
|
|
20
|
-
"page": "ac35a4c6-ca73-48c4-9c02-37a50d4bc736",
|
|
21
19
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
22
20
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
23
21
|
"id": "47ddfe4e-721a-483f-a09b-4c10fe0cec1a",
|
|
24
22
|
"button_group": "aed01afb-490d-42d3-bbf4-cf64081494b9",
|
|
25
|
-
"
|
|
23
|
+
"post": null,
|
|
24
|
+
"page": "ac35a4c6-ca73-48c4-9c02-37a50d4bc736",
|
|
26
25
|
"date_updated": "2023-10-19T16:23:00.009Z",
|
|
26
|
+
"date_created": "2023-10-19T14:24:40.856Z",
|
|
27
27
|
"variant": "solid",
|
|
28
28
|
"color": "primary",
|
|
29
29
|
"label": "Learn More",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"sort": null
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"post": null,
|
|
36
|
-
"page": "0945b7d7-9643-4a90-948d-a5d6659014e0",
|
|
37
35
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
38
36
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
39
37
|
"id": "b74af9dd-cc34-451c-88cf-c3e14c39cf4f",
|
|
40
38
|
"button_group": "aed01afb-490d-42d3-bbf4-cf64081494b9",
|
|
41
|
-
"
|
|
39
|
+
"post": null,
|
|
40
|
+
"page": "0945b7d7-9643-4a90-948d-a5d6659014e0",
|
|
42
41
|
"date_updated": "2023-10-19T16:23:00.040Z",
|
|
42
|
+
"date_created": "2023-10-19T14:24:40.906Z",
|
|
43
43
|
"variant": "outline",
|
|
44
44
|
"color": "primary",
|
|
45
45
|
"label": "Start Your Project",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"id": "aed01afb-490d-42d3-bbf4-cf64081494b9",
|
|
4
3
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
5
4
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
6
|
-
"
|
|
5
|
+
"id": "aed01afb-490d-42d3-bbf4-cf64081494b9",
|
|
7
6
|
"date_updated": "2023-10-19T16:22:59.996Z",
|
|
7
|
+
"date_created": "2023-10-19T14:24:40.830Z",
|
|
8
8
|
"alignment": "left",
|
|
9
9
|
"sort": null,
|
|
10
10
|
"buttons": [
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
]
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"id": "0b1512d8-3bec-4dbc-919c-4514bbe37dc1",
|
|
17
16
|
"user_updated": null,
|
|
18
17
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
19
|
-
"
|
|
18
|
+
"id": "0b1512d8-3bec-4dbc-919c-4514bbe37dc1",
|
|
20
19
|
"date_updated": null,
|
|
20
|
+
"date_created": "2023-10-20T18:05:24.236Z",
|
|
21
21
|
"alignment": "left",
|
|
22
22
|
"sort": null,
|
|
23
23
|
"buttons": [
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
7
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
8
8
|
"id": "3df2d0b7-6041-4a11-9e97-2baec92feb87",
|
|
9
|
-
"date_created": "2023-09-21T02:42:30.723Z",
|
|
10
9
|
"date_updated": "2023-09-21T02:44:42.564Z",
|
|
10
|
+
"date_created": "2023-09-21T02:42:30.723Z",
|
|
11
11
|
"image_position": "left",
|
|
12
12
|
"title": "UX / UI Design",
|
|
13
|
-
"content": "<p>With our user-centered design approach, we'll create an online experience that is easy and enjoyable for your customers, helping you build trust and drive conversions. Don't let a poor user experience hold you back.</p>",
|
|
14
13
|
"headline": "It all starts with design",
|
|
14
|
+
"content": "<p>With our user-centered design approach, we'll create an online experience that is easy and enjoyable for your customers, helping you build trust and drive conversions. Don't let a poor user experience hold you back.</p>",
|
|
15
15
|
"sort": 1
|
|
16
16
|
},
|
|
17
17
|
{
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"user_updated": null,
|
|
22
22
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
23
23
|
"id": "abe68701-5815-489f-afdb-f267a489dfe0",
|
|
24
|
-
"date_created": "2023-09-21T02:44:42.509Z",
|
|
25
24
|
"date_updated": null,
|
|
25
|
+
"date_created": "2023-09-21T02:44:42.509Z",
|
|
26
26
|
"image_position": "right",
|
|
27
27
|
"title": "Web Application Development",
|
|
28
|
-
"content": "<p>We specialize in developing web applications that are tailored to meet the unique needs of your business. Whether you need a custom CRM system, a project management tool, or a complex e-commerce platform, our team of skilled developers can build a web application that is secure, scalable, and easy to use. We use the latest web development technologies and frameworks to ensure that your application is fast, reliable, and future-proof.</p>",
|
|
29
28
|
"headline": "Develop your application",
|
|
29
|
+
"content": "<p>We specialize in developing web applications that are tailored to meet the unique needs of your business. Whether you need a custom CRM system, a project management tool, or a complex e-commerce platform, our team of skilled developers can build a web application that is secure, scalable, and easy to use. We use the latest web development technologies and frameworks to ensure that your application is fast, reliable, and future-proof.</p>",
|
|
30
30
|
"sort": 2
|
|
31
31
|
},
|
|
32
32
|
{
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"user_updated": null,
|
|
37
37
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
38
38
|
"id": "093d4e39-4a34-47cd-954d-ef3cadcef45b",
|
|
39
|
-
"date_created": "2023-09-21T02:44:42.551Z",
|
|
40
39
|
"date_updated": null,
|
|
40
|
+
"date_created": "2023-09-21T02:44:42.551Z",
|
|
41
41
|
"image_position": "left",
|
|
42
42
|
"title": "Mobile Application Development",
|
|
43
|
-
"content": "<p>Whether you need a native iOS or Android app or a hybrid app that can run on multiple platforms, our team of skilled developers can build a mobile application that is secure, scalable, and optimized for performance. </p>",
|
|
44
43
|
"headline": "Mobile apps without the headache",
|
|
44
|
+
"content": "<p>Whether you need a native iOS or Android app or a hybrid app that can run on multiple platforms, our team of skilled developers can build a mobile application that is secure, scalable, and optimized for performance. </p>",
|
|
45
45
|
"sort": 3
|
|
46
46
|
}
|
|
47
47
|
]
|
|
@@ -1,72 +1,12 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"directus_files_id": "dfa90758-9700-49e4-8fa2-b6cd074811b7",
|
|
4
|
-
"block_gallery_id": null,
|
|
5
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
6
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
7
|
-
"id": "364dd2a3-938a-46f7-b48b-00dd4601213b",
|
|
8
|
-
"date_updated": "2023-10-05T12:37:23.395Z",
|
|
9
|
-
"date_created": "2023-09-21T03:18:52.804Z",
|
|
10
|
-
"sort": 1
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"directus_files_id": null,
|
|
14
|
-
"block_gallery_id": null,
|
|
15
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
16
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
17
|
-
"id": "8785543a-b358-465c-a78b-43c6acf3e48e",
|
|
18
|
-
"date_updated": "2023-10-05T12:37:23.395Z",
|
|
19
|
-
"date_created": "2023-09-21T03:18:52.849Z",
|
|
20
|
-
"sort": 2
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"directus_files_id": "8f748634-d77b-4985-b27e-7e1f3559881a",
|
|
24
|
-
"block_gallery_id": null,
|
|
25
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
26
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
27
|
-
"id": "6c70165e-3a0a-4130-a5f0-3abafc8e09d7",
|
|
28
|
-
"date_updated": "2023-10-05T12:37:23.395Z",
|
|
29
|
-
"date_created": "2023-09-21T03:18:52.857Z",
|
|
30
|
-
"sort": 3
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"directus_files_id": "87fc0e81-45e4-4c05-8e9a-8e5c759d7aae",
|
|
34
|
-
"block_gallery_id": null,
|
|
35
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
36
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
37
|
-
"id": "0fed6c05-e273-4d57-bd04-c11edfe17805",
|
|
38
|
-
"date_updated": "2023-10-05T12:37:23.395Z",
|
|
39
|
-
"date_created": "2023-09-21T03:18:52.867Z",
|
|
40
|
-
"sort": 4
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"directus_files_id": null,
|
|
44
|
-
"block_gallery_id": null,
|
|
45
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
46
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
47
|
-
"id": "57ef3667-1f6f-42ac-a2a8-0ee0613e9767",
|
|
48
|
-
"date_updated": "2023-10-05T12:37:23.395Z",
|
|
49
|
-
"date_created": "2023-09-21T03:18:52.875Z",
|
|
50
|
-
"sort": 5
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"directus_files_id": null,
|
|
54
|
-
"block_gallery_id": null,
|
|
55
|
-
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
56
|
-
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
57
|
-
"id": "c037fc8c-3348-41e0-9e56-0d0d6aeca022",
|
|
58
|
-
"date_updated": "2023-10-05T12:37:23.395Z",
|
|
59
|
-
"date_created": "2023-09-21T03:18:52.885Z",
|
|
60
|
-
"sort": 6
|
|
61
|
-
},
|
|
62
2
|
{
|
|
63
3
|
"directus_files_id": "b9db00d9-535f-4e24-8a46-5f7e5fc65bf2",
|
|
64
4
|
"block_gallery_id": "61a1866b-5bff-473a-a6e3-106cd6b37412",
|
|
65
5
|
"user_updated": null,
|
|
66
6
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
67
7
|
"id": "40004399-17cc-4fde-b2af-252226411e1f",
|
|
68
|
-
"date_updated": null,
|
|
69
8
|
"date_created": "2023-10-05T12:37:23.288Z",
|
|
9
|
+
"date_updated": null,
|
|
70
10
|
"sort": 7
|
|
71
11
|
},
|
|
72
12
|
{
|
|
@@ -75,8 +15,8 @@
|
|
|
75
15
|
"user_updated": null,
|
|
76
16
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
77
17
|
"id": "efe59a11-9246-46ae-81bd-5ac45928b5ee",
|
|
78
|
-
"date_updated": null,
|
|
79
18
|
"date_created": "2023-10-05T12:37:23.328Z",
|
|
19
|
+
"date_updated": null,
|
|
80
20
|
"sort": 8
|
|
81
21
|
},
|
|
82
22
|
{
|
|
@@ -85,8 +25,8 @@
|
|
|
85
25
|
"user_updated": null,
|
|
86
26
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
87
27
|
"id": "ef516c98-53a8-4aaa-989a-b0febc02ebfa",
|
|
88
|
-
"date_updated": null,
|
|
89
28
|
"date_created": "2023-10-05T12:37:23.335Z",
|
|
29
|
+
"date_updated": null,
|
|
90
30
|
"sort": 9
|
|
91
31
|
},
|
|
92
32
|
{
|
|
@@ -95,8 +35,8 @@
|
|
|
95
35
|
"user_updated": null,
|
|
96
36
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
97
37
|
"id": "d76d8817-3195-48dc-b2c0-947e54f35a36",
|
|
98
|
-
"date_updated": null,
|
|
99
38
|
"date_created": "2023-10-05T12:37:23.344Z",
|
|
39
|
+
"date_updated": null,
|
|
100
40
|
"sort": 10
|
|
101
41
|
},
|
|
102
42
|
{
|
|
@@ -105,8 +45,8 @@
|
|
|
105
45
|
"user_updated": null,
|
|
106
46
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
107
47
|
"id": "7ccf43a5-3e60-43cc-946b-365f98e364fb",
|
|
108
|
-
"date_updated": null,
|
|
109
48
|
"date_created": "2023-10-05T12:37:23.352Z",
|
|
49
|
+
"date_updated": null,
|
|
110
50
|
"sort": 11
|
|
111
51
|
},
|
|
112
52
|
{
|
|
@@ -115,8 +55,8 @@
|
|
|
115
55
|
"user_updated": null,
|
|
116
56
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
117
57
|
"id": "d8bff392-36ca-4adf-b5f7-04fe8bb3ca04",
|
|
118
|
-
"date_updated": null,
|
|
119
58
|
"date_created": "2023-10-05T12:37:23.359Z",
|
|
59
|
+
"date_updated": null,
|
|
120
60
|
"sort": 12
|
|
121
61
|
},
|
|
122
62
|
{
|
|
@@ -125,8 +65,8 @@
|
|
|
125
65
|
"user_updated": null,
|
|
126
66
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
127
67
|
"id": "2c5397ce-0475-4006-a1ce-ac6efe25ce40",
|
|
128
|
-
"date_updated": null,
|
|
129
68
|
"date_created": "2023-10-05T12:37:23.370Z",
|
|
69
|
+
"date_updated": null,
|
|
130
70
|
"sort": 13
|
|
131
71
|
},
|
|
132
72
|
{
|
|
@@ -135,8 +75,8 @@
|
|
|
135
75
|
"user_updated": null,
|
|
136
76
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
137
77
|
"id": "31ebd68e-4365-4541-93c2-94723b373d0a",
|
|
138
|
-
"date_updated": null,
|
|
139
78
|
"date_created": "2023-10-05T12:37:23.381Z",
|
|
79
|
+
"date_updated": null,
|
|
140
80
|
"sort": 14
|
|
141
81
|
},
|
|
142
82
|
{
|
|
@@ -145,8 +85,8 @@
|
|
|
145
85
|
"user_updated": null,
|
|
146
86
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
147
87
|
"id": "4636bfe5-ad44-4b3c-9039-c9b73b95d800",
|
|
148
|
-
"date_updated": null,
|
|
149
88
|
"date_created": "2023-10-05T12:59:42.323Z",
|
|
89
|
+
"date_updated": null,
|
|
150
90
|
"sort": 15
|
|
151
91
|
},
|
|
152
92
|
{
|
|
@@ -155,8 +95,8 @@
|
|
|
155
95
|
"user_updated": null,
|
|
156
96
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
157
97
|
"id": "a9535615-8fd9-4d37-9a43-69fc1f8a9699",
|
|
158
|
-
"date_updated": null,
|
|
159
98
|
"date_created": "2023-10-05T13:02:00.673Z",
|
|
99
|
+
"date_updated": null,
|
|
160
100
|
"sort": 16
|
|
161
101
|
}
|
|
162
102
|
]
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"id": "6aa654f5-b55f-4436-a35c-1f989f26268a",
|
|
6
6
|
"image_position": "right",
|
|
7
7
|
"title": null,
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"content": "We are a team of experienced developers and designers who build beautiful, performant, and secure web and mobile applications.",
|
|
9
|
+
"headline": "<p>Get to <em>MVP</em> faster</p>"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"button_group": "0b1512d8-3bec-4dbc-919c-4514bbe37dc1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"id": "8ece685c-e903-443b-b29d-b36491709743",
|
|
15
15
|
"image_position": "left",
|
|
16
16
|
"title": "Services",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"content": "We help you leverage the transformative power of superior software development!",
|
|
18
|
+
"headline": "<p>Custom <em>web development and design</em> services</p>"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"button_group": null,
|
|
4
|
-
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
5
4
|
"image": "5a6dfe1e-7e5b-4a5f-9f6c-983777a67c05",
|
|
6
5
|
"id": "36ec55d8-1bc0-494c-8448-7afcce4bd5e1",
|
|
6
|
+
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
7
7
|
"title": "Ideation & Design",
|
|
8
8
|
"content": "<p>With a solid understanding in place, our creative minds come together to ideate and sketch the initial concepts. Whether it's a brand identity or a website layout, this is where ideas are born and iteratively refined into tangible design blueprints.</p>",
|
|
9
9
|
"sort": 2
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"button_group": null,
|
|
13
|
-
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
14
13
|
"image": "793e9bf7-c646-4588-8865-fe22556070ff",
|
|
15
14
|
"id": "6ace7412-79cc-4f03-9d1c-64343b3ebd87",
|
|
15
|
+
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
16
16
|
"title": "Development & Execution",
|
|
17
17
|
"content": "<p>Our developers and strategists take the lead in this phase. Leveraging the latest tools and technologies, we bring the conceptualized designs to life, ensuring optimal performance and responsiveness across all devices and platforms.</p>",
|
|
18
18
|
"sort": 3
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"button_group": null,
|
|
22
|
-
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
23
22
|
"image": "df979753-946b-4d93-954e-e24367388d2c",
|
|
24
23
|
"id": "6dc81e9f-c446-4005-a87f-a54163f48433",
|
|
24
|
+
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
25
25
|
"title": "Discovery & Research",
|
|
26
26
|
"content": "<p>This is where our journey begins. We deep-dive into understanding your brand, its core values, target audience, and competitive landscape. This phase ensures that our subsequent actions are grounded in data and genuine insights.</p>",
|
|
27
27
|
"sort": 1
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"button_group": null,
|
|
31
|
-
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
32
31
|
"image": "5419bf05-9ab2-484b-a69d-d09b18602cf1",
|
|
33
32
|
"id": "75903f73-8964-46a8-a33a-c9d22ecb5daa",
|
|
33
|
+
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
34
34
|
"title": "Launch & Feedback Loop",
|
|
35
35
|
"content": "<p>With everything set, we launch the project! But our relationship doesn't end there. We believe in continuous improvement and thus, regularly gather feedback, making necessary tweaks and ensuring you're always at the forefront of your industry.</p>",
|
|
36
36
|
"sort": 5
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"button_group": null,
|
|
40
|
-
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
41
40
|
"image": "21e179ab-72c3-4350-b46a-fadd16f5652e",
|
|
42
41
|
"id": "8306f18f-0dd1-446d-b173-6f1a481049b9",
|
|
42
|
+
"block_steps": "a163efd7-1037-4261-939d-28a08122c426",
|
|
43
43
|
"title": "Testing & Quality Assurance",
|
|
44
44
|
"content": "<p>Before any launch, we rigorously test our creations. From functionality checks to usability tests, we ensure everything is in tip-top shape. Our goal is to ensure the final product is not just good, but exceptional.</p>",
|
|
45
45
|
"sort": 4
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
{
|
|
3
3
|
"id": "9550fb22-ef6c-4a9f-bd87-7abf362aeee9",
|
|
4
4
|
"title": "Our Team",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"content": "<p dir=\"ltr\">I’ve been serving businesses in this industry for 5+ years in a consulting role - and before that I was the right hand man in a print and apparel shop that doubled in revenue over 4 years.</p>\n<p dir=\"ltr\">I know how to get things done. I’m comfortable taking larger projects from idea to completion. The projects you’re looking to tackle are right in my wheelhouse.</p>",
|
|
6
|
+
"headline": "<p>We <em>understand</em> your business</p>"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
9
|
"id": "aa94c8db-bfc1-4681-8ddc-818166556e79",
|
|
10
10
|
"title": "Our Team",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
11
|
+
"content": "<p>Deserunt ea deserunt est est ipsum non duis ad dolore. Irure qui duis occaecat incididunt laboris cillum eu Lorem. Aliquip duis proident in eu ipsum dolor veniam irure incididunt Lorem consectetur consectetur velit. Aliqua nulla anim aliquip officia ad culpa incididunt do adipisicing laboris.0/1</p>",
|
|
12
|
+
"headline": "<p>We've got the best <em>developers</em> and <em>designers</em> around.</p>"
|
|
13
13
|
}
|
|
14
14
|
]
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"testimonials_id": "40b34bf4-c3c9-4833-ab22-4b4ea1fb7eb7",
|
|
4
|
+
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
4
5
|
"user_updated": null,
|
|
5
6
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
6
7
|
"id": "96f7dbaf-fb3d-4215-b8be-339cb502a8eb",
|
|
7
|
-
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
8
|
-
"date_created": "2023-09-21T04:20:49.383Z",
|
|
9
8
|
"date_updated": null,
|
|
9
|
+
"date_created": "2023-09-21T04:20:49.383Z",
|
|
10
10
|
"sort": 1
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"testimonials_id": "d507ff08-a0ca-4acb-abd7-1b294b9e105c",
|
|
14
|
+
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
14
15
|
"user_updated": null,
|
|
15
16
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
16
17
|
"id": "512ecae7-5fc9-4fcd-9da5-e12b2536fe99",
|
|
17
|
-
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
18
|
-
"date_created": "2023-09-21T04:20:49.466Z",
|
|
19
18
|
"date_updated": null,
|
|
19
|
+
"date_created": "2023-09-21T04:20:49.466Z",
|
|
20
20
|
"sort": 2
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"testimonials_id": "97ac6e52-69b4-4015-bed4-049c83bb5507",
|
|
24
|
+
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
24
25
|
"user_updated": null,
|
|
25
26
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
26
27
|
"id": "3be32544-73c7-4e87-b835-9a6520d05f79",
|
|
27
|
-
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
28
|
-
"date_created": "2023-09-21T04:20:49.478Z",
|
|
29
28
|
"date_updated": null,
|
|
29
|
+
"date_created": "2023-09-21T04:20:49.478Z",
|
|
30
30
|
"sort": 3
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"testimonials_id": "f983bc2b-2878-4156-bd40-ce0b93fe08d5",
|
|
34
|
+
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
34
35
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
35
36
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
36
37
|
"id": "66d1c5c5-1e5e-47d4-a75f-210c9bd70520",
|
|
37
|
-
"block_testimonial_slider_id": "ca71c49a-3e89-41a5-aaf1-5177744f52c0",
|
|
38
|
-
"date_created": "2023-09-21T04:35:35.709Z",
|
|
39
38
|
"date_updated": "2023-09-21T04:37:34.090Z",
|
|
39
|
+
"date_created": "2023-09-21T04:35:35.709Z",
|
|
40
40
|
"sort": 4
|
|
41
41
|
}
|
|
42
42
|
]
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"sort": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"seo":
|
|
21
|
+
"seo": null,
|
|
22
22
|
"id": "da30c277-650f-421c-b976-c598f898e89e",
|
|
23
23
|
"title": "Web Development",
|
|
24
24
|
"slug": "web-development",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"sort": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"seo":
|
|
30
|
+
"seo": null,
|
|
31
31
|
"id": "9896a65e-a004-4481-87cf-a07e515a5d82",
|
|
32
32
|
"title": "Analytics",
|
|
33
33
|
"slug": "analytics",
|
|
@@ -14,6 +14,18 @@
|
|
|
14
14
|
"address_region": "NY",
|
|
15
15
|
"address_locality": "New York",
|
|
16
16
|
"address_country": "US",
|
|
17
|
+
"theme": {
|
|
18
|
+
"primary": "violet",
|
|
19
|
+
"gray": "slate",
|
|
20
|
+
"borderRadius": "xl",
|
|
21
|
+
"fonts": {
|
|
22
|
+
"families": {
|
|
23
|
+
"display": "Poppins",
|
|
24
|
+
"body": "Inter",
|
|
25
|
+
"code": "Fira Code"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
17
29
|
"social_links": [
|
|
18
30
|
{
|
|
19
31
|
"service": "github",
|
|
@@ -36,17 +48,5 @@
|
|
|
36
48
|
"url": "https://twitter.com/directus"
|
|
37
49
|
}
|
|
38
50
|
],
|
|
39
|
-
"theme": {
|
|
40
|
-
"primary": "violet",
|
|
41
|
-
"gray": "slate",
|
|
42
|
-
"borderRadius": "xl",
|
|
43
|
-
"fonts": {
|
|
44
|
-
"families": {
|
|
45
|
-
"display": "Poppins",
|
|
46
|
-
"body": "Inter",
|
|
47
|
-
"code": "Fira Code"
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
51
|
"description": "A freaking awesome Nuxt + Directus app that will help you power up your agency."
|
|
52
52
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
{
|
|
3
3
|
"id": "8d7cb6e3-bae7-48f6-9af3-4b510167289c",
|
|
4
4
|
"title": "Getting Started",
|
|
5
|
-
"slug": "getting-started",
|
|
6
5
|
"icon": "not_started",
|
|
6
|
+
"slug": "getting-started",
|
|
7
7
|
"description": "How to get started with Agency OS",
|
|
8
8
|
"sort": 1,
|
|
9
9
|
"articles": []
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
{
|
|
12
12
|
"id": "5bb9ab97-a99b-4582-9c7c-58c9e00ccb1e",
|
|
13
13
|
"title": "Client Portal",
|
|
14
|
-
"slug": "client-portal",
|
|
15
14
|
"icon": "captive_portal",
|
|
15
|
+
"slug": "client-portal",
|
|
16
16
|
"description": "How to use your client portal.",
|
|
17
17
|
"sort": 2,
|
|
18
18
|
"articles": []
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{
|
|
20
20
|
"user_updated": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
21
21
|
"user_created": "95e535d2-f45b-4d94-891b-a89ee6ed1475",
|
|
22
|
-
"date_updated": "2023-10-
|
|
22
|
+
"date_updated": "2023-10-23T16:29:21.771Z",
|
|
23
23
|
"date_created": "2023-02-26T21:51:47.211Z",
|
|
24
24
|
"title": "Main Navigation",
|
|
25
25
|
"status": "published",
|