kofi-stack-template-generator 2.1.44 → 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 +61 -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
|
@@ -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 integrationsPage = (): Partial<Page> => {
|
|
5
5
|
return {
|
|
6
|
-
slug: "features/
|
|
6
|
+
slug: "features/integrations",
|
|
7
7
|
_status: "published",
|
|
8
|
-
title: "
|
|
8
|
+
title: "Integrations",
|
|
9
9
|
hero: {
|
|
10
10
|
type: "lowImpact",
|
|
11
11
|
richText: {
|
|
@@ -21,7 +21,7 @@ export const templatesPage = (): Partial<Page> => {
|
|
|
21
21
|
format: 0,
|
|
22
22
|
mode: "normal",
|
|
23
23
|
style: "",
|
|
24
|
-
text: "
|
|
24
|
+
text: "Connect all your tools in one place",
|
|
25
25
|
version: 1,
|
|
26
26
|
},
|
|
27
27
|
],
|
|
@@ -40,7 +40,7 @@ export const templatesPage = (): Partial<Page> => {
|
|
|
40
40
|
format: 0,
|
|
41
41
|
mode: "normal",
|
|
42
42
|
style: "",
|
|
43
|
-
text: "
|
|
43
|
+
text: "One-click connections to 100+ apps your team already uses. Sync data, automate workflows, and eliminate context switching.",
|
|
44
44
|
version: 1,
|
|
45
45
|
},
|
|
46
46
|
],
|
|
@@ -62,7 +62,7 @@ export const templatesPage = (): 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,131 +70,128 @@ export const templatesPage = (): Partial<Page> => {
|
|
|
70
70
|
link: {
|
|
71
71
|
type: "custom",
|
|
72
72
|
appearance: "outline",
|
|
73
|
-
label: "View all
|
|
74
|
-
url: "/
|
|
73
|
+
label: "View all integrations",
|
|
74
|
+
url: "/integrations",
|
|
75
75
|
},
|
|
76
76
|
},
|
|
77
77
|
],
|
|
78
78
|
},
|
|
79
79
|
layout: [
|
|
80
|
-
// Feature showcase blocks
|
|
81
80
|
{
|
|
82
81
|
blockType: "featureShowcase",
|
|
83
|
-
blockName: "
|
|
84
|
-
label: "
|
|
85
|
-
headline: "
|
|
82
|
+
blockName: "Native Integrations",
|
|
83
|
+
label: "100+ Integrations",
|
|
84
|
+
headline: "Connect your favorite tools instantly",
|
|
86
85
|
description: createParagraph(
|
|
87
|
-
"
|
|
86
|
+
"Native integrations with Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. Set up in minutes, not days.",
|
|
88
87
|
),
|
|
89
88
|
link: {
|
|
90
89
|
type: "custom",
|
|
91
|
-
label: "Browse
|
|
92
|
-
url: "/
|
|
90
|
+
label: "Browse integrations",
|
|
91
|
+
url: "/integrations",
|
|
93
92
|
appearance: "default",
|
|
94
93
|
},
|
|
95
94
|
imagePosition: "right",
|
|
96
95
|
features: [
|
|
97
|
-
{ text: "
|
|
98
|
-
{ text: "
|
|
99
|
-
{ text: "
|
|
100
|
-
{ text: "
|
|
96
|
+
{ text: "100+ native integrations" },
|
|
97
|
+
{ text: "Two-way data sync" },
|
|
98
|
+
{ text: "Real-time updates" },
|
|
99
|
+
{ text: "No coding required" },
|
|
101
100
|
],
|
|
102
101
|
},
|
|
103
102
|
{
|
|
104
103
|
blockType: "featureShowcase",
|
|
105
|
-
blockName: "
|
|
106
|
-
label: "
|
|
107
|
-
headline: "
|
|
104
|
+
blockName: "Custom Integrations",
|
|
105
|
+
label: "Developer Tools",
|
|
106
|
+
headline: "Build custom integrations with our API",
|
|
108
107
|
description: createParagraph(
|
|
109
|
-
"
|
|
108
|
+
"REST API and webhooks let you connect any tool or build custom integrations. Comprehensive documentation and SDKs for popular languages.",
|
|
110
109
|
),
|
|
111
110
|
link: {
|
|
112
111
|
type: "custom",
|
|
113
|
-
label: "
|
|
114
|
-
url: "/
|
|
112
|
+
label: "View API docs",
|
|
113
|
+
url: "/developers",
|
|
115
114
|
appearance: "default",
|
|
116
115
|
},
|
|
117
116
|
imagePosition: "left",
|
|
118
117
|
features: [
|
|
119
|
-
{ text: "
|
|
120
|
-
{ text: "Custom
|
|
121
|
-
{ text: "
|
|
122
|
-
{ text: "
|
|
118
|
+
{ text: "RESTful API access" },
|
|
119
|
+
{ text: "Custom webhooks" },
|
|
120
|
+
{ text: "SDKs for popular languages" },
|
|
121
|
+
{ text: "Detailed documentation" },
|
|
123
122
|
],
|
|
124
123
|
},
|
|
125
|
-
// Bento features for specific capabilities
|
|
126
124
|
{
|
|
127
125
|
blockType: "bentoFeatures",
|
|
128
|
-
blockName: "
|
|
129
|
-
heading: "
|
|
126
|
+
blockName: "Integration Categories",
|
|
127
|
+
heading: "Integrations for every workflow",
|
|
130
128
|
subheading:
|
|
131
|
-
"
|
|
129
|
+
"Connect your entire tech stack and keep data flowing seamlessly",
|
|
132
130
|
features: [
|
|
133
131
|
{
|
|
134
132
|
size: "small",
|
|
135
133
|
style: "gradient",
|
|
136
|
-
icon: "
|
|
137
|
-
title: "
|
|
134
|
+
icon: "messageSquare",
|
|
135
|
+
title: "Communication",
|
|
138
136
|
description: createParagraph(
|
|
139
|
-
"
|
|
137
|
+
"Slack, Microsoft Teams, Discord, and email integrations.",
|
|
140
138
|
),
|
|
141
139
|
},
|
|
142
140
|
{
|
|
143
141
|
size: "small",
|
|
144
142
|
style: "accent",
|
|
145
|
-
icon: "
|
|
146
|
-
title: "
|
|
143
|
+
icon: "users",
|
|
144
|
+
title: "CRM & Sales",
|
|
147
145
|
description: createParagraph(
|
|
148
|
-
"
|
|
146
|
+
"Salesforce, HubSpot, Pipedrive, and more.",
|
|
149
147
|
),
|
|
150
148
|
},
|
|
151
149
|
{
|
|
152
150
|
size: "small",
|
|
153
151
|
style: "default",
|
|
154
|
-
icon: "
|
|
155
|
-
title: "
|
|
152
|
+
icon: "folder",
|
|
153
|
+
title: "Project Management",
|
|
156
154
|
description: createParagraph(
|
|
157
|
-
"
|
|
155
|
+
"Jira, Asana, Monday.com, Trello integrations.",
|
|
158
156
|
),
|
|
159
157
|
},
|
|
160
158
|
{
|
|
161
159
|
size: "small",
|
|
162
160
|
style: "primary",
|
|
163
|
-
icon: "
|
|
164
|
-
title: "
|
|
161
|
+
icon: "database",
|
|
162
|
+
title: "Data & Storage",
|
|
165
163
|
description: createParagraph(
|
|
166
|
-
"
|
|
164
|
+
"Google Drive, Dropbox, AWS S3, and databases.",
|
|
167
165
|
),
|
|
168
166
|
},
|
|
169
167
|
{
|
|
170
168
|
size: "small",
|
|
171
169
|
style: "default",
|
|
172
|
-
icon: "
|
|
173
|
-
title: "
|
|
174
|
-
description: createParagraph("
|
|
170
|
+
icon: "barChart",
|
|
171
|
+
title: "Analytics",
|
|
172
|
+
description: createParagraph("Google Analytics, Mixpanel, Amplitude."),
|
|
175
173
|
},
|
|
176
174
|
{
|
|
177
175
|
size: "small",
|
|
178
176
|
style: "default",
|
|
179
177
|
icon: "zap",
|
|
180
|
-
title: "
|
|
181
|
-
description: createParagraph("
|
|
178
|
+
title: "Automation",
|
|
179
|
+
description: createParagraph("Zapier, Make, n8n for custom workflows."),
|
|
182
180
|
},
|
|
183
181
|
],
|
|
184
182
|
},
|
|
185
|
-
// Proof banner
|
|
186
183
|
{
|
|
187
184
|
blockType: "proofBanner",
|
|
188
185
|
blockName: "CTA Section",
|
|
189
186
|
style: "centered",
|
|
190
|
-
headline: "
|
|
191
|
-
subtext: "
|
|
187
|
+
headline: "Connect your tools today",
|
|
188
|
+
subtext: "One-click integrations with 100+ apps. Set up in minutes, not days.",
|
|
192
189
|
links: [
|
|
193
190
|
{
|
|
194
191
|
link: {
|
|
195
192
|
type: "custom",
|
|
196
193
|
appearance: "default",
|
|
197
|
-
label: "Start
|
|
194
|
+
label: "Start free trial",
|
|
198
195
|
url: "/sign-up",
|
|
199
196
|
},
|
|
200
197
|
},
|
|
@@ -202,8 +199,8 @@ export const templatesPage = (): Partial<Page> => {
|
|
|
202
199
|
link: {
|
|
203
200
|
type: "custom",
|
|
204
201
|
appearance: "outline",
|
|
205
|
-
label: "
|
|
206
|
-
url: "/
|
|
202
|
+
label: "View all integrations",
|
|
203
|
+
url: "/integrations",
|
|
207
204
|
},
|
|
208
205
|
},
|
|
209
206
|
],
|
|
@@ -211,8 +208,8 @@ export const templatesPage = (): Partial<Page> => {
|
|
|
211
208
|
],
|
|
212
209
|
meta: {
|
|
213
210
|
description:
|
|
214
|
-
"
|
|
215
|
-
title: "
|
|
211
|
+
"Connect SaaSify with 100+ tools including Slack, Salesforce, HubSpot, and more. Native integrations, custom webhooks, and REST API access.",
|
|
212
|
+
title: "Integrations — Connect Your Tools with SaaSify",
|
|
216
213
|
},
|
|
217
214
|
}
|
|
218
215
|
}
|