kofi-stack-template-generator 2.1.45 → 2.1.46
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/.turbo/turbo-build.log +5 -5
- package/dist/index.js +1384 -589
- package/package.json +2 -2
- package/src/templates.generated.ts +21 -21
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/about.ts +22 -22
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/faqs.ts +39 -39
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts +35 -35
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts +58 -58
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/dashboard.ts +46 -46
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/index.ts +4 -4
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts +64 -64
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts +65 -65
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts +55 -58
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/home.ts +145 -145
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/index.ts +55 -55
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/posts.ts +231 -221
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/pricing.ts +27 -27
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/privacy.ts +3 -3
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/terms.ts +6 -6
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts +63 -62
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts +62 -62
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts +4 -4
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/local-services.ts +62 -62
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts +66 -66
package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Page } from "@/payload-types"
|
|
2
2
|
import { createParagraph } from "../richtext-helper"
|
|
3
3
|
|
|
4
|
-
export const
|
|
4
|
+
export const operationsPage = (): Partial<Page> => {
|
|
5
5
|
return {
|
|
6
|
-
slug: "use-cases/
|
|
6
|
+
slug: "use-cases/operations",
|
|
7
7
|
_status: "published",
|
|
8
|
-
title: "
|
|
8
|
+
title: "SaaSify for Operations Teams",
|
|
9
9
|
hero: {
|
|
10
10
|
type: "lowImpact",
|
|
11
11
|
richText: {
|
|
@@ -21,7 +21,7 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
21
21
|
format: 0,
|
|
22
22
|
mode: "normal",
|
|
23
23
|
style: "",
|
|
24
|
-
text: "
|
|
24
|
+
text: "Scale your operations without the chaos",
|
|
25
25
|
version: 1,
|
|
26
26
|
},
|
|
27
27
|
],
|
|
@@ -40,7 +40,7 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
40
40
|
format: 0,
|
|
41
41
|
mode: "normal",
|
|
42
42
|
style: "",
|
|
43
|
-
text: "
|
|
43
|
+
text: "Process automation, resource planning, and reporting tools that help operations teams do more with less and scale efficiently.",
|
|
44
44
|
version: 1,
|
|
45
45
|
},
|
|
46
46
|
],
|
|
@@ -62,7 +62,7 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
62
62
|
link: {
|
|
63
63
|
type: "custom",
|
|
64
64
|
appearance: "default",
|
|
65
|
-
label: "
|
|
65
|
+
label: "Start free trial",
|
|
66
66
|
url: "/sign-up",
|
|
67
67
|
},
|
|
68
68
|
},
|
|
@@ -70,8 +70,8 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
70
70
|
link: {
|
|
71
71
|
type: "custom",
|
|
72
72
|
appearance: "outline",
|
|
73
|
-
label: "See
|
|
74
|
-
url: "/
|
|
73
|
+
label: "See a demo",
|
|
74
|
+
url: "/demo",
|
|
75
75
|
},
|
|
76
76
|
},
|
|
77
77
|
],
|
|
@@ -79,118 +79,118 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
79
79
|
layout: [
|
|
80
80
|
{
|
|
81
81
|
blockType: "featureShowcase",
|
|
82
|
-
blockName: "
|
|
83
|
-
label: "
|
|
84
|
-
headline: "
|
|
82
|
+
blockName: "Process Automation",
|
|
83
|
+
label: "Automation",
|
|
84
|
+
headline: "Automate repetitive processes",
|
|
85
85
|
description: createParagraph(
|
|
86
|
-
"
|
|
86
|
+
"Build workflows that handle approvals, notifications, data routing, and handoffs automatically. Reduce manual work and eliminate bottlenecks.",
|
|
87
87
|
),
|
|
88
88
|
link: {
|
|
89
89
|
type: "custom",
|
|
90
|
-
label: "See
|
|
91
|
-
url: "/features",
|
|
90
|
+
label: "See automation features",
|
|
91
|
+
url: "/features/automation",
|
|
92
92
|
appearance: "default",
|
|
93
93
|
},
|
|
94
94
|
imagePosition: "right",
|
|
95
95
|
features: [
|
|
96
|
-
{ text: "
|
|
97
|
-
{ text: "
|
|
98
|
-
{ text: "
|
|
99
|
-
{ text: "
|
|
96
|
+
{ text: "Visual workflow builder" },
|
|
97
|
+
{ text: "Approval automation" },
|
|
98
|
+
{ text: "Data routing and handoffs" },
|
|
99
|
+
{ text: "Notification triggers" },
|
|
100
100
|
],
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
blockType: "featureShowcase",
|
|
104
|
-
blockName: "
|
|
105
|
-
label: "
|
|
106
|
-
headline: "
|
|
104
|
+
blockName: "Resource Planning",
|
|
105
|
+
label: "Resource Management",
|
|
106
|
+
headline: "Plan and allocate resources effectively",
|
|
107
107
|
description: createParagraph(
|
|
108
|
-
"
|
|
108
|
+
"See team capacity, workload distribution, and resource utilization at a glance. Make informed decisions about hiring, outsourcing, and prioritization.",
|
|
109
109
|
),
|
|
110
110
|
link: {
|
|
111
111
|
type: "custom",
|
|
112
|
-
label: "
|
|
112
|
+
label: "Learn about resource planning",
|
|
113
113
|
url: "/features",
|
|
114
114
|
appearance: "default",
|
|
115
115
|
},
|
|
116
116
|
imagePosition: "left",
|
|
117
117
|
features: [
|
|
118
|
-
{ text: "
|
|
119
|
-
{ text: "
|
|
120
|
-
{ text: "
|
|
121
|
-
{ text: "
|
|
118
|
+
{ text: "Capacity planning" },
|
|
119
|
+
{ text: "Workload visibility" },
|
|
120
|
+
{ text: "Resource allocation" },
|
|
121
|
+
{ text: "Utilization tracking" },
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
blockType: "featureShowcase",
|
|
126
|
-
blockName: "
|
|
127
|
-
label: "
|
|
128
|
-
headline: "
|
|
126
|
+
blockName: "Reporting",
|
|
127
|
+
label: "Operations Analytics",
|
|
128
|
+
headline: "Get visibility into every process",
|
|
129
129
|
description: createParagraph(
|
|
130
|
-
"
|
|
130
|
+
"Track cycle times, bottlenecks, and throughput. Custom dashboards and scheduled reports keep stakeholders informed and help you continuously improve.",
|
|
131
131
|
),
|
|
132
132
|
link: {
|
|
133
133
|
type: "custom",
|
|
134
|
-
label: "
|
|
135
|
-
url: "/features/
|
|
134
|
+
label: "See analytics features",
|
|
135
|
+
url: "/features/analytics",
|
|
136
136
|
appearance: "default",
|
|
137
137
|
},
|
|
138
138
|
imagePosition: "right",
|
|
139
139
|
features: [
|
|
140
|
-
{ text: "
|
|
141
|
-
{ text: "
|
|
142
|
-
{ text: "
|
|
143
|
-
{ text: "
|
|
140
|
+
{ text: "Process analytics" },
|
|
141
|
+
{ text: "Cycle time tracking" },
|
|
142
|
+
{ text: "Bottleneck identification" },
|
|
143
|
+
{ text: "Custom dashboards" },
|
|
144
144
|
],
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
blockType: "bentoFeatures",
|
|
148
|
-
blockName: "
|
|
149
|
-
heading: "
|
|
150
|
-
subheading: "
|
|
148
|
+
blockName: "Operations Features",
|
|
149
|
+
heading: "Tools that help you scale",
|
|
150
|
+
subheading: "Everything your operations team needs in one platform",
|
|
151
151
|
features: [
|
|
152
152
|
{
|
|
153
153
|
size: "small",
|
|
154
154
|
style: "gradient",
|
|
155
|
-
icon: "
|
|
156
|
-
stat: "
|
|
157
|
-
title: "
|
|
158
|
-
description: createParagraph("
|
|
155
|
+
icon: "zap",
|
|
156
|
+
stat: "60%",
|
|
157
|
+
title: "Time Saved",
|
|
158
|
+
description: createParagraph("Automate away the busywork."),
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
size: "small",
|
|
162
162
|
style: "accent",
|
|
163
|
-
icon: "
|
|
164
|
-
title: "
|
|
165
|
-
description: createParagraph("
|
|
163
|
+
icon: "layers",
|
|
164
|
+
title: "Process Templates",
|
|
165
|
+
description: createParagraph("Pre-built templates for common processes."),
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
size: "small",
|
|
169
169
|
style: "default",
|
|
170
|
-
icon: "
|
|
171
|
-
title: "
|
|
172
|
-
description: createParagraph("
|
|
170
|
+
icon: "users",
|
|
171
|
+
title: "Cross-Team Visibility",
|
|
172
|
+
description: createParagraph("See work across departments."),
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
size: "small",
|
|
176
176
|
style: "primary",
|
|
177
|
-
icon: "
|
|
178
|
-
title: "
|
|
179
|
-
description: createParagraph("
|
|
177
|
+
icon: "barChart",
|
|
178
|
+
title: "Performance Metrics",
|
|
179
|
+
description: createParagraph("Track KPIs across all processes."),
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
size: "small",
|
|
183
183
|
style: "default",
|
|
184
|
-
icon: "
|
|
185
|
-
title: "
|
|
186
|
-
description: createParagraph("
|
|
184
|
+
icon: "database",
|
|
185
|
+
title: "Data Integrations",
|
|
186
|
+
description: createParagraph("Connect with your existing tools."),
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
size: "small",
|
|
190
190
|
style: "default",
|
|
191
|
-
icon: "
|
|
192
|
-
title: "
|
|
193
|
-
description: createParagraph("
|
|
191
|
+
icon: "shield",
|
|
192
|
+
title: "Compliance Tracking",
|
|
193
|
+
description: createParagraph("Audit trails and compliance reporting."),
|
|
194
194
|
},
|
|
195
195
|
],
|
|
196
196
|
},
|
|
@@ -198,15 +198,15 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
198
198
|
blockType: "proofBanner",
|
|
199
199
|
blockName: "CTA Section",
|
|
200
200
|
style: "centered",
|
|
201
|
-
headline: "
|
|
201
|
+
headline: "Scale operations without adding headcount",
|
|
202
202
|
subtext:
|
|
203
|
-
"
|
|
203
|
+
"Process automation, resource planning, and analytics. Start scaling smarter today.",
|
|
204
204
|
links: [
|
|
205
205
|
{
|
|
206
206
|
link: {
|
|
207
207
|
type: "custom",
|
|
208
208
|
appearance: "default",
|
|
209
|
-
label: "Start
|
|
209
|
+
label: "Start free trial",
|
|
210
210
|
url: "/sign-up",
|
|
211
211
|
},
|
|
212
212
|
},
|
|
@@ -214,8 +214,8 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
214
214
|
link: {
|
|
215
215
|
type: "custom",
|
|
216
216
|
appearance: "outline",
|
|
217
|
-
label: "
|
|
218
|
-
url: "/
|
|
217
|
+
label: "Talk to sales",
|
|
218
|
+
url: "/contact",
|
|
219
219
|
},
|
|
220
220
|
},
|
|
221
221
|
],
|
|
@@ -223,8 +223,8 @@ export const marketplacesPage = (): Partial<Page> => {
|
|
|
223
223
|
],
|
|
224
224
|
meta: {
|
|
225
225
|
description:
|
|
226
|
-
"
|
|
227
|
-
title: "
|
|
226
|
+
"SaaSify for operations teams. Process automation, resource planning, and reporting tools to help you scale your operations efficiently.",
|
|
227
|
+
title: "Operations Teams — SaaSify Use Case",
|
|
228
228
|
},
|
|
229
229
|
}
|
|
230
230
|
}
|