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/features/monetization.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 analyticsPage = (): Partial<Page> => {
|
|
5
5
|
return {
|
|
6
|
-
slug: "features/
|
|
6
|
+
slug: "features/analytics",
|
|
7
7
|
_status: "published",
|
|
8
|
-
title: "
|
|
8
|
+
title: "Analytics & Reporting",
|
|
9
9
|
hero: {
|
|
10
10
|
type: "lowImpact",
|
|
11
11
|
richText: {
|
|
@@ -21,7 +21,7 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
21
21
|
format: 0,
|
|
22
22
|
mode: "normal",
|
|
23
23
|
style: "",
|
|
24
|
-
text: "Turn
|
|
24
|
+
text: "Turn data into actionable insights",
|
|
25
25
|
version: 1,
|
|
26
26
|
},
|
|
27
27
|
],
|
|
@@ -40,7 +40,7 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
40
40
|
format: 0,
|
|
41
41
|
mode: "normal",
|
|
42
42
|
style: "",
|
|
43
|
-
text: "
|
|
43
|
+
text: "Real-time dashboards, custom reports, and automated insights help you make data-driven decisions. Track the metrics that matter without spreadsheet chaos.",
|
|
44
44
|
version: 1,
|
|
45
45
|
},
|
|
46
46
|
],
|
|
@@ -62,7 +62,7 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
62
62
|
link: {
|
|
63
63
|
type: "custom",
|
|
64
64
|
appearance: "default",
|
|
65
|
-
label: "Start
|
|
65
|
+
label: "Start free trial",
|
|
66
66
|
url: "/sign-up",
|
|
67
67
|
},
|
|
68
68
|
},
|
|
@@ -70,8 +70,8 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
70
70
|
link: {
|
|
71
71
|
type: "custom",
|
|
72
72
|
appearance: "outline",
|
|
73
|
-
label: "See
|
|
74
|
-
url: "/
|
|
73
|
+
label: "See demo",
|
|
74
|
+
url: "/demo",
|
|
75
75
|
},
|
|
76
76
|
},
|
|
77
77
|
],
|
|
@@ -79,118 +79,118 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
79
79
|
layout: [
|
|
80
80
|
{
|
|
81
81
|
blockType: "featureShowcase",
|
|
82
|
-
blockName: "
|
|
83
|
-
label: "
|
|
84
|
-
headline: "
|
|
82
|
+
blockName: "Real-Time Dashboards",
|
|
83
|
+
label: "Live Dashboards",
|
|
84
|
+
headline: "See what's happening right now",
|
|
85
85
|
description: createParagraph(
|
|
86
|
-
"
|
|
86
|
+
"Real-time dashboards update instantly as your team works. Track key metrics, monitor progress, and spot trends the moment they emerge.",
|
|
87
87
|
),
|
|
88
88
|
link: {
|
|
89
89
|
type: "custom",
|
|
90
|
-
label: "
|
|
91
|
-
url: "/
|
|
90
|
+
label: "See dashboard examples",
|
|
91
|
+
url: "/demo",
|
|
92
92
|
appearance: "default",
|
|
93
93
|
},
|
|
94
94
|
imagePosition: "right",
|
|
95
95
|
features: [
|
|
96
|
-
{ text: "
|
|
97
|
-
{ text: "
|
|
98
|
-
{ text: "
|
|
99
|
-
{ text: "
|
|
96
|
+
{ text: "Real-time data updates" },
|
|
97
|
+
{ text: "Customizable widgets" },
|
|
98
|
+
{ text: "Team and individual views" },
|
|
99
|
+
{ text: "Mobile-friendly dashboards" },
|
|
100
100
|
],
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
blockType: "featureShowcase",
|
|
104
|
-
blockName: "
|
|
105
|
-
label: "
|
|
106
|
-
headline: "
|
|
104
|
+
blockName: "Custom Reports",
|
|
105
|
+
label: "Reporting Tools",
|
|
106
|
+
headline: "Build reports that answer your questions",
|
|
107
107
|
description: createParagraph(
|
|
108
|
-
"
|
|
108
|
+
"Create custom reports with drag-and-drop simplicity. Filter, group, and visualize your data exactly how you need it. Schedule reports to deliver automatically.",
|
|
109
109
|
),
|
|
110
110
|
link: {
|
|
111
111
|
type: "custom",
|
|
112
|
-
label: "Explore
|
|
112
|
+
label: "Explore report builder",
|
|
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: "Drag-and-drop report builder" },
|
|
119
|
+
{ text: "Multiple chart types" },
|
|
120
|
+
{ text: "Scheduled report delivery" },
|
|
121
|
+
{ text: "Export to PDF, CSV, Excel" },
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
blockType: "featureShowcase",
|
|
126
|
-
blockName: "
|
|
127
|
-
label: "
|
|
128
|
-
headline: "
|
|
126
|
+
blockName: "Team Analytics",
|
|
127
|
+
label: "Performance Insights",
|
|
128
|
+
headline: "Understand team performance at a glance",
|
|
129
129
|
description: createParagraph(
|
|
130
|
-
"
|
|
130
|
+
"Track productivity, workload distribution, and goal progress. Identify bottlenecks, celebrate wins, and make data-backed decisions about resource allocation.",
|
|
131
131
|
),
|
|
132
132
|
link: {
|
|
133
133
|
type: "custom",
|
|
134
|
-
label: "View
|
|
134
|
+
label: "View team analytics",
|
|
135
135
|
url: "/features",
|
|
136
136
|
appearance: "default",
|
|
137
137
|
},
|
|
138
138
|
imagePosition: "right",
|
|
139
139
|
features: [
|
|
140
|
-
{ text: "
|
|
141
|
-
{ text: "
|
|
142
|
-
{ text: "
|
|
143
|
-
{ text: "
|
|
140
|
+
{ text: "Individual performance metrics" },
|
|
141
|
+
{ text: "Team workload distribution" },
|
|
142
|
+
{ text: "Goal tracking and progress" },
|
|
143
|
+
{ text: "Historical trend analysis" },
|
|
144
144
|
],
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
blockType: "bentoFeatures",
|
|
148
|
-
blockName: "
|
|
149
|
-
heading: "
|
|
150
|
-
subheading: "From
|
|
148
|
+
blockName: "Analytics Features",
|
|
149
|
+
heading: "Analytics that drive results",
|
|
150
|
+
subheading: "From overview dashboards to granular insights",
|
|
151
151
|
features: [
|
|
152
152
|
{
|
|
153
153
|
size: "small",
|
|
154
154
|
style: "gradient",
|
|
155
|
-
icon: "
|
|
156
|
-
stat: "
|
|
157
|
-
title: "
|
|
158
|
-
description: createParagraph("
|
|
155
|
+
icon: "barChart",
|
|
156
|
+
stat: "50+",
|
|
157
|
+
title: "Built-in Metrics",
|
|
158
|
+
description: createParagraph("Pre-configured metrics ready to use."),
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
size: "small",
|
|
162
162
|
style: "accent",
|
|
163
163
|
icon: "zap",
|
|
164
|
-
title: "
|
|
165
|
-
description: createParagraph("
|
|
164
|
+
title: "Real-Time",
|
|
165
|
+
description: createParagraph("Data updates in seconds, not hours."),
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
size: "small",
|
|
169
169
|
style: "default",
|
|
170
|
-
icon: "
|
|
171
|
-
title: "
|
|
172
|
-
description: createParagraph("
|
|
170
|
+
icon: "search",
|
|
171
|
+
title: "Data Explorer",
|
|
172
|
+
description: createParagraph("Query and explore raw data."),
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
size: "small",
|
|
176
176
|
style: "primary",
|
|
177
|
-
icon: "
|
|
178
|
-
title: "
|
|
179
|
-
description: createParagraph("
|
|
177
|
+
icon: "layout",
|
|
178
|
+
title: "Custom Views",
|
|
179
|
+
description: createParagraph("Save and share personalized dashboards."),
|
|
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 Export",
|
|
186
|
+
description: createParagraph("Export to any format or tool."),
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
size: "small",
|
|
190
190
|
style: "default",
|
|
191
|
-
icon: "
|
|
192
|
-
title: "
|
|
193
|
-
description: createParagraph("
|
|
191
|
+
icon: "globe",
|
|
192
|
+
title: "API Access",
|
|
193
|
+
description: createParagraph("Pull analytics into your own tools."),
|
|
194
194
|
},
|
|
195
195
|
],
|
|
196
196
|
},
|
|
@@ -198,15 +198,15 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
198
198
|
blockType: "proofBanner",
|
|
199
199
|
blockName: "CTA Section",
|
|
200
200
|
style: "centered",
|
|
201
|
-
headline: "Start
|
|
201
|
+
headline: "Start making data-driven decisions",
|
|
202
202
|
subtext:
|
|
203
|
-
"
|
|
203
|
+
"Real-time dashboards and custom reports included in every plan. No setup required.",
|
|
204
204
|
links: [
|
|
205
205
|
{
|
|
206
206
|
link: {
|
|
207
207
|
type: "custom",
|
|
208
208
|
appearance: "default",
|
|
209
|
-
label: "
|
|
209
|
+
label: "Start free trial",
|
|
210
210
|
url: "/sign-up",
|
|
211
211
|
},
|
|
212
212
|
},
|
|
@@ -214,8 +214,8 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
214
214
|
link: {
|
|
215
215
|
type: "custom",
|
|
216
216
|
appearance: "outline",
|
|
217
|
-
label: "
|
|
218
|
-
url: "/
|
|
217
|
+
label: "See a demo",
|
|
218
|
+
url: "/demo",
|
|
219
219
|
},
|
|
220
220
|
},
|
|
221
221
|
],
|
|
@@ -223,8 +223,8 @@ export const monetizationPage = (): Partial<Page> => {
|
|
|
223
223
|
],
|
|
224
224
|
meta: {
|
|
225
225
|
description:
|
|
226
|
-
"
|
|
227
|
-
title: "
|
|
226
|
+
"Real-time dashboards, custom reports, and team analytics. Make data-driven decisions with SaaSify's powerful analytics and reporting tools.",
|
|
227
|
+
title: "Analytics & Reporting — SaaSify Business Intelligence",
|
|
228
228
|
},
|
|
229
229
|
}
|
|
230
230
|
}
|
|
@@ -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 securityPage = (): Partial<Page> => {
|
|
5
5
|
return {
|
|
6
|
-
slug: "features/
|
|
6
|
+
slug: "features/security",
|
|
7
7
|
_status: "published",
|
|
8
|
-
title: "
|
|
8
|
+
title: "Security & Compliance",
|
|
9
9
|
hero: {
|
|
10
10
|
type: "lowImpact",
|
|
11
11
|
richText: {
|
|
@@ -21,7 +21,7 @@ export const seoPage = (): Partial<Page> => {
|
|
|
21
21
|
format: 0,
|
|
22
22
|
mode: "normal",
|
|
23
23
|
style: "",
|
|
24
|
-
text: "
|
|
24
|
+
text: "Enterprise-grade security without the complexity",
|
|
25
25
|
version: 1,
|
|
26
26
|
},
|
|
27
27
|
],
|
|
@@ -40,7 +40,7 @@ export const seoPage = (): Partial<Page> => {
|
|
|
40
40
|
format: 0,
|
|
41
41
|
mode: "normal",
|
|
42
42
|
style: "",
|
|
43
|
-
text: "
|
|
43
|
+
text: "SOC 2 Type II certified with end-to-end encryption, SSO support, and comprehensive audit logs. Your data is protected by the same standards used by Fortune 500 companies.",
|
|
44
44
|
version: 1,
|
|
45
45
|
},
|
|
46
46
|
],
|
|
@@ -62,7 +62,7 @@ export const seoPage = (): Partial<Page> => {
|
|
|
62
62
|
link: {
|
|
63
63
|
type: "custom",
|
|
64
64
|
appearance: "default",
|
|
65
|
-
label: "Start
|
|
65
|
+
label: "Start free trial",
|
|
66
66
|
url: "/sign-up",
|
|
67
67
|
},
|
|
68
68
|
},
|
|
@@ -70,8 +70,8 @@ export const seoPage = (): Partial<Page> => {
|
|
|
70
70
|
link: {
|
|
71
71
|
type: "custom",
|
|
72
72
|
appearance: "outline",
|
|
73
|
-
label: "
|
|
74
|
-
url: "/
|
|
73
|
+
label: "View security docs",
|
|
74
|
+
url: "/security",
|
|
75
75
|
},
|
|
76
76
|
},
|
|
77
77
|
],
|
|
@@ -79,118 +79,118 @@ export const seoPage = (): Partial<Page> => {
|
|
|
79
79
|
layout: [
|
|
80
80
|
{
|
|
81
81
|
blockType: "featureShowcase",
|
|
82
|
-
blockName: "
|
|
83
|
-
label: "
|
|
84
|
-
headline: "
|
|
82
|
+
blockName: "Data Encryption",
|
|
83
|
+
label: "Data Protection",
|
|
84
|
+
headline: "Your data encrypted at rest and in transit",
|
|
85
85
|
description: createParagraph(
|
|
86
|
-
"
|
|
86
|
+
"AES-256 encryption protects your data at rest, while TLS 1.3 secures all data in transit. Your information is protected by the same standards used by financial institutions.",
|
|
87
87
|
),
|
|
88
88
|
link: {
|
|
89
89
|
type: "custom",
|
|
90
|
-
label: "Learn about
|
|
91
|
-
url: "/
|
|
90
|
+
label: "Learn about encryption",
|
|
91
|
+
url: "/security",
|
|
92
92
|
appearance: "default",
|
|
93
93
|
},
|
|
94
94
|
imagePosition: "right",
|
|
95
95
|
features: [
|
|
96
|
-
{ text: "
|
|
97
|
-
{ text: "
|
|
98
|
-
{ text: "
|
|
99
|
-
{ text: "
|
|
96
|
+
{ text: "AES-256 encryption at rest" },
|
|
97
|
+
{ text: "TLS 1.3 for data in transit" },
|
|
98
|
+
{ text: "Encrypted backups" },
|
|
99
|
+
{ text: "Key management best practices" },
|
|
100
100
|
],
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
blockType: "featureShowcase",
|
|
104
|
-
blockName: "
|
|
105
|
-
label: "
|
|
106
|
-
headline: "
|
|
104
|
+
blockName: "Access Control",
|
|
105
|
+
label: "Access Management",
|
|
106
|
+
headline: "Granular permissions and SSO support",
|
|
107
107
|
description: createParagraph(
|
|
108
|
-
"
|
|
108
|
+
"Role-based access control lets you define exactly who can see and do what. SAML SSO integration works with Okta, Azure AD, Google Workspace, and other identity providers.",
|
|
109
109
|
),
|
|
110
110
|
link: {
|
|
111
111
|
type: "custom",
|
|
112
|
-
label: "Explore
|
|
113
|
-
url: "/
|
|
112
|
+
label: "Explore access controls",
|
|
113
|
+
url: "/security",
|
|
114
114
|
appearance: "default",
|
|
115
115
|
},
|
|
116
116
|
imagePosition: "left",
|
|
117
117
|
features: [
|
|
118
|
-
{ text: "
|
|
119
|
-
{ text: "
|
|
120
|
-
{ text: "
|
|
121
|
-
{ text: "
|
|
118
|
+
{ text: "Role-based access control (RBAC)" },
|
|
119
|
+
{ text: "SAML SSO integration" },
|
|
120
|
+
{ text: "Two-factor authentication" },
|
|
121
|
+
{ text: "Session management" },
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
blockType: "featureShowcase",
|
|
126
|
-
blockName: "
|
|
127
|
-
label: "
|
|
128
|
-
headline: "
|
|
126
|
+
blockName: "Compliance",
|
|
127
|
+
label: "Compliance & Auditing",
|
|
128
|
+
headline: "Meet compliance requirements with confidence",
|
|
129
129
|
description: createParagraph(
|
|
130
|
-
"
|
|
130
|
+
"SOC 2 Type II certified with comprehensive audit logs and data governance tools. Export reports for auditors and meet GDPR, CCPA, and HIPAA requirements.",
|
|
131
131
|
),
|
|
132
132
|
link: {
|
|
133
133
|
type: "custom",
|
|
134
|
-
label: "
|
|
135
|
-
url: "/
|
|
134
|
+
label: "View compliance docs",
|
|
135
|
+
url: "/security",
|
|
136
136
|
appearance: "default",
|
|
137
137
|
},
|
|
138
138
|
imagePosition: "right",
|
|
139
139
|
features: [
|
|
140
|
-
{ text: "
|
|
141
|
-
{ text: "
|
|
142
|
-
{ text: "
|
|
143
|
-
{ text: "
|
|
140
|
+
{ text: "SOC 2 Type II certified" },
|
|
141
|
+
{ text: "GDPR and CCPA compliant" },
|
|
142
|
+
{ text: "Comprehensive audit logs" },
|
|
143
|
+
{ text: "Data retention controls" },
|
|
144
144
|
],
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
blockType: "bentoFeatures",
|
|
148
|
-
blockName: "
|
|
149
|
-
heading: "
|
|
150
|
-
subheading: "
|
|
148
|
+
blockName: "Security Features",
|
|
149
|
+
heading: "Security you can trust",
|
|
150
|
+
subheading: "Enterprise-grade protection without enterprise complexity",
|
|
151
151
|
features: [
|
|
152
152
|
{
|
|
153
153
|
size: "small",
|
|
154
154
|
style: "gradient",
|
|
155
|
-
icon: "
|
|
156
|
-
stat: "
|
|
157
|
-
title: "
|
|
158
|
-
description: createParagraph("
|
|
155
|
+
icon: "shield",
|
|
156
|
+
stat: "SOC 2",
|
|
157
|
+
title: "Certified",
|
|
158
|
+
description: createParagraph("Type II certification verified annually."),
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
size: "small",
|
|
162
162
|
style: "accent",
|
|
163
|
-
icon: "
|
|
164
|
-
title: "
|
|
165
|
-
description: createParagraph("
|
|
163
|
+
icon: "lock",
|
|
164
|
+
title: "Zero Trust",
|
|
165
|
+
description: createParagraph("Verify every request, every time."),
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
size: "small",
|
|
169
169
|
style: "default",
|
|
170
170
|
icon: "globe",
|
|
171
|
-
title: "
|
|
172
|
-
description: createParagraph("
|
|
171
|
+
title: "Global Infrastructure",
|
|
172
|
+
description: createParagraph("Redundant systems across regions."),
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
size: "small",
|
|
176
176
|
style: "primary",
|
|
177
|
-
icon: "
|
|
178
|
-
title: "
|
|
179
|
-
description: createParagraph("
|
|
177
|
+
icon: "database",
|
|
178
|
+
title: "Backup & Recovery",
|
|
179
|
+
description: createParagraph("Automated backups with point-in-time recovery."),
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
size: "small",
|
|
183
183
|
style: "default",
|
|
184
|
-
icon: "
|
|
185
|
-
title: "
|
|
186
|
-
description: createParagraph("
|
|
184
|
+
icon: "search",
|
|
185
|
+
title: "Threat Detection",
|
|
186
|
+
description: createParagraph("24/7 monitoring for suspicious activity."),
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
size: "small",
|
|
190
190
|
style: "default",
|
|
191
191
|
icon: "barChart",
|
|
192
|
-
title: "
|
|
193
|
-
description: createParagraph("
|
|
192
|
+
title: "Security Reports",
|
|
193
|
+
description: createParagraph("Regular penetration testing and audits."),
|
|
194
194
|
},
|
|
195
195
|
],
|
|
196
196
|
},
|
|
@@ -198,14 +198,14 @@ export const seoPage = (): Partial<Page> => {
|
|
|
198
198
|
blockType: "proofBanner",
|
|
199
199
|
blockName: "CTA Section",
|
|
200
200
|
style: "centered",
|
|
201
|
-
headline: "
|
|
202
|
-
subtext: "
|
|
201
|
+
headline: "Security that scales with you",
|
|
202
|
+
subtext: "Enterprise-grade protection from day one. SOC 2 certified, GDPR compliant.",
|
|
203
203
|
links: [
|
|
204
204
|
{
|
|
205
205
|
link: {
|
|
206
206
|
type: "custom",
|
|
207
207
|
appearance: "default",
|
|
208
|
-
label: "Start
|
|
208
|
+
label: "Start free trial",
|
|
209
209
|
url: "/sign-up",
|
|
210
210
|
},
|
|
211
211
|
},
|
|
@@ -213,8 +213,8 @@ export const seoPage = (): Partial<Page> => {
|
|
|
213
213
|
link: {
|
|
214
214
|
type: "custom",
|
|
215
215
|
appearance: "outline",
|
|
216
|
-
label: "
|
|
217
|
-
url: "/
|
|
216
|
+
label: "Request security docs",
|
|
217
|
+
url: "/contact",
|
|
218
218
|
},
|
|
219
219
|
},
|
|
220
220
|
],
|
|
@@ -222,8 +222,8 @@ export const seoPage = (): Partial<Page> => {
|
|
|
222
222
|
],
|
|
223
223
|
meta: {
|
|
224
224
|
description:
|
|
225
|
-
"
|
|
226
|
-
title: "
|
|
225
|
+
"Enterprise-grade security with SOC 2 Type II certification, end-to-end encryption, SSO support, and comprehensive compliance tools.",
|
|
226
|
+
title: "Security & Compliance — SaaSify Enterprise Protection",
|
|
227
227
|
},
|
|
228
228
|
}
|
|
229
229
|
}
|