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.
Files changed (24) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/dist/index.js +1384 -589
  3. package/package.json +2 -2
  4. package/src/templates.generated.ts +21 -21
  5. package/templates/marketing/payload/src/endpoints/seed/directoryhub/about.ts +22 -22
  6. package/templates/marketing/payload/src/endpoints/seed/directoryhub/faqs.ts +39 -39
  7. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts +35 -35
  8. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts +58 -58
  9. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/dashboard.ts +46 -46
  10. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/index.ts +4 -4
  11. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts +64 -64
  12. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts +65 -65
  13. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts +55 -58
  14. package/templates/marketing/payload/src/endpoints/seed/directoryhub/home.ts +145 -145
  15. package/templates/marketing/payload/src/endpoints/seed/directoryhub/index.ts +55 -55
  16. package/templates/marketing/payload/src/endpoints/seed/directoryhub/posts.ts +231 -221
  17. package/templates/marketing/payload/src/endpoints/seed/directoryhub/pricing.ts +27 -27
  18. package/templates/marketing/payload/src/endpoints/seed/directoryhub/privacy.ts +3 -3
  19. package/templates/marketing/payload/src/endpoints/seed/directoryhub/terms.ts +6 -6
  20. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts +63 -62
  21. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts +62 -62
  22. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts +4 -4
  23. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/local-services.ts +62 -62
  24. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts +66 -66
@@ -24,7 +24,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
24
24
  format: 0,
25
25
  mode: "normal",
26
26
  style: "",
27
- text: "We help entrepreneurs build directory businesses",
27
+ text: "We're building the future of team productivity",
28
28
  version: 1,
29
29
  },
30
30
  ],
@@ -43,7 +43,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
43
43
  format: 0,
44
44
  mode: "normal",
45
45
  style: "",
46
- text: "DirectoryHub makes it easy for anyone to launch, monetize, and grow niche directory websites without writing code.",
46
+ text: "SaaSify makes it easy for teams to collaborate, automate workflows, and scale their operationsall in one powerful platform.",
47
47
  version: 1,
48
48
  },
49
49
  ],
@@ -67,9 +67,9 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
67
67
  blockType: "featureShowcase",
68
68
  blockName: "Our Mission",
69
69
  label: "Our Mission",
70
- headline: "Democratizing the directory business model",
70
+ headline: "Making powerful tools accessible to every team",
71
71
  description: createParagraph(
72
- "Directory websites remain one of the most sustainable online business models, yet building one traditionally requires significant technical expertise. We believe anyone with niche knowledge should be able to turn that expertise into a profitable directory business. DirectoryHub handles the technical complexity so you can focus on what matters: curating great content and growing your community.",
72
+ "Great software shouldn't require a huge budget or dedicated IT team. We believe every organization deserves access to the tools that help them do their best work. SaaSify brings together the best of project management, collaboration, and automation in one intuitive platform that grows with your team.",
73
73
  ),
74
74
  link: {
75
75
  type: "custom",
@@ -79,9 +79,9 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
79
79
  },
80
80
  imagePosition: "right",
81
81
  features: [
82
- { text: "No coding required" },
83
- { text: "Built-in monetization" },
84
- { text: "Enterprise-grade SEO" },
82
+ { text: "No technical skills required" },
83
+ { text: "100+ integrations built-in" },
84
+ { text: "Enterprise-grade security" },
85
85
  { text: "Scale as you grow" },
86
86
  ],
87
87
  },
@@ -90,9 +90,9 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
90
90
  blockType: "proofBanner",
91
91
  blockName: "Impact Stats",
92
92
  style: "withBackground",
93
- headline: "Trusted by directory builders worldwide",
93
+ headline: "Trusted by teams worldwide",
94
94
  subtext:
95
- "Join hundreds of entrepreneurs who have launched successful directories with DirectoryHub",
95
+ "Join thousands of teams who have transformed how they work with SaaSify",
96
96
  },
97
97
  // Values Grid
98
98
  {
@@ -107,7 +107,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
107
107
  icon: "zap",
108
108
  title: "Simplicity First",
109
109
  description: createParagraph(
110
- "We remove complexity so you can focus on building your business.",
110
+ "We remove complexity so you can focus on what matters most.",
111
111
  ),
112
112
  },
113
113
  {
@@ -116,7 +116,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
116
116
  icon: "rocket",
117
117
  title: "Built for Growth",
118
118
  description: createParagraph(
119
- "Every feature is designed to help you scale sustainably.",
119
+ "Every feature is designed to help your team scale sustainably.",
120
120
  ),
121
121
  },
122
122
  {
@@ -141,7 +141,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
141
141
  icon: "globe",
142
142
  title: "Quality Matters",
143
143
  description: createParagraph(
144
- "We build tools that help you maintain high-quality directories.",
144
+ "We build tools that are reliable, fast, and delightful to use.",
145
145
  ),
146
146
  },
147
147
  {
@@ -160,19 +160,19 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
160
160
  blockType: "featureShowcase",
161
161
  blockName: "Our Story",
162
162
  label: "Our Story",
163
- headline: "From frustration to solution",
163
+ headline: "Born from real frustrations",
164
164
  description: createParagraph(
165
- "DirectoryHub was born when our founders tried to build a niche directory and discovered how much technical overhead was involved. After months of custom development for what seemed like a simple project, we realized there had to be a better way. We built DirectoryHub to be the platform we wished existed — one that handles all the technical complexity while giving directory builders complete control over their business.",
165
+ "SaaSify started when our founders experienced firsthand how fragmented and frustrating work tools had become. Juggling dozens of apps, losing context between tools, and spending more time managing work than doing it. We built the platform we wished we had — one that brings everything together and just works.",
166
166
  ),
167
167
  link: {
168
168
  type: "custom",
169
169
  url: "/sign-up",
170
- label: "Start building free",
170
+ label: "Start free trial",
171
171
  appearance: "default",
172
172
  },
173
173
  imagePosition: "left",
174
174
  features: [
175
- { text: "Founded by directory builders" },
175
+ { text: "Founded by operators, for operators" },
176
176
  { text: "Bootstrapped and profitable" },
177
177
  { text: "Customer-funded development" },
178
178
  { text: "Global remote team" },
@@ -216,7 +216,7 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
216
216
  format: 0,
217
217
  mode: "normal",
218
218
  style: "",
219
- text: "Have questions about DirectoryHub? We'd love to hear from you. Send us a message and our team will respond within 24 hours.",
219
+ text: "Have questions about SaaSify? We'd love to hear from you. Send us a message and our team will respond within 24 hours.",
220
220
  version: 1,
221
221
  },
222
222
  ],
@@ -249,14 +249,14 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
249
249
  blockType: "proofBanner",
250
250
  blockName: "Footer CTA",
251
251
  style: "centered",
252
- headline: "Ready to build your directory?",
253
- subtext: "Join hundreds of entrepreneurs building successful directory businesses.",
252
+ headline: "Ready to transform how your team works?",
253
+ subtext: "Join thousands of teams building their future with SaaSify.",
254
254
  links: [
255
255
  {
256
256
  link: {
257
257
  type: "custom",
258
258
  appearance: "default",
259
- label: "Start for free",
259
+ label: "Start free trial",
260
260
  url: "/sign-up",
261
261
  },
262
262
  },
@@ -273,8 +273,8 @@ export const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> =>
273
273
  ],
274
274
  meta: {
275
275
  description:
276
- "Learn about DirectoryHub — the platform that makes it easy to build, monetize, and grow directory websites. Founded by directory builders, for directory builders.",
277
- title: "About DirectoryHub — Our Mission & Story",
276
+ "Learn about SaaSify — the platform that makes it easy to collaborate, automate, and scale. Built by operators, for operators.",
277
+ title: "About SaaSify — Our Mission & Story",
278
278
  },
279
279
  title: "About",
280
280
  }
@@ -4,33 +4,33 @@ import { createParagraph } from "./richtext-helper"
4
4
  export const faqData: Partial<Faq>[] = [
5
5
  // Getting Started FAQs
6
6
  {
7
- question: "How quickly can I launch my directory?",
7
+ question: "How quickly can I get my team started?",
8
8
  answer: createParagraph(
9
- "Most customers launch their first directory within 1-2 days. Pick a template, customize your branding, add your first listings, and you're live. No coding required.",
9
+ "Most teams are up and running within hours. Invite your team members, configure your workspace, and start collaborating immediately. No lengthy setup or technical expertise required.",
10
10
  ),
11
11
  category: "getting-started",
12
12
  order: 1,
13
13
  },
14
14
  {
15
- question: "Do I need technical skills to use DirectoryHub?",
15
+ question: "Do I need technical skills to use SaaSify?",
16
16
  answer: createParagraph(
17
- "No technical skills required. DirectoryHub is designed for non-technical users. Our visual editor lets you customize everything from colors to layouts without writing any code.",
17
+ "No technical skills required. Our intuitive interface lets anyone configure workflows, set up integrations, and manage their workspace without writing any code.",
18
18
  ),
19
19
  category: "getting-started",
20
20
  order: 2,
21
21
  },
22
22
  {
23
- question: "Can I import existing listings from another platform?",
23
+ question: "Can I import data from other tools?",
24
24
  answer: createParagraph(
25
- "Yes! You can import listings via CSV upload. We also offer migration assistance for larger directories moving from other platforms. Contact our support team for help with migrations.",
25
+ "Yes! Import data via CSV or use our native integrations to sync data from tools like Salesforce, HubSpot, Notion, and more. We also offer migration assistance for larger accounts.",
26
26
  ),
27
27
  category: "getting-started",
28
28
  order: 3,
29
29
  },
30
30
  {
31
- question: "What kind of directories can I build?",
31
+ question: "What teams and use cases is SaaSify best for?",
32
32
  answer: createParagraph(
33
- "DirectoryHub works for any type of directory: local services, B2B vendors, community directories, marketplaces, job boards, real estate, and more. Our templates cover the most popular use cases, and custom fields let you build any schema.",
33
+ "SaaSify works for any team that needs to collaborate and get work done: sales, marketing, product, operations, customer success, and more. Our flexible platform adapts to your workflows.",
34
34
  ),
35
35
  category: "getting-started",
36
36
  order: 4,
@@ -40,7 +40,7 @@ export const faqData: Partial<Faq>[] = [
40
40
  {
41
41
  question: "Is there a free plan?",
42
42
  answer: createParagraph(
43
- "Yes! Start with our Free plan to explore the platform. You can launch a basic directory with up to 50 listings. Upgrade anytime to unlock premium features and higher limits.",
43
+ "Yes! Start with our Free plan for up to 3 users. Explore the platform, set up your workspace, and upgrade anytime to unlock more users and advanced features.",
44
44
  ),
45
45
  category: "pricing",
46
46
  order: 1,
@@ -48,7 +48,7 @@ export const faqData: Partial<Faq>[] = [
48
48
  {
49
49
  question: "What payment methods do you accept?",
50
50
  answer: createParagraph(
51
- "We accept all major credit cards (Visa, Mastercard, American Express) and debit cards through Stripe. Annual plans can also be paid via invoice for qualifying accounts.",
51
+ "We accept all major credit cards (Visa, Mastercard, American Express) through Stripe. Annual plans can also be paid via invoice for qualifying accounts.",
52
52
  ),
53
53
  category: "pricing",
54
54
  order: 2,
@@ -70,9 +70,9 @@ export const faqData: Partial<Faq>[] = [
70
70
  order: 4,
71
71
  },
72
72
  {
73
- question: "What happens if I exceed my listing limit?",
73
+ question: "What happens if my team grows beyond my plan limits?",
74
74
  answer: createParagraph(
75
- "You'll receive a notification when approaching your limit. You can upgrade your plan to increase limits, or we'll help you identify which listings to archive if you prefer to stay on your current plan.",
75
+ "We'll notify you when approaching your user limit. You can upgrade your plan to increase limits, or we'll help you optimize your current plan to get the most value.",
76
76
  ),
77
77
  category: "pricing",
78
78
  order: 5,
@@ -80,7 +80,7 @@ export const faqData: Partial<Faq>[] = [
80
80
  {
81
81
  question: "Is there a refund policy?",
82
82
  answer: createParagraph(
83
- "We offer a 14-day money-back guarantee for all paid plans. If you're not satisfied within the first 14 days, contact support for a full refund, no questions asked.",
83
+ "We offer a 14-day money-back guarantee on all paid plans. If you're not satisfied within the first 14 days, contact support for a full refund, no questions asked.",
84
84
  ),
85
85
  category: "pricing",
86
86
  order: 6,
@@ -88,49 +88,49 @@ export const faqData: Partial<Faq>[] = [
88
88
 
89
89
  // Features FAQs
90
90
  {
91
- question: "Can I accept payments through my directory?",
91
+ question: "What integrations does SaaSify support?",
92
92
  answer: createParagraph(
93
- "Yes! Connect your Stripe account to accept payments for premium listings, subscriptions, and featured placements. We handle the payment flow; you keep the revenue minus Stripe's standard fees.",
93
+ "We integrate with 100+ tools including Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. New integrations are added regularly based on customer requests.",
94
94
  ),
95
95
  category: "features",
96
96
  order: 1,
97
97
  },
98
98
  {
99
- question: "How does SEO work with DirectoryHub?",
99
+ question: "How does reporting and analytics work?",
100
100
  answer: createParagraph(
101
- "Every directory includes automatic SEO optimization: schema markup, dynamic sitemaps, meta tags, and clean URLs. Your listings are structured for Google's rich results and local pack rankings.",
101
+ "Real-time dashboards show key metrics for your team and projects. Create custom reports, schedule automated delivery to stakeholders, and export data anytime for deeper analysis.",
102
102
  ),
103
103
  category: "features",
104
104
  order: 2,
105
105
  },
106
106
  {
107
- question: "Can I use my own domain name?",
107
+ question: "Can team members manage their own workspaces?",
108
108
  answer: createParagraph(
109
- "Yes! Custom domains are supported on all paid plans. Point your domain to DirectoryHub, and we'll handle SSL certificates and domain configuration automatically.",
109
+ "Yes! Team members can customize their workspace, set personal preferences, and manage their own workflows within your organization's guidelines. Admins maintain control over permissions.",
110
110
  ),
111
111
  category: "features",
112
112
  order: 3,
113
113
  },
114
114
  {
115
- question: "Do you support reviews and ratings?",
115
+ question: "Is there an API available?",
116
116
  answer: createParagraph(
117
- "Yes! Enable user reviews and ratings for your listings. You can moderate reviews, require verification, and display aggregate ratings. Review schema is automatically added for rich snippets.",
117
+ "Yes! Our REST API is available on Pro and Business plans. Use it to build custom integrations, automate workflows programmatically, or connect SaaSify to your internal tools.",
118
118
  ),
119
119
  category: "features",
120
120
  order: 4,
121
121
  },
122
122
  {
123
- question: "Can businesses manage their own listings?",
123
+ question: "Can I automate workflows?",
124
124
  answer: createParagraph(
125
- "Absolutely. Business owners can claim and manage their listings through dedicated dashboards. They can update information, respond to reviews, track analytics, and manage their subscription.",
125
+ "Absolutely. Our visual workflow builder lets you automate approvals, notifications, data syncing, and more without writing code. Set triggers, conditions, and actions in minutes.",
126
126
  ),
127
127
  category: "features",
128
128
  order: 5,
129
129
  },
130
130
  {
131
- question: "Is there an API available?",
131
+ question: "Do you support custom fields and data types?",
132
132
  answer: createParagraph(
133
- "Yes! Our REST API is available on Professional and Enterprise plans. Use it to integrate your directory with other tools, import data programmatically, or build custom applications.",
133
+ "Yes! Create custom fields to capture any data your team needs. We support text, numbers, dates, dropdowns, checkboxes, file attachments, and more.",
134
134
  ),
135
135
  category: "features",
136
136
  order: 6,
@@ -140,15 +140,15 @@ export const faqData: Partial<Faq>[] = [
140
140
  {
141
141
  question: "Where is my data hosted?",
142
142
  answer: createParagraph(
143
- "All data is hosted on secure servers in the United States and Europe. We use enterprise-grade infrastructure with automatic backups, redundancy, and 99.9% uptime SLA.",
143
+ "All data is hosted on secure AWS infrastructure in US and EU regions. We maintain a 99.9% uptime SLA with automatic failover and regular backups.",
144
144
  ),
145
145
  category: "technical",
146
146
  order: 1,
147
147
  },
148
148
  {
149
- question: "Is DirectoryHub GDPR compliant?",
149
+ question: "Is SaaSify GDPR compliant?",
150
150
  answer: createParagraph(
151
- "Yes. We are fully GDPR compliant. We provide data processing agreements, respect user consent preferences, and offer data export/deletion tools for you to fulfill user requests.",
151
+ "Yes. We're fully GDPR and CCPA compliant. We provide data processing agreements, consent management tools, and data export/deletion capabilities to help you meet your obligations.",
152
152
  ),
153
153
  category: "technical",
154
154
  order: 2,
@@ -156,15 +156,15 @@ export const faqData: Partial<Faq>[] = [
156
156
  {
157
157
  question: "Can I export my data?",
158
158
  answer: createParagraph(
159
- "Yes! Export your listings, users, and analytics data at any time. We provide CSV exports for all data types. You own your data and can take it with you if you ever decide to leave.",
159
+ "Yes! Export all your data anytime via CSV or API. You own your data and can take it with you if you ever decide to leave. No lock-in, no hassle.",
160
160
  ),
161
161
  category: "technical",
162
162
  order: 3,
163
163
  },
164
164
  {
165
- question: "How secure is my directory?",
165
+ question: "How secure is SaaSify?",
166
166
  answer: createParagraph(
167
- "Security is a top priority. We use SSL encryption, secure payment processing via Stripe, regular security audits, and follow OWASP best practices. Enterprise plans include SOC 2 compliance.",
167
+ "We're SOC 2 Type II certified with end-to-end encryption, SSO/SAML support, and regular third-party security audits. Your data security is our top priority.",
168
168
  ),
169
169
  category: "technical",
170
170
  order: 4,
@@ -174,7 +174,7 @@ export const faqData: Partial<Faq>[] = [
174
174
  {
175
175
  question: "What support options are available?",
176
176
  answer: createParagraph(
177
- "All plans include email support with 24-hour response times. Professional plans add live chat support. Enterprise plans include dedicated account managers and phone support.",
177
+ "All plans include email support with 24-hour response times. Pro plans add live chat support. Business plans include a dedicated customer success manager and phone support.",
178
178
  ),
179
179
  category: "support",
180
180
  order: 1,
@@ -182,7 +182,7 @@ export const faqData: Partial<Faq>[] = [
182
182
  {
183
183
  question: "Do you offer onboarding assistance?",
184
184
  answer: createParagraph(
185
- "Yes! All paid plans include onboarding guides and video tutorials. Professional and Enterprise plans include personalized onboarding calls to help you get set up for success.",
185
+ "Yes! All paid plans include onboarding guides and video tutorials. Pro and Business plans include personalized onboarding calls to help you get set up for success.",
186
186
  ),
187
187
  category: "support",
188
188
  order: 2,
@@ -190,7 +190,7 @@ export const faqData: Partial<Faq>[] = [
190
190
  {
191
191
  question: "Can I request new features?",
192
192
  answer: createParagraph(
193
- "Absolutely! We love hearing from customers. Submit feature requests through our feedback portal. Many of our most popular features came directly from customer suggestions.",
193
+ "Absolutely! Submit feature requests through our feedback portal. Many of our most popular features came directly from customer suggestions. We prioritize based on demand.",
194
194
  ),
195
195
  category: "support",
196
196
  order: 3,
@@ -198,17 +198,17 @@ export const faqData: Partial<Faq>[] = [
198
198
 
199
199
  // General FAQs
200
200
  {
201
- question: "What makes DirectoryHub different from other platforms?",
201
+ question: "What makes SaaSify different from other platforms?",
202
202
  answer: createParagraph(
203
- "DirectoryHub is purpose-built for directories. Unlike general website builders or generic CMS platforms, every feature is designed specifically for the directory use case—from listing schemas to monetization tools.",
203
+ "SaaSify brings together the best of project management, CRM, and collaboration tools in one unified platform designed for how modern teams actually work. No more app switching or lost context.",
204
204
  ),
205
205
  category: "general",
206
206
  order: 1,
207
207
  },
208
208
  {
209
- question: "Can I use DirectoryHub for multiple directories?",
209
+ question: "Can I use SaaSify for multiple teams?",
210
210
  answer: createParagraph(
211
- "Yes! Our Professional and Enterprise plans support multiple directories under one account. Manage all your directories from a single dashboard with unified billing and analytics.",
211
+ "Yes! Our Business plan supports unlimited teams and workspaces with unified billing and cross-team visibility. Perfect for organizations with multiple departments.",
212
212
  ),
213
213
  category: "general",
214
214
  order: 2,
@@ -216,7 +216,7 @@ export const faqData: Partial<Faq>[] = [
216
216
  {
217
217
  question: "How do I contact sales?",
218
218
  answer: createParagraph(
219
- "For sales inquiries, contact us at sales@directoryhub.com or book a demo through our website. Our team will help you understand which plan and features are right for your needs.",
219
+ "For sales inquiries, contact us at sales@saasify.com or book a demo through our website. Our team will help you understand which plan and features are right for your needs.",
220
220
  ),
221
221
  category: "general",
222
222
  order: 3,
@@ -21,7 +21,7 @@ export const automationPage = (): Partial<Page> => {
21
21
  format: 0,
22
22
  mode: "normal",
23
23
  style: "",
24
- text: "Automate the busywork, focus on growth",
24
+ text: "Eliminate busywork with smart automation",
25
25
  version: 1,
26
26
  },
27
27
  ],
@@ -40,7 +40,7 @@ export const automationPage = (): Partial<Page> => {
40
40
  format: 0,
41
41
  mode: "normal",
42
42
  style: "",
43
- text: "Set up workflows that handle repetitive tasks automatically. From email notifications to listing expirations, let automation do the heavy lifting.",
43
+ text: "Build powerful automations without code. Automate approvals, notifications, data entry, and repetitive tasks. Let your team focus on work that matters.",
44
44
  version: 1,
45
45
  },
46
46
  ],
@@ -62,7 +62,7 @@ export const automationPage = (): Partial<Page> => {
62
62
  link: {
63
63
  type: "custom",
64
64
  appearance: "default",
65
- label: "Start automating",
65
+ label: "Start free trial",
66
66
  url: "/sign-up",
67
67
  },
68
68
  },
@@ -79,75 +79,75 @@ export const automationPage = (): Partial<Page> => {
79
79
  layout: [
80
80
  {
81
81
  blockType: "featureShowcase",
82
- blockName: "Email Automation",
83
- label: "Email Workflows",
84
- headline: "Automated emails that nurture and convert",
82
+ blockName: "Visual Builder",
83
+ label: "No-Code Builder",
84
+ headline: "Build automations visually, no code required",
85
85
  description: createParagraph(
86
- "Welcome new users, remind about expiring listings, confirm submissions, and celebrate milestones. Set up email sequences once and let them run automatically.",
86
+ "Our visual workflow builder makes automation accessible to everyone. Drag and drop triggers, conditions, and actions to create powerful automations in minutes.",
87
87
  ),
88
88
  link: {
89
89
  type: "custom",
90
- label: "Learn about email automation",
91
- url: "/features",
90
+ label: "Try the workflow builder",
91
+ url: "/sign-up",
92
92
  appearance: "default",
93
93
  },
94
94
  imagePosition: "right",
95
95
  features: [
96
- { text: "Welcome email sequences" },
97
- { text: "Listing expiration reminders" },
98
- { text: "Submission confirmation emails" },
99
- { text: "Payment receipt notifications" },
96
+ { text: "Drag-and-drop interface" },
97
+ { text: "Pre-built templates" },
98
+ { text: "Test before you deploy" },
99
+ { text: "Version history" },
100
100
  ],
101
101
  },
102
102
  {
103
103
  blockType: "featureShowcase",
104
- blockName: "Workflow Automation",
105
- label: "Smart Workflows",
106
- headline: "Build custom workflows without code",
104
+ blockName: "Triggers & Actions",
105
+ label: "Smart Triggers",
106
+ headline: "React to any event automatically",
107
107
  description: createParagraph(
108
- "Create trigger-based workflows that respond to events in your directory. When a listing is submitted, approved, or expires, trigger the right actions automatically.",
108
+ "Trigger automations based on form submissions, status changes, dates, or custom conditions. Chain multiple actions together for complex workflows.",
109
109
  ),
110
110
  link: {
111
111
  type: "custom",
112
- label: "Explore workflow builder",
112
+ label: "Explore triggers",
113
113
  url: "/features",
114
114
  appearance: "default",
115
115
  },
116
116
  imagePosition: "left",
117
117
  features: [
118
- { text: "Visual workflow builder" },
119
118
  { text: "Event-based triggers" },
120
- { text: "Conditional logic branches" },
121
- { text: "Third-party integrations" },
119
+ { text: "Scheduled automations" },
120
+ { text: "Conditional logic" },
121
+ { text: "Multi-step workflows" },
122
122
  ],
123
123
  },
124
124
  {
125
125
  blockType: "featureShowcase",
126
- blockName: "Scheduled Tasks",
127
- label: "Scheduled Actions",
128
- headline: "Set it and forget it with scheduled tasks",
126
+ blockName: "Cross-App Automation",
127
+ label: "Connected Actions",
128
+ headline: "Automate across all your tools",
129
129
  description: createParagraph(
130
- "Schedule recurring tasks like content cleanup, report generation, and backup exports. Keep your directory running smoothly without manual intervention.",
130
+ "Connect automations to Slack, email, Salesforce, and 100+ other tools. When something happens in SaaSify, trigger actions anywhere in your tech stack.",
131
131
  ),
132
132
  link: {
133
133
  type: "custom",
134
- label: "See scheduling options",
135
- url: "/features",
134
+ label: "See integrations",
135
+ url: "/features/integrations",
136
136
  appearance: "default",
137
137
  },
138
138
  imagePosition: "right",
139
139
  features: [
140
- { text: "Automated content expiration" },
141
- { text: "Scheduled report emails" },
142
- { text: "Recurring backup exports" },
143
- { text: "Periodic data cleanup" },
140
+ { text: "100+ app integrations" },
141
+ { text: "Custom webhooks" },
142
+ { text: "API actions" },
143
+ { text: "Two-way data sync" },
144
144
  ],
145
145
  },
146
146
  {
147
147
  blockType: "bentoFeatures",
148
148
  blockName: "Automation Features",
149
149
  heading: "Automation that saves hours every week",
150
- subheading: "Focus on growing your directory while automation handles the rest",
150
+ subheading: "Focus on meaningful work while automation handles the rest",
151
151
  features: [
152
152
  {
153
153
  size: "small",
@@ -205,7 +205,7 @@ export const automationPage = (): Partial<Page> => {
205
205
  link: {
206
206
  type: "custom",
207
207
  appearance: "default",
208
- label: "Get started free",
208
+ label: "Start free trial",
209
209
  url: "/sign-up",
210
210
  },
211
211
  },
@@ -222,8 +222,8 @@ export const automationPage = (): Partial<Page> => {
222
222
  ],
223
223
  meta: {
224
224
  description:
225
- "Automate your directory operations with smart workflows, email sequences, and scheduled tasks. Save hours every week without writing code.",
226
- title: "Automation Features DirectoryHub Workflow Tools",
225
+ "Build powerful automations without code. Automate approvals, notifications, and cross-app workflows with SaaSify's visual automation builder.",
226
+ title: "Automation — SaaSify No-Code Workflow Builder",
227
227
  },
228
228
  }
229
229
  }