kofi-stack-template-generator 2.1.47 → 2.1.48
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +2 -2
- package/src/templates.generated.ts +5 -5
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts +1 -1
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts +2 -2
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts +2 -2
- package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> kofi-stack-template-generator@2.1.
|
|
2
|
+
> kofi-stack-template-generator@2.1.48 build /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/template-generator
|
|
3
3
|
> pnpm run prebuild && tsup src/index.ts --format esm --dts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> kofi-stack-template-generator@2.1.
|
|
6
|
+
> kofi-stack-template-generator@2.1.48 prebuild /Users/theodenanyoh/Documents/Krumalabs/create-kofi-stack-v2/packages/template-generator
|
|
7
7
|
> node scripts/generate-templates.js
|
|
8
8
|
|
|
9
9
|
Generating templates.generated.ts...
|
|
@@ -14,7 +14,7 @@ CLI tsup v8.5.1
|
|
|
14
14
|
CLI Target: es2022
|
|
15
15
|
ESM Build start
|
|
16
16
|
ESM dist/index.js 2.27 MB
|
|
17
|
-
ESM ⚡️ Build success in
|
|
17
|
+
ESM ⚡️ Build success in 51ms
|
|
18
18
|
DTS Build start
|
|
19
|
-
DTS ⚡️ Build success in
|
|
19
|
+
DTS ⚡️ Build success in 528ms
|
|
20
20
|
DTS dist/index.d.ts 2.96 KB
|
package/dist/index.js
CHANGED
|
@@ -5346,8 +5346,8 @@ export const analyticsPage = (): Partial<Page> => {
|
|
|
5346
5346
|
}
|
|
5347
5347
|
}
|
|
5348
5348
|
`,
|
|
5349
|
-
"marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts": 'import type { Page } from "@/payload-types"\nimport { createParagraph } from "../richtext-helper"\n\nexport const securityPage = (): Partial<Page> => {\n return {\n slug: "features/security",\n _status: "published",\n title: "Security & Compliance",\n hero: {\n type: "lowImpact",\n richText: {\n root: {\n type: "root",\n children: [\n {\n type: "heading",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Enterprise-grade security without the complexity",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n tag: "h1",\n version: 1,\n },\n {\n type: "paragraph",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n 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.",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n textFormat: 0,\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n version: 1,\n },\n },\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "View security docs",\n url: "/security",\n },\n },\n ],\n },\n layout: [\n {\n blockType: "featureShowcase",\n blockName: "Data Encryption",\n label: "Data Protection",\n headline: "Your data encrypted at rest and in transit",\n description: createParagraph(\n "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.",\n ),\n link: {\n type: "custom",\n label: "Learn about encryption",\n url: "/security",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "AES-256 encryption at rest" },\n { text: "TLS 1.3 for data in transit" },\n { text: "Encrypted backups" },\n { text: "Key management best practices" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Access Control",\n label: "Access Management",\n headline: "Granular permissions and SSO support",\n description: createParagraph(\n "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.",\n ),\n link: {\n type: "custom",\n label: "Explore access controls",\n url: "/security",\n appearance: "default",\n },\n imagePosition: "left",\n features: [\n { text: "Role-based access control (RBAC)" },\n { text: "SAML SSO integration" },\n { text: "Two-factor authentication" },\n { text: "Session management" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Compliance",\n label: "Compliance & Auditing",\n headline: "Meet compliance requirements with confidence",\n description: createParagraph(\n "SOC 2 Type II certified with comprehensive audit logs and data governance tools. Export reports for auditors and meet GDPR, CCPA, and HIPAA requirements.",\n ),\n link: {\n type: "custom",\n label: "View compliance docs",\n url: "/security",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "SOC 2 Type II certified" },\n { text: "GDPR and CCPA compliant" },\n { text: "Comprehensive audit logs" },\n { text: "Data retention controls" },\n ],\n },\n {\n blockType: "bentoFeatures",\n blockName: "Security Features",\n heading: "Security you can trust",\n subheading: "Enterprise-grade protection without enterprise complexity",\n features: [\n {\n size: "small",\n style: "gradient",\n icon: "shield",\n stat: "SOC 2",\n title: "Certified",\n description: createParagraph("Type II certification verified annually."),\n },\n {\n size: "small",\n style: "accent",\n icon: "
|
|
5350
|
-
"marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts": 'import type { Page } from "@/payload-types"\nimport { createParagraph } from "../richtext-helper"\n\nexport const integrationsPage = (): Partial<Page> => {\n return {\n slug: "features/integrations",\n _status: "published",\n title: "Integrations",\n hero: {\n type: "lowImpact",\n richText: {\n root: {\n type: "root",\n children: [\n {\n type: "heading",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Connect all your tools in one place",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n tag: "h1",\n version: 1,\n },\n {\n type: "paragraph",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "One-click connections to 100+ apps your team already uses. Sync data, automate workflows, and eliminate context switching.",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n textFormat: 0,\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n version: 1,\n },\n },\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "View all integrations",\n url: "/integrations",\n },\n },\n ],\n },\n layout: [\n {\n blockType: "featureShowcase",\n blockName: "Native Integrations",\n label: "100+ Integrations",\n headline: "Connect your favorite tools instantly",\n description: createParagraph(\n "Native integrations with Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. Set up in minutes, not days.",\n ),\n link: {\n type: "custom",\n label: "Browse integrations",\n url: "/integrations",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "100+ native integrations" },\n { text: "Two-way data sync" },\n { text: "Real-time updates" },\n { text: "No coding required" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Custom Integrations",\n label: "Developer Tools",\n headline: "Build custom integrations with our API",\n description: createParagraph(\n "REST API and webhooks let you connect any tool or build custom integrations. Comprehensive documentation and SDKs for popular languages.",\n ),\n link: {\n type: "custom",\n label: "View API docs",\n url: "/developers",\n appearance: "default",\n },\n imagePosition: "left",\n features: [\n { text: "RESTful API access" },\n { text: "Custom webhooks" },\n { text: "SDKs for popular languages" },\n { text: "Detailed documentation" },\n ],\n },\n {\n blockType: "bentoFeatures",\n blockName: "Integration Categories",\n heading: "Integrations for every workflow",\n subheading:\n "Connect your entire tech stack and keep data flowing seamlessly",\n features: [\n {\n size: "small",\n style: "gradient",\n icon: "
|
|
5349
|
+
"marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts": 'import type { Page } from "@/payload-types"\nimport { createParagraph } from "../richtext-helper"\n\nexport const securityPage = (): Partial<Page> => {\n return {\n slug: "features/security",\n _status: "published",\n title: "Security & Compliance",\n hero: {\n type: "lowImpact",\n richText: {\n root: {\n type: "root",\n children: [\n {\n type: "heading",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Enterprise-grade security without the complexity",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n tag: "h1",\n version: 1,\n },\n {\n type: "paragraph",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n 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.",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n textFormat: 0,\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n version: 1,\n },\n },\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "View security docs",\n url: "/security",\n },\n },\n ],\n },\n layout: [\n {\n blockType: "featureShowcase",\n blockName: "Data Encryption",\n label: "Data Protection",\n headline: "Your data encrypted at rest and in transit",\n description: createParagraph(\n "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.",\n ),\n link: {\n type: "custom",\n label: "Learn about encryption",\n url: "/security",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "AES-256 encryption at rest" },\n { text: "TLS 1.3 for data in transit" },\n { text: "Encrypted backups" },\n { text: "Key management best practices" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Access Control",\n label: "Access Management",\n headline: "Granular permissions and SSO support",\n description: createParagraph(\n "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.",\n ),\n link: {\n type: "custom",\n label: "Explore access controls",\n url: "/security",\n appearance: "default",\n },\n imagePosition: "left",\n features: [\n { text: "Role-based access control (RBAC)" },\n { text: "SAML SSO integration" },\n { text: "Two-factor authentication" },\n { text: "Session management" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Compliance",\n label: "Compliance & Auditing",\n headline: "Meet compliance requirements with confidence",\n description: createParagraph(\n "SOC 2 Type II certified with comprehensive audit logs and data governance tools. Export reports for auditors and meet GDPR, CCPA, and HIPAA requirements.",\n ),\n link: {\n type: "custom",\n label: "View compliance docs",\n url: "/security",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "SOC 2 Type II certified" },\n { text: "GDPR and CCPA compliant" },\n { text: "Comprehensive audit logs" },\n { text: "Data retention controls" },\n ],\n },\n {\n blockType: "bentoFeatures",\n blockName: "Security Features",\n heading: "Security you can trust",\n subheading: "Enterprise-grade protection without enterprise complexity",\n features: [\n {\n size: "small",\n style: "gradient",\n icon: "shield",\n stat: "SOC 2",\n title: "Certified",\n description: createParagraph("Type II certification verified annually."),\n },\n {\n size: "small",\n style: "accent",\n icon: "shield",\n title: "Zero Trust",\n description: createParagraph("Verify every request, every time."),\n },\n {\n size: "small",\n style: "default",\n icon: "globe",\n title: "Global Infrastructure",\n description: createParagraph("Redundant systems across regions."),\n },\n {\n size: "small",\n style: "primary",\n icon: "database",\n title: "Backup & Recovery",\n description: createParagraph("Automated backups with point-in-time recovery."),\n },\n {\n size: "small",\n style: "default",\n icon: "search",\n title: "Threat Detection",\n description: createParagraph("24/7 monitoring for suspicious activity."),\n },\n {\n size: "small",\n style: "default",\n icon: "barChart",\n title: "Security Reports",\n description: createParagraph("Regular penetration testing and audits."),\n },\n ],\n },\n {\n blockType: "proofBanner",\n blockName: "CTA Section",\n style: "centered",\n headline: "Security that scales with you",\n subtext: "Enterprise-grade protection from day one. SOC 2 certified, GDPR compliant.",\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "Request security docs",\n url: "/contact",\n },\n },\n ],\n },\n ],\n meta: {\n description:\n "Enterprise-grade security with SOC 2 Type II certification, end-to-end encryption, SSO support, and comprehensive compliance tools.",\n title: "Security & Compliance \u2014 SaaSify Enterprise Protection",\n },\n }\n}\n',
|
|
5350
|
+
"marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts": 'import type { Page } from "@/payload-types"\nimport { createParagraph } from "../richtext-helper"\n\nexport const integrationsPage = (): Partial<Page> => {\n return {\n slug: "features/integrations",\n _status: "published",\n title: "Integrations",\n hero: {\n type: "lowImpact",\n richText: {\n root: {\n type: "root",\n children: [\n {\n type: "heading",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Connect all your tools in one place",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n tag: "h1",\n version: 1,\n },\n {\n type: "paragraph",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "One-click connections to 100+ apps your team already uses. Sync data, automate workflows, and eliminate context switching.",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n textFormat: 0,\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n version: 1,\n },\n },\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "View all integrations",\n url: "/integrations",\n },\n },\n ],\n },\n layout: [\n {\n blockType: "featureShowcase",\n blockName: "Native Integrations",\n label: "100+ Integrations",\n headline: "Connect your favorite tools instantly",\n description: createParagraph(\n "Native integrations with Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. Set up in minutes, not days.",\n ),\n link: {\n type: "custom",\n label: "Browse integrations",\n url: "/integrations",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "100+ native integrations" },\n { text: "Two-way data sync" },\n { text: "Real-time updates" },\n { text: "No coding required" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Custom Integrations",\n label: "Developer Tools",\n headline: "Build custom integrations with our API",\n description: createParagraph(\n "REST API and webhooks let you connect any tool or build custom integrations. Comprehensive documentation and SDKs for popular languages.",\n ),\n link: {\n type: "custom",\n label: "View API docs",\n url: "/developers",\n appearance: "default",\n },\n imagePosition: "left",\n features: [\n { text: "RESTful API access" },\n { text: "Custom webhooks" },\n { text: "SDKs for popular languages" },\n { text: "Detailed documentation" },\n ],\n },\n {\n blockType: "bentoFeatures",\n blockName: "Integration Categories",\n heading: "Integrations for every workflow",\n subheading:\n "Connect your entire tech stack and keep data flowing seamlessly",\n features: [\n {\n size: "small",\n style: "gradient",\n icon: "globe",\n title: "Communication",\n description: createParagraph(\n "Slack, Microsoft Teams, Discord, and email integrations.",\n ),\n },\n {\n size: "small",\n style: "accent",\n icon: "users",\n title: "CRM & Sales",\n description: createParagraph(\n "Salesforce, HubSpot, Pipedrive, and more.",\n ),\n },\n {\n size: "small",\n style: "default",\n icon: "layers",\n title: "Project Management",\n description: createParagraph(\n "Jira, Asana, Monday.com, Trello integrations.",\n ),\n },\n {\n size: "small",\n style: "primary",\n icon: "database",\n title: "Data & Storage",\n description: createParagraph(\n "Google Drive, Dropbox, AWS S3, and databases.",\n ),\n },\n {\n size: "small",\n style: "default",\n icon: "barChart",\n title: "Analytics",\n description: createParagraph("Google Analytics, Mixpanel, Amplitude."),\n },\n {\n size: "small",\n style: "default",\n icon: "zap",\n title: "Automation",\n description: createParagraph("Zapier, Make, n8n for custom workflows."),\n },\n ],\n },\n {\n blockType: "proofBanner",\n blockName: "CTA Section",\n style: "centered",\n headline: "Connect your tools today",\n subtext: "One-click integrations with 100+ apps. Set up in minutes, not days.",\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "View all integrations",\n url: "/integrations",\n },\n },\n ],\n },\n ],\n meta: {\n description:\n "Connect SaaSify with 100+ tools including Slack, Salesforce, HubSpot, and more. Native integrations, custom webhooks, and REST API access.",\n title: "Integrations \u2014 Connect Your Tools with SaaSify",\n },\n }\n}\n',
|
|
5351
5351
|
"marketing/payload/src/endpoints/seed/directoryhub/home.ts": `import type { Media, Page } from "@/payload-types"
|
|
5352
5352
|
import { createParagraph } from "./richtext-helper"
|
|
5353
5353
|
|
|
@@ -7729,7 +7729,7 @@ export const directoryHubTerms = (): Partial<Page> => {
|
|
|
7729
7729
|
}
|
|
7730
7730
|
}
|
|
7731
7731
|
`,
|
|
7732
|
-
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts": 'import type { Page } from "@/payload-types"\nimport { createParagraph } from "../richtext-helper"\n\nexport const marketingPage = (): Partial<Page> => {\n return {\n slug: "use-cases/marketing",\n _status: "published",\n title: "SaaSify for Marketing Teams",\n hero: {\n type: "lowImpact",\n richText: {\n root: {\n type: "root",\n children: [\n {\n type: "heading",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Launch campaigns that actually convert",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n tag: "h1",\n version: 1,\n },\n {\n type: "paragraph",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Campaign planning, asset management, and performance analytics that help your marketing team move faster and measure what matters.",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n textFormat: 0,\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n version: 1,\n },\n },\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "See a demo",\n url: "/demo",\n },\n },\n ],\n },\n layout: [\n {\n blockType: "featureShowcase",\n blockName: "Campaign Management",\n label: "Campaign Planning",\n headline: "Plan and execute campaigns in one place",\n description: createParagraph(\n "Visual campaign calendars, task assignments, and deadline tracking. See every campaign across channels and keep your team aligned on priorities.",\n ),\n link: {\n type: "custom",\n label: "See campaign features",\n url: "/features",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "Visual campaign calendar" },\n { text: "Multi-channel planning" },\n { text: "Task and deadline tracking" },\n { text: "Team collaboration tools" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Asset Management",\n label: "Asset Library",\n headline: "Organize and share marketing assets",\n description: createParagraph(\n "Central repository for all your marketing materials. Version control, approval workflows, and easy sharing make it simple to keep everyone on brand.",\n ),\n link: {\n type: "custom",\n label: "Learn about asset management",\n url: "/features",\n appearance: "default",\n },\n imagePosition: "left",\n features: [\n { text: "Centralized asset library" },\n { text: "Version control" },\n { text: "Approval workflows" },\n { text: "Brand guidelines enforcement" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Performance Analytics",\n label: "Analytics",\n headline: "Measure what matters",\n description: createParagraph(\n "Track campaign performance across channels. Custom dashboards show the metrics that matter most to your team and stakeholders.",\n ),\n link: {\n type: "custom",\n label: "See analytics features",\n url: "/features/analytics",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "Cross-channel analytics" },\n { text: "Custom dashboards" },\n { text: "Automated reporting" },\n { text: "ROI tracking" },\n ],\n },\n {\n blockType: "bentoFeatures",\n blockName: "Marketing Features",\n heading: "Tools that help you market smarter",\n subheading: "Everything your marketing team needs in one platform",\n features: [\n {\n size: "small",\n style: "gradient",\n icon: "rocket",\n stat: "3x",\n title: "Campaign Velocity",\n description: createParagraph("Launch campaigns faster than ever."),\n },\n {\n size: "small",\n style: "accent",\n icon: "
|
|
7732
|
+
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts": 'import type { Page } from "@/payload-types"\nimport { createParagraph } from "../richtext-helper"\n\nexport const marketingPage = (): Partial<Page> => {\n return {\n slug: "use-cases/marketing",\n _status: "published",\n title: "SaaSify for Marketing Teams",\n hero: {\n type: "lowImpact",\n richText: {\n root: {\n type: "root",\n children: [\n {\n type: "heading",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Launch campaigns that actually convert",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n tag: "h1",\n version: 1,\n },\n {\n type: "paragraph",\n children: [\n {\n type: "text",\n detail: 0,\n format: 0,\n mode: "normal",\n style: "",\n text: "Campaign planning, asset management, and performance analytics that help your marketing team move faster and measure what matters.",\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n textFormat: 0,\n version: 1,\n },\n ],\n direction: "ltr" as const,\n format: "" as const,\n indent: 0,\n version: 1,\n },\n },\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "See a demo",\n url: "/demo",\n },\n },\n ],\n },\n layout: [\n {\n blockType: "featureShowcase",\n blockName: "Campaign Management",\n label: "Campaign Planning",\n headline: "Plan and execute campaigns in one place",\n description: createParagraph(\n "Visual campaign calendars, task assignments, and deadline tracking. See every campaign across channels and keep your team aligned on priorities.",\n ),\n link: {\n type: "custom",\n label: "See campaign features",\n url: "/features",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "Visual campaign calendar" },\n { text: "Multi-channel planning" },\n { text: "Task and deadline tracking" },\n { text: "Team collaboration tools" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Asset Management",\n label: "Asset Library",\n headline: "Organize and share marketing assets",\n description: createParagraph(\n "Central repository for all your marketing materials. Version control, approval workflows, and easy sharing make it simple to keep everyone on brand.",\n ),\n link: {\n type: "custom",\n label: "Learn about asset management",\n url: "/features",\n appearance: "default",\n },\n imagePosition: "left",\n features: [\n { text: "Centralized asset library" },\n { text: "Version control" },\n { text: "Approval workflows" },\n { text: "Brand guidelines enforcement" },\n ],\n },\n {\n blockType: "featureShowcase",\n blockName: "Performance Analytics",\n label: "Analytics",\n headline: "Measure what matters",\n description: createParagraph(\n "Track campaign performance across channels. Custom dashboards show the metrics that matter most to your team and stakeholders.",\n ),\n link: {\n type: "custom",\n label: "See analytics features",\n url: "/features/analytics",\n appearance: "default",\n },\n imagePosition: "right",\n features: [\n { text: "Cross-channel analytics" },\n { text: "Custom dashboards" },\n { text: "Automated reporting" },\n { text: "ROI tracking" },\n ],\n },\n {\n blockType: "bentoFeatures",\n blockName: "Marketing Features",\n heading: "Tools that help you market smarter",\n subheading: "Everything your marketing team needs in one platform",\n features: [\n {\n size: "small",\n style: "gradient",\n icon: "rocket",\n stat: "3x",\n title: "Campaign Velocity",\n description: createParagraph("Launch campaigns faster than ever."),\n },\n {\n size: "small",\n style: "accent",\n icon: "layers",\n title: "Project Templates",\n description: createParagraph("Pre-built templates for common campaigns."),\n },\n {\n size: "small",\n style: "default",\n icon: "users",\n title: "Team Workload",\n description: createParagraph("Balance work across your team."),\n },\n {\n size: "small",\n style: "primary",\n icon: "barChart",\n title: "Performance Metrics",\n description: createParagraph("Track KPIs across all campaigns."),\n },\n {\n size: "small",\n style: "default",\n icon: "zap",\n title: "Integrations",\n description: createParagraph("Connect with HubSpot, Marketo, and more."),\n },\n {\n size: "small",\n style: "default",\n icon: "globe",\n title: "Collaboration",\n description: createParagraph("Comments, feedback, and approvals in context."),\n },\n ],\n },\n {\n blockType: "proofBanner",\n blockName: "CTA Section",\n style: "centered",\n headline: "Supercharge your marketing team",\n subtext:\n "Campaign planning, asset management, and analytics. Start launching better campaigns today.",\n links: [\n {\n link: {\n type: "custom",\n appearance: "default",\n label: "Start free trial",\n url: "/sign-up",\n },\n },\n {\n link: {\n type: "custom",\n appearance: "outline",\n label: "Talk to sales",\n url: "/contact",\n },\n },\n ],\n },\n ],\n meta: {\n description:\n "SaaSify for marketing teams. Campaign planning, asset management, and performance analytics to help you launch campaigns that convert.",\n title: "Marketing Teams \u2014 SaaSify Use Case",\n },\n }\n}\n',
|
|
7733
7733
|
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts": `import type { Page } from "@/payload-types"
|
|
7734
7734
|
import { createParagraph } from "../richtext-helper"
|
|
7735
7735
|
|
|
@@ -7920,7 +7920,7 @@ export const productPage = (): Partial<Page> => {
|
|
|
7920
7920
|
{
|
|
7921
7921
|
size: "small",
|
|
7922
7922
|
style: "default",
|
|
7923
|
-
icon: "
|
|
7923
|
+
icon: "users",
|
|
7924
7924
|
title: "Stakeholder Updates",
|
|
7925
7925
|
description: createParagraph("Keep leadership informed automatically."),
|
|
7926
7926
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kofi-stack-template-generator",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.48",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"typecheck": "tsc --noEmit"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"kofi-stack-types": "^2.1.
|
|
20
|
+
"kofi-stack-types": "^2.1.48",
|
|
21
21
|
"handlebars": "^4.7.8",
|
|
22
22
|
"memfs": "^4.9.0"
|
|
23
23
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Auto-generated file. Do not edit manually.
|
|
2
2
|
// Run 'pnpm prebuild' to regenerate.
|
|
3
|
-
// Generated: 2026-01-19T15:
|
|
3
|
+
// Generated: 2026-01-19T15:27:05.316Z
|
|
4
4
|
// Template count: 339
|
|
5
5
|
|
|
6
6
|
export const EMBEDDED_TEMPLATES: Record<string, string> = {
|
|
@@ -218,8 +218,8 @@ export const EMBEDDED_TEMPLATES: Record<string, string> = {
|
|
|
218
218
|
"marketing/payload/src/endpoints/seed/directoryhub/features/dashboard.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const dashboardPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/dashboard\",\n\t\t_status: \"published\",\n\t\ttitle: \"Dashboard\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Your unified command center\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Everything your team needs in one place. Track projects, monitor progress, manage tasks, and collaborate seamlessly from a single intuitive dashboard.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"Watch demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Project Overview\",\n\t\t\t\tlabel: \"Project Management\",\n\t\t\t\theadline: \"See all your projects at a glance\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Get a bird's-eye view of every project, task, and deadline. Customizable views let you organize work the way that makes sense for your team.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See project views\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"List, board, and calendar views\" },\n\t\t\t\t\t{ text: \"Custom project templates\" },\n\t\t\t\t\t{ text: \"Milestone tracking\" },\n\t\t\t\t\t{ text: \"Dependencies and blockers\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Task Management\",\n\t\t\t\tlabel: \"Task Tracking\",\n\t\t\t\theadline: \"Never lose track of a task again\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Create, assign, and track tasks with ease. Set priorities, due dates, and assignees. Get notifications when things change so nothing falls through the cracks.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore task features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Drag-and-drop task management\" },\n\t\t\t\t\t{ text: \"Priority levels and labels\" },\n\t\t\t\t\t{ text: \"Due dates and reminders\" },\n\t\t\t\t\t{ text: \"Subtasks and checklists\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Team Collaboration\",\n\t\t\t\tlabel: \"Team Features\",\n\t\t\t\theadline: \"Collaborate in real-time with your team\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Comments, mentions, and activity feeds keep everyone in sync. Share files, leave feedback, and make decisions together without leaving the dashboard.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about collaboration\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Comments and @mentions\" },\n\t\t\t\t\t{ text: \"File sharing and attachments\" },\n\t\t\t\t\t{ text: \"Activity feed and updates\" },\n\t\t\t\t\t{ text: \"Team workload view\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Dashboard Features\",\n\t\t\t\theading: \"Everything your team needs\",\n\t\t\t\tsubheading: \"A complete workspace without the complexity\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"layout\",\n\t\t\t\t\t\ttitle: \"Intuitive Interface\",\n\t\t\t\t\t\tdescription: createParagraph(\"Clean, modern design that's easy to navigate.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Quick Actions\",\n\t\t\t\t\t\tdescription: createParagraph(\"Common tasks accessible in one click.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"search\",\n\t\t\t\t\t\ttitle: \"Global Search\",\n\t\t\t\t\t\tdescription: createParagraph(\"Find any project, task, or document instantly.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\ttitle: \"Activity Logs\",\n\t\t\t\t\t\tdescription: createParagraph(\"Full audit trail of all team activity.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"settings\",\n\t\t\t\t\t\ttitle: \"Customization\",\n\t\t\t\t\t\tdescription: createParagraph(\"Personalize your workspace and views.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Dashboard Widgets\",\n\t\t\t\t\t\tdescription: createParagraph(\"Customizable overview of key metrics.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Get your team organized today\",\n\t\t\t\tsubtext: \"A powerful dashboard that scales with your business. Free to start.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Watch demo\",\n\t\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Manage projects, track tasks, and collaborate with your team from one unified dashboard. Intuitive interface, powerful features, no complexity.\",\n\t\t\ttitle: \"Dashboard — SaaSify Team Command Center\",\n\t\t},\n\t}\n}\n",
|
|
219
219
|
"marketing/payload/src/endpoints/seed/directoryhub/features/index.ts": "export { integrationsPage } from \"./templates\"\nexport { analyticsPage } from \"./monetization\"\nexport { securityPage } from \"./seo\"\nexport { dashboardPage } from \"./dashboard\"\nexport { automationPage } from \"./automation\"\nexport { workflowsPage } from \"./custom-fields\"\n",
|
|
220
220
|
"marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const analyticsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/analytics\",\n\t\t_status: \"published\",\n\t\ttitle: \"Analytics & Reporting\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Turn data into actionable insights\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Real-time dashboards, custom reports, and automated insights help you make data-driven decisions. Track the metrics that matter without spreadsheet chaos.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Real-Time Dashboards\",\n\t\t\t\tlabel: \"Live Dashboards\",\n\t\t\t\theadline: \"See what's happening right now\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Real-time dashboards update instantly as your team works. Track key metrics, monitor progress, and spot trends the moment they emerge.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See dashboard examples\",\n\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Real-time data updates\" },\n\t\t\t\t\t{ text: \"Customizable widgets\" },\n\t\t\t\t\t{ text: \"Team and individual views\" },\n\t\t\t\t\t{ text: \"Mobile-friendly dashboards\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Custom Reports\",\n\t\t\t\tlabel: \"Reporting Tools\",\n\t\t\t\theadline: \"Build reports that answer your questions\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Create custom reports with drag-and-drop simplicity. Filter, group, and visualize your data exactly how you need it. Schedule reports to deliver automatically.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore report builder\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Drag-and-drop report builder\" },\n\t\t\t\t\t{ text: \"Multiple chart types\" },\n\t\t\t\t\t{ text: \"Scheduled report delivery\" },\n\t\t\t\t\t{ text: \"Export to PDF, CSV, Excel\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Team Analytics\",\n\t\t\t\tlabel: \"Performance Insights\",\n\t\t\t\theadline: \"Understand team performance at a glance\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track productivity, workload distribution, and goal progress. Identify bottlenecks, celebrate wins, and make data-backed decisions about resource allocation.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"View team analytics\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Individual performance metrics\" },\n\t\t\t\t\t{ text: \"Team workload distribution\" },\n\t\t\t\t\t{ text: \"Goal tracking and progress\" },\n\t\t\t\t\t{ text: \"Historical trend analysis\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Analytics Features\",\n\t\t\t\theading: \"Analytics that drive results\",\n\t\t\t\tsubheading: \"From overview dashboards to granular insights\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\tstat: \"50+\",\n\t\t\t\t\t\ttitle: \"Built-in Metrics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Pre-configured metrics ready to use.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Real-Time\",\n\t\t\t\t\t\tdescription: createParagraph(\"Data updates in seconds, not hours.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"search\",\n\t\t\t\t\t\ttitle: \"Data Explorer\",\n\t\t\t\t\t\tdescription: createParagraph(\"Query and explore raw data.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"layout\",\n\t\t\t\t\t\ttitle: \"Custom Views\",\n\t\t\t\t\t\tdescription: createParagraph(\"Save and share personalized dashboards.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"database\",\n\t\t\t\t\t\ttitle: \"Data Export\",\n\t\t\t\t\t\tdescription: createParagraph(\"Export to any format or tool.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"globe\",\n\t\t\t\t\t\ttitle: \"API Access\",\n\t\t\t\t\t\tdescription: createParagraph(\"Pull analytics into your own tools.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Start making data-driven decisions\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Real-time dashboards and custom reports included in every plan. No setup required.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Real-time dashboards, custom reports, and team analytics. Make data-driven decisions with SaaSify's powerful analytics and reporting tools.\",\n\t\t\ttitle: \"Analytics & Reporting — SaaSify Business Intelligence\",\n\t\t},\n\t}\n}\n",
|
|
221
|
-
"marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const securityPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/security\",\n\t\t_status: \"published\",\n\t\ttitle: \"Security & Compliance\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Enterprise-grade security without the complexity\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"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.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"View security docs\",\n\t\t\t\t\t\turl: \"/security\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Data Encryption\",\n\t\t\t\tlabel: \"Data Protection\",\n\t\t\t\theadline: \"Your data encrypted at rest and in transit\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"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.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about encryption\",\n\t\t\t\t\turl: \"/security\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"AES-256 encryption at rest\" },\n\t\t\t\t\t{ text: \"TLS 1.3 for data in transit\" },\n\t\t\t\t\t{ text: \"Encrypted backups\" },\n\t\t\t\t\t{ text: \"Key management best practices\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Access Control\",\n\t\t\t\tlabel: \"Access Management\",\n\t\t\t\theadline: \"Granular permissions and SSO support\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"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.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore access controls\",\n\t\t\t\t\turl: \"/security\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Role-based access control (RBAC)\" },\n\t\t\t\t\t{ text: \"SAML SSO integration\" },\n\t\t\t\t\t{ text: \"Two-factor authentication\" },\n\t\t\t\t\t{ text: \"Session management\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Compliance\",\n\t\t\t\tlabel: \"Compliance & Auditing\",\n\t\t\t\theadline: \"Meet compliance requirements with confidence\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"SOC 2 Type II certified with comprehensive audit logs and data governance tools. Export reports for auditors and meet GDPR, CCPA, and HIPAA requirements.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"View compliance docs\",\n\t\t\t\t\turl: \"/security\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"SOC 2 Type II certified\" },\n\t\t\t\t\t{ text: \"GDPR and CCPA compliant\" },\n\t\t\t\t\t{ text: \"Comprehensive audit logs\" },\n\t\t\t\t\t{ text: \"Data retention controls\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Security Features\",\n\t\t\t\theading: \"Security you can trust\",\n\t\t\t\tsubheading: \"Enterprise-grade protection without enterprise complexity\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\tstat: \"SOC 2\",\n\t\t\t\t\t\ttitle: \"Certified\",\n\t\t\t\t\t\tdescription: createParagraph(\"Type II certification verified annually.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"
|
|
222
|
-
"marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const integrationsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/integrations\",\n\t\t_status: \"published\",\n\t\ttitle: \"Integrations\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Connect all your tools in one place\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"One-click connections to 100+ apps your team already uses. Sync data, automate workflows, and eliminate context switching.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"View all integrations\",\n\t\t\t\t\t\turl: \"/integrations\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Native Integrations\",\n\t\t\t\tlabel: \"100+ Integrations\",\n\t\t\t\theadline: \"Connect your favorite tools instantly\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Native integrations with Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. Set up in minutes, not days.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Browse integrations\",\n\t\t\t\t\turl: \"/integrations\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"100+ native integrations\" },\n\t\t\t\t\t{ text: \"Two-way data sync\" },\n\t\t\t\t\t{ text: \"Real-time updates\" },\n\t\t\t\t\t{ text: \"No coding required\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Custom Integrations\",\n\t\t\t\tlabel: \"Developer Tools\",\n\t\t\t\theadline: \"Build custom integrations with our API\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"REST API and webhooks let you connect any tool or build custom integrations. Comprehensive documentation and SDKs for popular languages.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"View API docs\",\n\t\t\t\t\turl: \"/developers\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"RESTful API access\" },\n\t\t\t\t\t{ text: \"Custom webhooks\" },\n\t\t\t\t\t{ text: \"SDKs for popular languages\" },\n\t\t\t\t\t{ text: \"Detailed documentation\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Integration Categories\",\n\t\t\t\theading: \"Integrations for every workflow\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Connect your entire tech stack and keep data flowing seamlessly\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"
|
|
221
|
+
"marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const securityPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/security\",\n\t\t_status: \"published\",\n\t\ttitle: \"Security & Compliance\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Enterprise-grade security without the complexity\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"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.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"View security docs\",\n\t\t\t\t\t\turl: \"/security\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Data Encryption\",\n\t\t\t\tlabel: \"Data Protection\",\n\t\t\t\theadline: \"Your data encrypted at rest and in transit\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"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.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about encryption\",\n\t\t\t\t\turl: \"/security\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"AES-256 encryption at rest\" },\n\t\t\t\t\t{ text: \"TLS 1.3 for data in transit\" },\n\t\t\t\t\t{ text: \"Encrypted backups\" },\n\t\t\t\t\t{ text: \"Key management best practices\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Access Control\",\n\t\t\t\tlabel: \"Access Management\",\n\t\t\t\theadline: \"Granular permissions and SSO support\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"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.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore access controls\",\n\t\t\t\t\turl: \"/security\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Role-based access control (RBAC)\" },\n\t\t\t\t\t{ text: \"SAML SSO integration\" },\n\t\t\t\t\t{ text: \"Two-factor authentication\" },\n\t\t\t\t\t{ text: \"Session management\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Compliance\",\n\t\t\t\tlabel: \"Compliance & Auditing\",\n\t\t\t\theadline: \"Meet compliance requirements with confidence\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"SOC 2 Type II certified with comprehensive audit logs and data governance tools. Export reports for auditors and meet GDPR, CCPA, and HIPAA requirements.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"View compliance docs\",\n\t\t\t\t\turl: \"/security\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"SOC 2 Type II certified\" },\n\t\t\t\t\t{ text: \"GDPR and CCPA compliant\" },\n\t\t\t\t\t{ text: \"Comprehensive audit logs\" },\n\t\t\t\t\t{ text: \"Data retention controls\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Security Features\",\n\t\t\t\theading: \"Security you can trust\",\n\t\t\t\tsubheading: \"Enterprise-grade protection without enterprise complexity\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\tstat: \"SOC 2\",\n\t\t\t\t\t\ttitle: \"Certified\",\n\t\t\t\t\t\tdescription: createParagraph(\"Type II certification verified annually.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\ttitle: \"Zero Trust\",\n\t\t\t\t\t\tdescription: createParagraph(\"Verify every request, every time.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"globe\",\n\t\t\t\t\t\ttitle: \"Global Infrastructure\",\n\t\t\t\t\t\tdescription: createParagraph(\"Redundant systems across regions.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"database\",\n\t\t\t\t\t\ttitle: \"Backup & Recovery\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automated backups with point-in-time recovery.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"search\",\n\t\t\t\t\t\ttitle: \"Threat Detection\",\n\t\t\t\t\t\tdescription: createParagraph(\"24/7 monitoring for suspicious activity.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Security Reports\",\n\t\t\t\t\t\tdescription: createParagraph(\"Regular penetration testing and audits.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Security that scales with you\",\n\t\t\t\tsubtext: \"Enterprise-grade protection from day one. SOC 2 certified, GDPR compliant.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Request security docs\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Enterprise-grade security with SOC 2 Type II certification, end-to-end encryption, SSO support, and comprehensive compliance tools.\",\n\t\t\ttitle: \"Security & Compliance — SaaSify Enterprise Protection\",\n\t\t},\n\t}\n}\n",
|
|
222
|
+
"marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const integrationsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/integrations\",\n\t\t_status: \"published\",\n\t\ttitle: \"Integrations\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Connect all your tools in one place\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"One-click connections to 100+ apps your team already uses. Sync data, automate workflows, and eliminate context switching.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"View all integrations\",\n\t\t\t\t\t\turl: \"/integrations\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Native Integrations\",\n\t\t\t\tlabel: \"100+ Integrations\",\n\t\t\t\theadline: \"Connect your favorite tools instantly\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Native integrations with Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. Set up in minutes, not days.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Browse integrations\",\n\t\t\t\t\turl: \"/integrations\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"100+ native integrations\" },\n\t\t\t\t\t{ text: \"Two-way data sync\" },\n\t\t\t\t\t{ text: \"Real-time updates\" },\n\t\t\t\t\t{ text: \"No coding required\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Custom Integrations\",\n\t\t\t\tlabel: \"Developer Tools\",\n\t\t\t\theadline: \"Build custom integrations with our API\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"REST API and webhooks let you connect any tool or build custom integrations. Comprehensive documentation and SDKs for popular languages.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"View API docs\",\n\t\t\t\t\turl: \"/developers\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"RESTful API access\" },\n\t\t\t\t\t{ text: \"Custom webhooks\" },\n\t\t\t\t\t{ text: \"SDKs for popular languages\" },\n\t\t\t\t\t{ text: \"Detailed documentation\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Integration Categories\",\n\t\t\t\theading: \"Integrations for every workflow\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Connect your entire tech stack and keep data flowing seamlessly\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"globe\",\n\t\t\t\t\t\ttitle: \"Communication\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Slack, Microsoft Teams, Discord, and email integrations.\",\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"CRM & Sales\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Salesforce, HubSpot, Pipedrive, and more.\",\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Project Management\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Jira, Asana, Monday.com, Trello integrations.\",\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"database\",\n\t\t\t\t\t\ttitle: \"Data & Storage\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Google Drive, Dropbox, AWS S3, and databases.\",\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Analytics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Google Analytics, Mixpanel, Amplitude.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Automation\",\n\t\t\t\t\t\tdescription: createParagraph(\"Zapier, Make, n8n for custom workflows.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Connect your tools today\",\n\t\t\t\tsubtext: \"One-click integrations with 100+ apps. Set up in minutes, not days.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"View all integrations\",\n\t\t\t\t\t\t\turl: \"/integrations\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Connect SaaSify with 100+ tools including Slack, Salesforce, HubSpot, and more. Native integrations, custom webhooks, and REST API access.\",\n\t\t\ttitle: \"Integrations — Connect Your Tools with SaaSify\",\n\t\t},\n\t}\n}\n",
|
|
223
223
|
"marketing/payload/src/endpoints/seed/directoryhub/home.ts": "import type { Media, Page } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\ninterface HomePageParams {\n\theroImage?: Media | null\n\ttestimonialImages?: (Media | null)[]\n}\n\nexport const directoryHubHome = ({\n\theroImage,\n\ttestimonialImages = [],\n}: HomePageParams = {}): Partial<Page> => {\n\treturn {\n\t\tslug: \"home\",\n\t\t_status: \"published\",\n\t\thero: {\n\t\t\ttype: \"productShowcase\",\n\t\t\t// Include media reference if heroImage was uploaded\n\t\t\t...(heroImage && { media: heroImage.id }),\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"The modern platform for growing teams\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Streamline workflows, boost productivity, and scale your business with one powerful platform.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\tformat: \"\",\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"Watch demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t// 1. Logo Banner - Social proof strip\n\t\t\t{\n\t\t\t\tblockType: \"logoBanner\",\n\t\t\t\tblockName: \"Trusted By\",\n\t\t\t\theading: \"Trusted by fast-growing companies everywhere\",\n\t\t\t\tstyle: \"scroll\",\n\t\t\t\tlogos: [\n\t\t\t\t\t{ name: \"TechFlow Inc\" },\n\t\t\t\t\t{ name: \"Acme Corp\" },\n\t\t\t\t\t{ name: \"Evergreen HQ\" },\n\t\t\t\t\t{ name: \"Atlas Network\" },\n\t\t\t\t\t{ name: \"Beacon Digital\" },\n\t\t\t\t\t{ name: \"Cascade Systems\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 2. Value Proposition - Bird-style headline section\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Value Proposition\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Transform how your team works, collaborates, and grows\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Every interaction feeds into a powerful platform that powers personalized experiences, seamless collaboration, and intelligent automation across every touchpoint.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Book a demo\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 3. Bento Features - Asymmetric bento grid with 8 cards\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Get to know SaaSify\",\n\t\t\t\theading: \"Discover what SaaSify can do\",\n\t\t\t\tsubheading: \"Everything you need to work smarter and scale faster\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t// Position 1: Small (1x1) - top left\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\tstat: \"5x\",\n\t\t\t\t\t\ttitle: \"Faster onboarding\",\n\t\t\t\t\t\tdescription: createParagraph(\"Get your team up and running in hours, not weeks.\"),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 2: Small (1x1) - top middle\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"rocket\",\n\t\t\t\t\t\ttitle: \"Quick setup\",\n\t\t\t\t\t\tdescription: createParagraph(\"Configure your workspace, invite your team, and start collaborating.\"),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 3: Small (1x1) - top right\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Powerful integrations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect with 100+ tools you already use.\"),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 4: Tall (1x2) - left side spanning 2 rows\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"tall\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\ttitle: \"Enterprise security\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"SOC 2 compliant with end-to-end encryption and complete audit trails for peace of mind.\",\n\t\t\t\t\t\t),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 5: Small (1x1) - row 2, middle\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"globe\",\n\t\t\t\t\t\tstat: \"99.9%\",\n\t\t\t\t\t\ttitle: \"Uptime\",\n\t\t\t\t\t\tdescription: createParagraph(\"Reliable infrastructure you can count on.\"),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 6: Small (1x1) - row 2, right\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"globe\",\n\t\t\t\t\t\ttitle: \"Global scale\",\n\t\t\t\t\t\tdescription: createParagraph(\"Multi-region with custom domains.\"),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 7: Small (1x1) - row 3, middle\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"settings\",\n\t\t\t\t\t\ttitle: \"Smart automation\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automate repetitive tasks and workflows.\"),\n\t\t\t\t\t},\n\t\t\t\t\t// Position 8: Small (1x1) - row 3, right\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Flexible workflows\",\n\t\t\t\t\t\tdescription: createParagraph(\"Build custom processes for any use case.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 4. Feature Showcase: Integrations (image right)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Integrations\",\n\t\t\t\tlabel: \"Seamless Integrations\",\n\t\t\t\theadline: \"Connect everything your team uses in one place\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Integrate with 100+ popular tools including Slack, Salesforce, HubSpot, and more. Two-way sync keeps everything up to date automatically.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore integrations\",\n\t\t\t\t\turl: \"/features/integrations\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"100+ native integrations\" },\n\t\t\t\t\t{ text: \"Two-way data sync\" },\n\t\t\t\t\t{ text: \"Custom webhooks\" },\n\t\t\t\t\t{ text: \"API access included\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 5. Feature Showcase: Analytics (image left)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Analytics\",\n\t\t\t\tlabel: \"Actionable Analytics\",\n\t\t\t\theadline: \"Make decisions backed by real-time data\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track every metric that matters. From team performance to customer insights, get the visibility you need to drive growth.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about analytics\",\n\t\t\t\t\turl: \"/features/analytics\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Real-time dashboards\" },\n\t\t\t\t\t{ text: \"Custom reports\" },\n\t\t\t\t\t{ text: \"Team performance metrics\" },\n\t\t\t\t\t{ text: \"Automated insights\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 6. Feature Showcase: Automation (image right)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Automation\",\n\t\t\t\tlabel: \"Workflow Automation\",\n\t\t\t\theadline: \"Eliminate busywork with smart automation\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Build powerful workflows without code. Automate approvals, notifications, data entry, and more to focus on what matters.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See automation features\",\n\t\t\t\t\turl: \"/features/automation\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Visual workflow builder\" },\n\t\t\t\t\t{ text: \"Conditional logic\" },\n\t\t\t\t\t{ text: \"Scheduled triggers\" },\n\t\t\t\t\t{ text: \"Cross-app automation\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 7. Feature Showcase: Collaboration (image left)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Collaboration\",\n\t\t\t\tlabel: \"Team Collaboration\",\n\t\t\t\theadline: \"Work together seamlessly, from anywhere\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Real-time collaboration features keep everyone aligned. Share workspaces, leave comments, and track activity across your entire team.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore collaboration\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Real-time collaboration\" },\n\t\t\t\t\t{ text: \"Shared workspaces\" },\n\t\t\t\t\t{ text: \"Comments and mentions\" },\n\t\t\t\t\t{ text: \"Activity tracking\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 8. Industry Tabs - Team solutions\n\t\t\t{\n\t\t\t\tblockType: \"industryTabs\",\n\t\t\t\tblockName: \"Team Solutions\",\n\t\t\t\theading: \"Solutions that deliver real results\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Whether you're in sales, marketing, or product, SaaSify adapts to how your team works.\",\n\t\t\t\ttabs: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Sales Teams\",\n\t\t\t\t\t\tstat: \"40%\",\n\t\t\t\t\t\tstatLabel: \"Faster deal cycles with smart pipeline tools\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Close deals faster with intelligent pipeline management, automated follow-ups, and real-time insights that help your team hit quota every quarter.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Solutions for sales\",\n\t\t\t\t\t\t\turl: \"/use-cases/sales\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Marketing Teams\",\n\t\t\t\t\t\tstat: \"3x\",\n\t\t\t\t\t\tstatLabel: \"Campaign velocity with streamlined workflows\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Launch campaigns that convert with collaborative planning, asset management, and performance analytics all in one place.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Solutions for marketing\",\n\t\t\t\t\t\t\turl: \"/use-cases/marketing\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Product Teams\",\n\t\t\t\t\t\tstat: \"50%\",\n\t\t\t\t\t\tstatLabel: \"Faster shipping with better prioritization\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Ship features users love with roadmap planning, feedback collection, and release management that keeps everyone aligned.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Solutions for product\",\n\t\t\t\t\t\t\turl: \"/use-cases/product\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Operations\",\n\t\t\t\t\t\tstat: \"60%\",\n\t\t\t\t\t\tstatLabel: \"Time saved with process automation\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Scale your operations without the chaos. Automate processes, manage resources, and get visibility across your entire organization.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Solutions for ops\",\n\t\t\t\t\t\t\turl: \"/use-cases/operations\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 9. Testimonials Grid - Bird-style stats with photos\n\t\t\t{\n\t\t\t\tblockType: \"testimonialsGrid\",\n\t\t\t\tblockName: \"Customer Stories\",\n\t\t\t\theading: \"Loved by teams at companies of all sizes\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"See how leading teams use SaaSify to drive growth and productivity.\",\n\t\t\t\ttestimonials: [\n\t\t\t\t\t{\n\t\t\t\t\t\t...(testimonialImages[0] && { image: testimonialImages[0].id }),\n\t\t\t\t\t\tstat: \"94%\",\n\t\t\t\t\t\tstatLabel: \"Faster onboarding\",\n\t\t\t\t\t\tquote:\n\t\t\t\t\t\t\t\"We got our entire team onboarded in under a day. The intuitive interface and powerful integrations saved us weeks of setup time.\",\n\t\t\t\t\t\tauthor: \"Sarah Chen\",\n\t\t\t\t\t\tcompany: \"TechFlow Inc\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t...(testimonialImages[1] && { image: testimonialImages[1].id }),\n\t\t\t\t\t\tstat: \"3x\",\n\t\t\t\t\t\tstatLabel: \"Productivity\",\n\t\t\t\t\t\tquote:\n\t\t\t\t\t\t\t\"Our team is shipping features faster than ever. The automation tools eliminated hours of manual work every week.\",\n\t\t\t\t\t\tauthor: \"Marcus Rivera\",\n\t\t\t\t\t\tcompany: \"Beacon Digital\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t...(testimonialImages[2] && { image: testimonialImages[2].id }),\n\t\t\t\t\t\tstat: \"40%\",\n\t\t\t\t\t\tstatLabel: \"Cost reduction\",\n\t\t\t\t\t\tquote:\n\t\t\t\t\t\t\t\"We consolidated five different tools into SaaSify. The ROI was immediate and our team loves having everything in one place.\",\n\t\t\t\t\t\tauthor: \"David Kim\",\n\t\t\t\t\t\tcompany: \"Cascade Systems\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 10. Trust Columns - Bird-style two-column section\n\t\t\t{\n\t\t\t\tblockType: \"trustColumns\",\n\t\t\t\tblockName: \"Trust & Security\",\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: \"Integrations\",\n\t\t\t\t\t\theading: \"Connect anywhere\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Plug in and get started immediately with pre-built connectors for every major platform.\",\n\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t{ icon: \"zap\", text: \"Go live in minutes\" },\n\t\t\t\t\t\t\t{ icon: \"plug\", text: \"Pre-built connectors\" },\n\t\t\t\t\t\t\t{ icon: \"database\", text: \"Complete data sync\" },\n\t\t\t\t\t\t\t{ icon: \"cloud\", text: \"Cloud-native infrastructure\" },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlabel: \"Security & Compliance\",\n\t\t\t\t\t\theading: \"Enterprise-level security\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Keep your data safe with encryption, granular access control, and compliance-ready infrastructure.\",\n\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t{ icon: \"shield\", text: \"SOC 2 Type II certified\" },\n\t\t\t\t\t\t\t{ icon: \"lock\", text: \"End-to-end encryption\" },\n\t\t\t\t\t\t\t{ icon: \"award\", text: \"Complete audit trails\" },\n\t\t\t\t\t\t\t{ icon: \"globe\", text: \"GDPR compliant\" },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 11. Integrations Banner\n\t\t\t{\n\t\t\t\tblockType: \"logoBanner\",\n\t\t\t\tblockName: \"Integrations\",\n\t\t\t\theading: \"Integrates with your favorite tools\",\n\t\t\t\tstyle: \"grid\",\n\t\t\t\tlogos: [\n\t\t\t\t\t{ name: \"Slack\" },\n\t\t\t\t\t{ name: \"Salesforce\" },\n\t\t\t\t\t{ name: \"HubSpot\" },\n\t\t\t\t\t{ name: \"Google Workspace\" },\n\t\t\t\t\t{ name: \"Zapier\" },\n\t\t\t\t\t{ name: \"Jira\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 12. Pricing\n\t\t\t{\n\t\t\t\tblockType: \"pricingTable\",\n\t\t\t\tblockName: \"Pricing\",\n\t\t\t\theading: \"Simple, transparent pricing\",\n\t\t\t\tsubheading: \"Start free, upgrade as your team grows. No hidden fees.\",\n\t\t\t\tshowComparisonTable: false,\n\t\t\t\tshowViewAllLink: true,\n\t\t\t\tmaxFeaturesOnCard: 4,\n\t\t\t\tplans: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Free\",\n\t\t\t\t\t\tprice: \"$0/mo\",\n\t\t\t\t\t\tdescription: \"Perfect for trying SaaSify.\",\n\t\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t\t{ feature: \"Up to 3 users\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Basic features\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Community support\", included: true },\n\t\t\t\t\t\t],\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Get started free\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Pro\",\n\t\t\t\t\t\tprice: \"$29/mo\",\n\t\t\t\t\t\tdescription: \"For small teams getting started.\",\n\t\t\t\t\t\tfeatured: true,\n\t\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t\t{ feature: \"Up to 10 users\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Advanced features\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Integrations\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Priority support\", included: true },\n\t\t\t\t\t\t],\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Get Pro\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Business\",\n\t\t\t\t\t\tprice: \"$99/mo\",\n\t\t\t\t\t\tdescription: \"For teams ready to scale.\",\n\t\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t\t{ feature: \"Unlimited users\", included: true },\n\t\t\t\t\t\t\t{ feature: \"All features\", included: true },\n\t\t\t\t\t\t\t{ feature: \"API access\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Dedicated support\", included: true },\n\t\t\t\t\t\t],\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Get Business\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 13. Final CTA - Bird-style full-width with background\n\t\t\t{\n\t\t\t\tblockType: \"finalCta\",\n\t\t\t\tblockName: \"Final CTA\",\n\t\t\t\theadline: \"Ready to transform how your team works?\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Join thousands of teams who chose the smarter way to work. Start free, upgrade as you grow.\",\n\t\t\t\tstyle: \"dark\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Book a demo\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Streamline workflows, boost productivity, and scale your business with SaaSify. The modern platform for growing teams. Free to start.\",\n\t\t\ttitle: \"SaaSify — The Modern Platform for Growing Teams\",\n\t\t},\n\t\ttitle: \"Home\",\n\t}\n}\n",
|
|
224
224
|
"marketing/payload/src/endpoints/seed/directoryhub/index.ts": "import * as fs from \"node:fs\"\nimport * as path from \"node:path\"\nimport type { CollectionSlug, File, Payload, PayloadRequest } from \"payload\"\n\nimport { directoryHubAbout } from \"./about\"\nimport { faqData } from \"./faqs\"\nimport {\n\tanalyticsPage,\n\tautomationPage,\n\tdashboardPage,\n\tintegrationsPage,\n\tsecurityPage,\n\tworkflowsPage,\n} from \"./features\"\nimport { directoryHubHome } from \"./home\"\nimport { blogPosts } from \"./posts\"\nimport { directoryHubPricing } from \"./pricing\"\nimport { directoryHubPrivacy } from \"./privacy\"\nimport { directoryHubTerms } from \"./terms\"\nimport {\n\tmarketingPage,\n\toperationsPage,\n\tproductPage,\n\tsalesPage,\n} from \"./use-cases\"\n\nconst collections: CollectionSlug[] = [\n\t\"categories\",\n\t\"media\",\n\t\"pages\",\n\t\"posts\",\n\t\"forms\",\n\t\"form-submissions\",\n\t\"search\",\n\t\"faqs\",\n]\n\nconst categories = [\n\t{ title: \"Business\", slug: \"business\" },\n\t{ title: \"Technology\", slug: \"technology\" },\n\t{ title: \"News\", slug: \"news\" },\n\t{ title: \"Guides\", slug: \"guides\" },\n]\n\n// Contact form configuration for DirectoryHub\nconst contactFormData = {\n\ttitle: \"Contact Form\",\n\tconfirmationMessage: {\n\t\troot: {\n\t\t\ttype: \"root\",\n\t\t\tchildren: [\n\t\t\t\t{\n\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\ttext: \"Thanks for reaching out! We'll get back to you within 24 hours.\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t],\n\t\t\tdirection: \"ltr\" as const,\n\t\t\tformat: \"\" as const,\n\t\t\tindent: 0,\n\t\t\tversion: 1,\n\t\t},\n\t},\n\tconfirmationType: \"message\" as const,\n\tfields: [\n\t\t{\n\t\t\tname: \"name\",\n\t\t\tlabel: \"Name\",\n\t\t\trequired: true,\n\t\t\tblockType: \"text\" as const,\n\t\t},\n\t\t{\n\t\t\tname: \"email\",\n\t\t\tlabel: \"Email\",\n\t\t\trequired: true,\n\t\t\tblockType: \"email\" as const,\n\t\t},\n\t\t{\n\t\t\tname: \"subject\",\n\t\t\tlabel: \"Subject\",\n\t\t\trequired: false,\n\t\t\tblockType: \"text\" as const,\n\t\t},\n\t\t{\n\t\t\tname: \"message\",\n\t\t\tlabel: \"Message\",\n\t\t\trequired: true,\n\t\t\tblockType: \"textarea\" as const,\n\t\t},\n\t],\n\tsubmitButtonLabel: \"Send Message\",\n}\n\nexport const seedDirectoryHub = async ({\n\tpayload,\n\treq,\n}: {\n\tpayload: Payload\n\treq: PayloadRequest\n}): Promise<void> => {\n\tpayload.logger.info(\"Seeding SaaSify database...\")\n\n\t// Clear collections and globals\n\tpayload.logger.info(\"— Clearing collections and globals...\")\n\n\t// Clear header\n\tawait payload.updateGlobal({\n\t\tslug: \"header\",\n\t\tdata: {\n\t\t\tnavItems: [],\n\t\t},\n\t\tdepth: 0,\n\t\tcontext: {\n\t\t\tdisableRevalidate: true,\n\t\t},\n\t})\n\n\t// Clear footer with new structure\n\tawait payload.updateGlobal({\n\t\tslug: \"footer\",\n\t\tdata: {\n\t\t\tcolumns: [],\n\t\t\tsocialLinks: {},\n\t\t\tnewsletter: { enabled: false },\n\t\t\tcopyrightText: \"\",\n\t\t\tbottomLinks: [],\n\t\t},\n\t\tdepth: 0,\n\t\tcontext: {\n\t\t\tdisableRevalidate: true,\n\t\t},\n\t})\n\n\t// Delete collections sequentially to avoid database deadlocks\n\tfor (const collection of collections) {\n\t\tif (payload.collections[collection]) {\n\t\t\ttry {\n\t\t\t\tawait payload.db.deleteMany({ collection, req, where: {} })\n\t\t\t} catch (error) {\n\t\t\t\tpayload.logger.warn(`Warning: Could not clear ${collection}: ${error}`)\n\t\t\t}\n\t\t}\n\t}\n\n\t// Delete versions sequentially\n\tfor (const collection of collections) {\n\t\tif (payload.collections[collection]?.config?.versions) {\n\t\t\ttry {\n\t\t\t\tawait payload.db.deleteVersions({ collection, req, where: {} })\n\t\t\t} catch (error) {\n\t\t\t\tpayload.logger.warn(`Warning: Could not clear ${collection} versions: ${error}`)\n\t\t\t}\n\t\t}\n\t}\n\n\tpayload.logger.info(\"— Seeding demo author...\")\n\n\tawait payload.delete({\n\t\tcollection: \"users\",\n\t\tdepth: 0,\n\t\twhere: {\n\t\t\temail: {\n\t\t\t\tequals: \"demo-author@example.com\",\n\t\t\t},\n\t\t},\n\t})\n\n\tconst _demoAuthor = await payload.create({\n\t\tcollection: \"users\",\n\t\tdata: {\n\t\t\tname: \"SaaSify Team\",\n\t\t\temail: \"demo-author@example.com\",\n\t\t\tpassword: \"password\",\n\t\t},\n\t})\n\n\t// Seed categories\n\tpayload.logger.info(\"— Seeding categories...\")\n\n\tconst categoryDocs = await Promise.all(\n\t\tcategories.map((category) =>\n\t\t\tpayload.create({\n\t\t\t\tcollection: \"categories\",\n\t\t\t\tdata: {\n\t\t\t\t\ttitle: category.title,\n\t\t\t\t\tslug: category.slug,\n\t\t\t\t},\n\t\t\t}),\n\t\t),\n\t)\n\n\t// Seed FAQs\n\tpayload.logger.info(\"— Seeding FAQs...\")\n\n\tconst faqDocs = await Promise.all(\n\t\tfaqData.map((faq) =>\n\t\t\tpayload.create({\n\t\t\t\tcollection: \"faqs\",\n\t\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\t\tdata: faq as any,\n\t\t\t}),\n\t\t),\n\t)\n\n\tpayload.logger.info(`— Seeded ${faqDocs.length} FAQs`)\n\n\t// Upload hero dashboard image\n\tpayload.logger.info(\"— Uploading hero media...\")\n\n\tlet heroImageDoc = null\n\ttry {\n\t\tconst heroImagePath = path.join(process.cwd(), \"public/media/hero-dashboard.png\")\n\t\tif (fs.existsSync(heroImagePath)) {\n\t\t\tconst heroImageBuffer = fs.readFileSync(heroImagePath)\n\t\t\tconst heroImageFile: File = {\n\t\t\t\tname: \"hero-dashboard.png\",\n\t\t\t\tdata: heroImageBuffer,\n\t\t\t\tmimetype: \"image/png\",\n\t\t\t\tsize: heroImageBuffer.byteLength,\n\t\t\t}\n\t\t\theroImageDoc = await payload.create({\n\t\t\t\tcollection: \"media\",\n\t\t\t\tdata: {\n\t\t\t\t\talt: \"SaaSify Dashboard - Manage projects, track metrics, and configure settings\",\n\t\t\t\t},\n\t\t\t\tfile: heroImageFile,\n\t\t\t})\n\t\t\tpayload.logger.info(\"— Hero image uploaded successfully\")\n\t\t} else {\n\t\t\tpayload.logger.info(\"— Hero image not found, using animated mockup fallback\")\n\t\t}\n\t} catch (_error) {\n\t\tpayload.logger.info(\"— Error uploading hero image, using animated mockup fallback\")\n\t}\n\n\t// Upload testimonial images\n\tpayload.logger.info(\"— Uploading testimonial images...\")\n\n\tconst testimonialImages: (typeof heroImageDoc)[] = []\n\tconst testimonialImageFiles = [\n\t\t{ name: \"testimonial-1.jpg\", alt: \"Professional woman entrepreneur\" },\n\t\t{ name: \"testimonial-2.jpg\", alt: \"Business professional reviewing analytics\" },\n\t\t{ name: \"testimonial-3.jpg\", alt: \"Team collaboration meeting\" },\n\t]\n\n\tfor (const imgData of testimonialImageFiles) {\n\t\ttry {\n\t\t\tconst imagePath = path.join(process.cwd(), `public/media/${imgData.name}`)\n\t\t\tif (fs.existsSync(imagePath)) {\n\t\t\t\tconst imageBuffer = fs.readFileSync(imagePath)\n\t\t\t\tconst imageFile: File = {\n\t\t\t\t\tname: imgData.name,\n\t\t\t\t\tdata: imageBuffer,\n\t\t\t\t\tmimetype: \"image/jpeg\",\n\t\t\t\t\tsize: imageBuffer.byteLength,\n\t\t\t\t}\n\t\t\t\tconst imageDoc = await payload.create({\n\t\t\t\t\tcollection: \"media\",\n\t\t\t\t\tdata: {\n\t\t\t\t\t\talt: imgData.alt,\n\t\t\t\t\t},\n\t\t\t\t\tfile: imageFile,\n\t\t\t\t})\n\t\t\t\ttestimonialImages.push(imageDoc)\n\t\t\t}\n\t\t} catch (_error) {\n\t\t\tpayload.logger.info(`— Error uploading ${imgData.name}`)\n\t\t}\n\t}\n\tpayload.logger.info(`— Uploaded ${testimonialImages.length} testimonial images`)\n\n\tpayload.logger.info(\"— Seeding contact form...\")\n\n\tconst contactForm = await payload.create({\n\t\tcollection: \"forms\",\n\t\tdepth: 0,\n\t\tdata: contactFormData,\n\t})\n\n\tpayload.logger.info(\"— Seeding pages...\")\n\n\t// Seed main pages\n\tconst [homePage, pricingPage, aboutPage, privacyPage, termsPage] = await Promise.all([\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: directoryHubHome({ heroImage: heroImageDoc, testimonialImages }) as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: directoryHubPricing() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: directoryHubAbout({ contactForm }) as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: directoryHubPrivacy() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: directoryHubTerms() as any,\n\t\t}),\n\t])\n\n\t// Seed feature pages\n\tpayload.logger.info(\"— Seeding feature pages...\")\n\n\tconst featurePages = await Promise.all([\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: integrationsPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: analyticsPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: securityPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: dashboardPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: automationPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: workflowsPage() as any,\n\t\t}),\n\t])\n\n\tpayload.logger.info(`— Seeded ${featurePages.length} feature pages`)\n\n\t// Seed use case pages\n\tpayload.logger.info(\"— Seeding use case pages...\")\n\n\tconst useCasePages = await Promise.all([\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: salesPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: marketingPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: productPage() as any,\n\t\t}),\n\t\tpayload.create({\n\t\t\tcollection: \"pages\",\n\t\t\tdepth: 0,\n\t\t\tcontext: { disableRevalidate: true },\n\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\tdata: operationsPage() as any,\n\t\t}),\n\t])\n\n\tpayload.logger.info(`— Seeded ${useCasePages.length} use case pages`)\n\n\t// Seed blog posts\n\tpayload.logger.info(\"— Seeding blog posts...\")\n\n\tconst posts = blogPosts(categoryDocs)\n\tconst createdPosts = await Promise.all(\n\t\tposts.map((post) =>\n\t\t\tpayload.create({\n\t\t\t\tcollection: \"posts\",\n\t\t\t\tdepth: 0,\n\t\t\t\tcontext: { disableRevalidate: true },\n\t\t\t\t// biome-ignore lint/suspicious/noExplicitAny: Payload seed data type mismatch\n\t\t\t\tdata: post as any,\n\t\t\t}),\n\t\t),\n\t)\n\n\tpayload.logger.info(`— Seeded ${createdPosts.length} blog posts`)\n\n\tpayload.logger.info(\"— Seeding globals...\")\n\n\tawait Promise.all([\n\t\tpayload.updateGlobal({\n\t\t\tslug: \"header\",\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\tdata: {\n\t\t\t\tnavItems: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"megaMenu\",\n\t\t\t\t\t\tlabel: \"Product\",\n\t\t\t\t\t\tmegaMenuColumns: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tcolumnLabel: \"Core Features\",\n\t\t\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Integrations\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Connect with 100+ tools you already use\",\n\t\t\t\t\t\t\t\t\t\ticon: \"layout\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: featurePages[0].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Analytics\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Real-time insights and reporting dashboards\",\n\t\t\t\t\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: featurePages[1].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Security\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Enterprise-grade protection and compliance\",\n\t\t\t\t\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: featurePages[2].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tcolumnLabel: \"Productivity\",\n\t\t\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Dashboard\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Unified command center for your team\",\n\t\t\t\t\t\t\t\t\t\ticon: \"layout\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: featurePages[3].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Automation\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Streamline repetitive tasks instantly\",\n\t\t\t\t\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: featurePages[4].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Workflows\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Build custom processes without code\",\n\t\t\t\t\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: featurePages[5].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"megaMenu\",\n\t\t\t\t\t\tlabel: \"Solutions\",\n\t\t\t\t\t\tmegaMenuColumns: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tcolumnLabel: \"By Team\",\n\t\t\t\t\t\t\t\titems: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Sales Teams\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Close deals faster with smart tools\",\n\t\t\t\t\t\t\t\t\t\ticon: \"target\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: useCasePages[0].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Marketing Teams\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Launch campaigns that convert\",\n\t\t\t\t\t\t\t\t\t\ticon: \"rocket\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: useCasePages[1].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Product Teams\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Ship features users love\",\n\t\t\t\t\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: useCasePages[2].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tlabel: \"Operations\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Scale without the growing pains\",\n\t\t\t\t\t\t\t\t\t\ticon: \"settings\",\n\t\t\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: useCasePages[3].id,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\tlabel: \"Pricing\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\tvalue: pricingPage.id,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\tlabel: \"Blog\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\turl: \"/posts\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\tlabel: \"Sign In\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\turl: \"/sign-in\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\tlabel: \"Get Started\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t}),\n\t\tpayload.updateGlobal({\n\t\t\tslug: \"footer\",\n\t\t\tcontext: {\n\t\t\t\tdisableRevalidate: true,\n\t\t\t},\n\t\t\tdata: {\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttitle: \"Product\",\n\t\t\t\t\t\tlinks: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\tlabel: \"Home\",\n\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\tvalue: homePage.id,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\tlabel: \"Pricing\",\n\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\tvalue: pricingPage.id,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\tlabel: \"Integrations\",\n\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\tvalue: featurePages[0].id,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttitle: \"Resources\",\n\t\t\t\t\t\tlinks: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\t\t\tlabel: \"Blog\",\n\t\t\t\t\t\t\t\t\turl: \"/posts\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\t\t\tlabel: \"Documentation\",\n\t\t\t\t\t\t\t\t\turl: \"/docs\",\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttitle: \"Company\",\n\t\t\t\t\t\tlinks: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\tlabel: \"About\",\n\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\tvalue: aboutPage.id,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttitle: \"Legal\",\n\t\t\t\t\t\tlinks: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\tlabel: \"Privacy\",\n\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\tvalue: privacyPage.id,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\t\t\ttype: \"reference\",\n\t\t\t\t\t\t\t\t\tlabel: \"Terms\",\n\t\t\t\t\t\t\t\t\treference: {\n\t\t\t\t\t\t\t\t\t\trelationTo: \"pages\",\n\t\t\t\t\t\t\t\t\t\tvalue: termsPage.id,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t\tsocialLinks: {\n\t\t\t\t\ttwitter: \"https://x.com/saasify\",\n\t\t\t\t\tlinkedin: \"https://linkedin.com/company/saasify\",\n\t\t\t\t\tgithub: \"https://github.com/saasify\",\n\t\t\t\t},\n\t\t\t\tnewsletter: {\n\t\t\t\t\tenabled: true,\n\t\t\t\t\ttitle: \"Newsletter\",\n\t\t\t\t\tdescription: \"Get product updates, tips, and insights delivered weekly.\",\n\t\t\t\t\tbuttonText: \"Subscribe\",\n\t\t\t\t\tplaceholder: \"Enter your email\",\n\t\t\t\t},\n\t\t\t\tcopyrightText: \"SaaSify\",\n\t\t\t\tbottomLinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Contact Support\",\n\t\t\t\t\t\t\turl: \"/support\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t}),\n\t])\n\n\tpayload.logger.info(\"SaaSify database seeded successfully!\")\n}\n",
|
|
225
225
|
"marketing/payload/src/endpoints/seed/directoryhub/posts.ts": "import type { Category, Post } from \"@/payload-types\"\nimport { createRichText } from \"./richtext-helper\"\n\n// Helper to generate post content\nconst generatePostContent = (sections: Array<{ heading: string; content: string }>) => {\n\tconst elements: Array<\n\t\t{ type: \"heading\"; tag: \"h2\" | \"h3\"; text: string } | { type: \"paragraph\"; text: string }\n\t> = []\n\n\tfor (const section of sections) {\n\t\telements.push({ type: \"heading\", tag: \"h2\", text: section.heading })\n\t\telements.push({ type: \"paragraph\", text: section.content })\n\t}\n\n\treturn createRichText(elements)\n}\n\nexport const blogPosts = (categories: Category[]): Partial<Post>[] => {\n\t// Find or use default categories\n\tconst findCategory = (slug: string) => categories.find((c) => c.slug === slug)?.id\n\n\tconst posts: Partial<Post>[] = [\n\t\t// Product & Growth (5 posts)\n\t\t{\n\t\t\ttitle: \"How to Build a Product-Led Growth Strategy in 2024\",\n\t\t\tslug: \"how-to-build-product-led-growth-strategy-2024\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-01-15\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Rise of Product-Led Growth\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Product-led growth (PLG) has become the dominant go-to-market strategy for modern SaaS companies. By letting the product drive acquisition, conversion, and expansion, companies like Slack, Dropbox, and Notion have achieved explosive growth with efficient unit economics.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Core PLG Principles\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"At its heart, PLG is about removing friction. Users should be able to experience value from your product without talking to sales, attending demos, or jumping through hoops. The product itself becomes your best salesperson.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Designing for Self-Service\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Build onboarding flows that get users to their 'aha moment' as quickly as possible. Use progressive disclosure to avoid overwhelming new users. Implement in-app guidance that teaches by doing, not by reading documentation.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Freemium vs Free Trial\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Freemium works best for products with low marginal costs and strong network effects. Free trials work better for complex products where full functionality is needed to demonstrate value. Some companies combine both approaches.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Measuring PLG Success\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Track activation rate, time-to-value, expansion revenue, and product-qualified leads. The ratio of self-serve to sales-assisted conversions shows how effectively your product sells itself.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"How to Build a Product-Led Growth Strategy in 2024\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn the principles of product-led growth and how to implement a PLG strategy. From freemium models to activation metrics.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"10 SaaS Metrics Every Founder Should Track\",\n\t\t\tslug: \"10-saas-metrics-every-founder-should-track\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-01-22\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Why Metrics Matter\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"SaaS businesses run on metrics. The right numbers help you make better decisions, raise capital, and identify problems before they become crises. Here are the 10 metrics every SaaS founder needs to understand and track.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"1. Monthly Recurring Revenue (MRR)\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The foundation of SaaS metrics. Track new MRR, expansion MRR, contraction MRR, and churned MRR separately to understand the components of your growth.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"2. Annual Recurring Revenue (ARR)\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"MRR × 12, but only if your MRR is relatively stable. ARR is the standard metric for SaaS valuations and helps with long-term planning and forecasting.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"3. Customer Acquisition Cost (CAC)\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Total sales and marketing spend divided by new customers acquired. Include all costs: salaries, tools, ads, content, events. Measure by channel for optimization.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"4. Customer Lifetime Value (LTV)\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Average revenue per customer divided by churn rate. LTV:CAC ratio should be 3:1 or higher for a healthy business. Below 3:1 means you're spending too much to acquire customers.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"5. Churn Rate\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Percentage of customers or revenue lost in a period. Track both logo churn (customer count) and revenue churn. Negative revenue churn (expansion > losses) is the goal.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"10 SaaS Metrics Every Founder Should Track\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Essential SaaS metrics explained: MRR, ARR, CAC, LTV, churn, and more. Learn what to track and why it matters.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"The Complete Guide to SaaS Pricing Strategies\",\n\t\t\tslug: \"complete-guide-saas-pricing-strategies\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-02-01\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Pricing Is Your Most Important Decision\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Pricing affects every part of your business: which customers you attract, how you position against competitors, and your path to profitability. Yet most SaaS companies spend more time on their logo than their pricing.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Value-Based Pricing\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Price based on the value you deliver, not your costs. A tool that saves customers $10,000/month can command $1,000/month, regardless of what it costs you to deliver.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Per-Seat vs Usage-Based\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Per-seat pricing is predictable but can limit adoption. Usage-based pricing aligns costs with value but is harder to forecast. Many companies are moving to hybrid models.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Designing Your Pricing Tiers\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Three tiers is the sweet spot for most SaaS companies. Each tier should target a distinct customer segment with features they specifically value. Make the middle tier your target.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Testing and Iteration\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Pricing is never 'done.' Run price tests, survey customers about willingness to pay, and adjust as you learn. Companies that actively manage pricing grow 2-4x faster.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"The Complete Guide to SaaS Pricing Strategies\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Master SaaS pricing with this comprehensive guide. Value-based pricing, tiering strategies, and testing approaches.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Building Your First SaaS MVP: A Step-by-Step Guide\",\n\t\t\tslug: \"building-first-saas-mvp-step-by-step-guide\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-02-10\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"What is an MVP Really?\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"An MVP is not a half-baked product. It's the smallest thing you can build that delivers real value and tests your core assumptions. The goal is learning, not launching.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Defining Your Core Value Proposition\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Before writing code, articulate the one thing your product does better than anything else. Your MVP should nail that one thing perfectly. Everything else can wait.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Feature Prioritization\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"List every feature you think you need, then ruthlessly cut. Ask: does this directly support the core value proposition? If not, cut it. You can always add features later.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Building vs Buying\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Don't build what you can buy or integrate. Use Stripe for payments, Auth0 for authentication, SendGrid for email. Focus your engineering time on what makes you unique.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Launch and Learn\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Ship before you're comfortable. Your first users will tell you what's really important. Their feedback is more valuable than any amount of planning.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Building Your First SaaS MVP: A Step-by-Step Guide\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn how to build a minimum viable SaaS product. From defining your value proposition to launching and learning.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Customer Onboarding Best Practices for SaaS Companies\",\n\t\t\tslug: \"customer-onboarding-best-practices-saas\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-02-18\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Critical First Week\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Users who don't activate within the first week rarely come back. Your onboarding flow must get users to their first success as quickly as possible. This is where retention is won or lost.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Define Your Activation Moment\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"What action indicates a user 'gets it'? For Slack, it's sending 2,000 team messages. For Dropbox, it's adding a file. Identify your activation metric and optimize everything to drive it.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Progressive Disclosure\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Don't overwhelm new users with every feature. Show them one thing at a time, building complexity as they master basics. Use contextual triggers to introduce features when relevant.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Personalized Onboarding\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Different users have different goals. Ask about use cases during signup and customize the onboarding flow accordingly. A marketer and a developer should see different paths.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Measuring and Improving\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Track completion rates for each onboarding step. Identify where users drop off and run experiments to improve. Small improvements in activation compound into major retention gains.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Customer Onboarding Best Practices for SaaS Companies\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Design onboarding flows that drive activation and retention. Progressive disclosure, personalization, and metrics.\",\n\t\t\t},\n\t\t},\n\n\t\t// Team Productivity (4 posts)\n\t\t{\n\t\t\ttitle: \"Remote Team Collaboration: Tools and Best Practices\",\n\t\t\tslug: \"remote-team-collaboration-tools-best-practices\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-02-25\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Remote Work Toolkit\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Effective remote collaboration requires the right tools for the right jobs. Communication, project management, documentation, and async work each need dedicated solutions that integrate well together.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Synchronous vs Asynchronous\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Not everything needs a meeting. Use async communication (documented decisions, recorded videos, written updates) as your default. Reserve synchronous time for complex discussions and relationship building.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Documentation Culture\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Remote teams that document well operate faster than those that don't. Write things down: decisions, processes, context. Future you (and your teammates) will thank you.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Building Connection Remotely\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Remote work can be isolating. Create intentional spaces for non-work interaction. Virtual coffee chats, team channels for hobbies, and periodic in-person gatherings build the trust that makes collaboration work.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Managing Across Time Zones\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Distributed teams require intentional overlap. Establish core hours where everyone is available, and use async tools for everything else. Rotate meeting times to share the burden fairly.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Remote Team Collaboration: Tools and Best Practices\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Build effective remote collaboration with the right tools and practices. Async communication, documentation, and connection.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"How to Build Effective Workflows Without Code\",\n\t\t\tslug: \"build-effective-workflows-without-code\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-03-05\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The No-Code Automation Revolution\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"You don't need to be a developer to automate your work. Modern no-code tools let anyone build sophisticated workflows that save hours every week. Here's how to get started.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Identifying Automation Opportunities\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Start by documenting repetitive tasks. Data entry, status updates, notifications, and report generation are all automation candidates. If you do it the same way every time, it can probably be automated.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Choosing the Right Tools\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Tools like Zapier, Make, and Workato connect your existing apps. More specialized tools handle specific use cases. Start simple and add complexity as you learn.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Building Your First Workflow\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Start with a simple two-step automation: when X happens, do Y. Master the basics before adding conditions, loops, and branching logic. Complexity should be added incrementally.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Maintenance and Monitoring\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Automations need maintenance. Set up error notifications, review runs regularly, and update workflows as your processes change. Broken automations are worse than no automation.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"How to Build Effective Workflows Without Code\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Automate repetitive tasks with no-code tools. Identify opportunities, choose tools, and build your first workflows.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Automating Repetitive Tasks: A Practical Guide\",\n\t\t\tslug: \"automating-repetitive-tasks-practical-guide\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-03-12\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Real Cost of Repetitive Work\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Knowledge workers spend an average of 4.5 hours per week on tasks that could be automated. That's 10+ weeks per year. Automation isn't just about efficiency—it's about reclaiming your time for meaningful work.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Quick Wins: Personal Productivity\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Start with your own workflow. Text expansion, email templates, keyboard shortcuts, and personal automations add up. Small improvements compound into major time savings.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Team-Level Automation\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Scale from personal to team. Automated status updates, recurring reports, and notification routing reduce coordination overhead. The goal is information flow without manual intervention.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Business Process Automation\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"At the business level, automate onboarding, billing, support triage, and reporting. These automations scale with the company and free up people for higher-value work.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Knowing What Not to Automate\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Not everything should be automated. Creative work, relationship building, and judgment calls benefit from human touch. Automate the routine to make space for the meaningful.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Automating Repetitive Tasks: A Practical Guide\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Reclaim hours every week by automating repetitive tasks. Personal productivity, team automation, and business processes.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Scaling Your Team Operations from 10 to 100 People\",\n\t\t\tslug: \"scaling-team-operations-10-to-100-people\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-03-20\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Scaling Challenge\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"What works at 10 people breaks at 50 and completely fails at 100. Communication, decision-making, and coordination all need to evolve as you grow. Here's how to scale intentionally.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Communication at Scale\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Move from all-hands to structured communication. Team-level updates, written announcements, and recorded videos replace ad-hoc conversations. Documentation becomes critical.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Decision-Making Frameworks\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"You can't be in every decision. Create clear frameworks for who decides what. DRI (Directly Responsible Individual) models, RACI matrices, and documented authority levels enable distributed decision-making.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Process Without Bureaucracy\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Add just enough process. Too little creates chaos; too much creates bureaucracy. Focus on processes that enable autonomy rather than those that enforce control.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Maintaining Culture\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Culture that isn't documented and actively maintained will drift. Articulate your values, hire for them, and create rituals that reinforce them. Culture is what you do, not what you say.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Scaling Your Team Operations from 10 to 100 People\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Navigate the operational challenges of hypergrowth. Communication, decision-making, and culture at scale.\",\n\t\t\t},\n\t\t},\n\n\t\t// Integrations & Tools (3 posts)\n\t\t{\n\t\t\ttitle: \"The Ultimate Guide to SaaS Integrations\",\n\t\t\tslug: \"ultimate-guide-saas-integrations\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-03-28\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Why Integrations Matter\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The average company uses 110 SaaS applications. Without integrations, data lives in silos, work requires manual transfer between systems, and teams lose hours to copy-paste. Integrations turn disconnected tools into a unified workflow.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Native vs Third-Party Integrations\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Native integrations (built by the vendors) typically offer deeper functionality. Third-party tools (Zapier, Make) provide breadth and flexibility. Most teams need both approaches.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Planning Your Integration Stack\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Map your workflows before choosing integrations. What data needs to flow where? What triggers should create what actions? Start with critical paths and expand systematically.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Implementation Best Practices\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Test integrations thoroughly before deploying. Set up error handling and monitoring. Document what's connected to what. Integration sprawl can become its own maintenance burden.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Security and Compliance\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Every integration is a potential security surface. Review OAuth permissions carefully. Audit regularly. Ensure integrations comply with your data handling requirements.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"The Ultimate Guide to SaaS Integrations\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Connect your tools into a unified workflow. Native vs third-party integrations, planning, implementation, and security.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"API Best Practices for Non-Technical Teams\",\n\t\t\tslug: \"api-best-practices-non-technical-teams\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-04-05\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"APIs Aren't Just for Developers\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"APIs power most of the integrations you already use. Understanding the basics helps you evaluate tools, communicate with technical teams, and unlock powerful automations.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"What Is an API?\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"An API (Application Programming Interface) is how software talks to other software. When you connect Slack to your calendar, APIs make that possible. Think of it as a translator between applications.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Working with API Documentation\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Good API documentation tells you what's possible. You don't need to understand every technical detail—focus on endpoints (what actions are available) and authentication (how to connect securely).\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Common API Patterns\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Most business APIs follow similar patterns: creating records, reading data, updating information, and deleting things. Once you understand CRUD operations in one API, others become easier.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Evaluating API Quality\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Before choosing a tool, check its API. Is it well-documented? Are there rate limits? What support is available? A poor API can limit what you can build, regardless of the product's features.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"API Best Practices for Non-Technical Teams\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Demystify APIs for non-technical users. Understand what's possible and evaluate tools based on integration capabilities.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Choosing the Right Tech Stack for Your Startup\",\n\t\t\tslug: \"choosing-right-tech-stack-startup\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-04-12\").toISOString(),\n\t\t\tcategories: findCategory(\"technology\") ? [findCategory(\"technology\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Tech Stack Decisions Matter\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Your tech stack affects development speed, hiring, scalability, and costs. But perfect is the enemy of good. The best stack is one that lets you ship and iterate quickly.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Optimize for Velocity\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Early-stage startups should optimize for development speed. Choose technologies your team knows well, with strong ecosystems and available talent. You can always migrate later.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"The Boring Technology Thesis\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Exciting new technologies come with unknown failure modes. Boring, established technologies have solved problems and documented solutions. Save your innovation tokens for your actual product.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Build vs Buy Decisions\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Default to buying (or using open source) for non-core functionality. Authentication, payments, email, and monitoring are solved problems. Focus engineering time on what makes you unique.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Planning for Scale\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Don't over-engineer for scale you don't have. That said, choose technologies that can scale when needed. Horizontal scaling, managed databases, and stateless architectures make growth easier.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Choosing the Right Tech Stack for Your Startup\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Make smart tech stack decisions. Optimize for velocity, embrace boring technology, and plan for scale.\",\n\t\t\t},\n\t\t},\n\n\t\t// Success Stories (3 posts)\n\t\t{\n\t\t\ttitle: \"From Startup to Scale: How One Team 10x'd Productivity\",\n\t\t\tslug: \"startup-to-scale-team-10x-productivity\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-04-20\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Challenge\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"When TechFlow Inc hit 50 employees, everything started breaking. Communication was chaotic, tasks fell through cracks, and the team spent more time coordinating than executing. Sound familiar?\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"The Diagnosis\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"An audit revealed the problem: tools sprawl. The team was using 15 different apps that didn't talk to each other. Information was siloed, context was lost, and everyone was doing manual work that software could handle.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"The Transformation\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"They consolidated to a unified platform. Project management, communication, and documentation in one place. Automations replaced manual handoffs. Integrations connected what couldn't be consolidated.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"The Results\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Within six months: 94% faster onboarding, 3x project throughput, and a 40% reduction in meetings. The team grew to 150 without proportional growth in coordination overhead.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Key Lessons\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Tool consolidation alone isn't enough. Success required process redesign, change management, and leadership commitment. The tools enabled transformation, but the team made it happen.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"From Startup to Scale: How One Team 10x'd Productivity\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"A real story of operational transformation. How TechFlow Inc conquered tool sprawl and 10x'd team productivity.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"5 Founders Share Their Biggest Operational Mistakes\",\n\t\t\tslug: \"5-founders-share-biggest-operational-mistakes\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-04-28\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Learning from Others' Mistakes\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Every founder makes operational mistakes. The smart ones learn from others before making their own. Here are five founders sharing the mistakes that cost them the most—and what they'd do differently.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 1: Hiring Too Fast\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"We doubled the team in 6 months and it nearly killed us. Communication broke down, culture diluted, and productivity actually decreased. I wish we\\'d hired half as many people twice as carefully.\" - Sarah, Series A founder',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 2: No Documentation Culture\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"Everything lived in people\\'s heads. When key people left, institutional knowledge walked out the door. Building a documentation culture feels slow, but it\\'s the only way to scale.\" - Marcus, bootstrapped to $5M ARR',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 3: Over-Engineering Processes\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"We created elaborate processes for everything. Teams spent more time following processes than doing work. Now we ask: what\\'s the minimum process that prevents chaos?\" - David, second-time founder',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 4: Ignoring Technical Debt\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"We shipped fast and worried about quality later. But later never came—we were always shipping something new. The accumulated debt eventually paralyzed us. Pay it down continuously.\" - Amy, CTO turned CEO',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 5: Not Investing in Tooling\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"We were cheap about software. Manual processes that could have been automated stayed manual. The false economy cost us far more in engineering time and errors.\" - James, enterprise SaaS founder',\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"5 Founders Share Their Biggest Operational Mistakes\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn from founders who've been there. Hiring, documentation, processes, technical debt, and tooling mistakes to avoid.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"How Fast-Growing Teams Stay Organized at Scale\",\n\t\t\tslug: \"fast-growing-teams-stay-organized-at-scale\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-05-05\").toISOString(),\n\t\t\tcategories: findCategory(\"business\") ? [findCategory(\"business\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Organization Is a Competitive Advantage\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The fastest-growing teams aren't disorganized—they're extremely organized. Good organization enables speed. Here's how high-growth teams maintain order amid chaos.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Single Source of Truth\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Pick one place for each type of information and stick to it. Tasks in one system, documents in another, communication in a third. Cross-linking creates the connections; duplication creates confusion.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Clear Ownership\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Everything has an owner. Projects, documents, processes, decisions—someone is explicitly responsible. Ownership without authority is frustrating; ownership with authority enables action.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Ruthless Prioritization\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Growing teams face infinite demands on finite attention. Explicit priorities, regularly reviewed and communicated, help everyone focus on what matters most. Everything can't be priority one.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Async by Default\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Synchronous communication doesn't scale. The best teams default to async (documented, accessible to all) and use sync time for what truly requires it: complex discussions, relationship building, rapid iteration.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Regular Retrospectives\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"What's working? What isn't? What should we try? Regular reflection and adjustment keeps processes serving the team rather than the other way around. Evolve continuously.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"How Fast-Growing Teams Stay Organized at Scale\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Organizational practices for hypergrowth. Single source of truth, clear ownership, prioritization, and async communication.\",\n\t\t\t},\n\t\t},\n\t]\n\n\treturn posts\n}\n",
|
|
@@ -227,8 +227,8 @@ export const EMBEDDED_TEMPLATES: Record<string, string> = {
|
|
|
227
227
|
"marketing/payload/src/endpoints/seed/directoryhub/privacy.ts": "import type { Page } from \"@/payload-types\"\n\nexport const directoryHubPrivacy = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"privacy\",\n\t\t_status: \"published\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Privacy Policy\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Last updated: December 2024\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"content\",\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"full\",\n\t\t\t\t\t\trichText: {\n\t\t\t\t\t\t\troot: {\n\t\t\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t// Introduction\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"1. Introduction\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: 'SaaSify (\"we\", \"our\", or \"us\") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our platform and services.',\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Information We Collect\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"2. Information We Collect\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"Personal Information\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h3\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We may collect personal information that you voluntarily provide when you register for an account, subscribe to our services, or contact us. This may include: name, email address, billing information, company name, and other contact details.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"Automatically Collected Information\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h3\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"When you access our platform, we automatically collect certain information including: IP address, browser type, operating system, referring URLs, pages viewed, and access times.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// How We Use Your Information\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"3. How We Use Your Information\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We use the information we collect to: provide and maintain our services, process transactions and send related information, send promotional communications (with your consent), respond to your inquiries and provide customer support, monitor and analyze usage patterns, and improve our platform.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Cookies and Tracking\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"4. Cookies and Tracking Technologies\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We use cookies and similar tracking technologies to track activity on our platform and hold certain information. Cookies are files with a small amount of data that may include an anonymous unique identifier. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Third-Party Services\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"5. Third-Party Services\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We may employ third-party companies and individuals to facilitate our service, provide service-related services, or assist us in analyzing how our service is used. These third parties have access to your personal information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Data Security\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"6. Data Security\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We implement appropriate technical and organizational security measures to protect your personal information. However, no method of transmission over the Internet or electronic storage is 100% secure, and we cannot guarantee absolute security.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Your Rights\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"7. Your Rights\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"Depending on your location, you may have certain rights regarding your personal information, including: the right to access your personal data, the right to correct inaccurate data, the right to delete your data, the right to restrict processing, the right to data portability, and the right to object to processing.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Contact Us\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"8. Contact Us\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"If you have any questions about this Privacy Policy, please contact us at privacy@saasify.com.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Read SaaSify's Privacy Policy to understand how we collect, use, and protect your personal information.\",\n\t\t\ttitle: \"Privacy Policy\",\n\t\t},\n\t\ttitle: \"Privacy Policy\",\n\t}\n}\n",
|
|
228
228
|
"marketing/payload/src/endpoints/seed/directoryhub/richtext-helper.ts": "// Helper function to create simple paragraph rich text\nexport const createParagraph = (text: string) => ({\n\troot: {\n\t\ttype: \"root\",\n\t\tchildren: [\n\t\t\t{\n\t\t\t\ttype: \"paragraph\",\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\ttext,\n\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\tformat: \"\" as const,\n\t\t\t\tindent: 0,\n\t\t\t\ttextFormat: 0,\n\t\t\t\tversion: 1,\n\t\t\t},\n\t\t],\n\t\tdirection: \"ltr\" as const,\n\t\tformat: \"\" as const,\n\t\tindent: 0,\n\t\tversion: 1,\n\t},\n})\n\n// Helper to create rich text with multiple elements (headings, paragraphs)\ntype RichTextElement =\n\t| { type: \"heading\"; tag: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"; text: string }\n\t| { type: \"paragraph\"; text: string }\n\nexport const createRichText = (elements: RichTextElement[]) => ({\n\troot: {\n\t\ttype: \"root\",\n\t\tchildren: elements.map((el) => {\n\t\t\tif (el.type === \"heading\") {\n\t\t\t\treturn {\n\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\ttag: el.tag,\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\ttext: el.text,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn {\n\t\t\t\ttype: \"paragraph\",\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\ttext: el.text,\n\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\tformat: \"\" as const,\n\t\t\t\tindent: 0,\n\t\t\t\ttextFormat: 0,\n\t\t\t\tversion: 1,\n\t\t\t}\n\t\t}),\n\t\tdirection: \"ltr\" as const,\n\t\tformat: \"\" as const,\n\t\tindent: 0,\n\t\tversion: 1,\n\t},\n})\n",
|
|
229
229
|
"marketing/payload/src/endpoints/seed/directoryhub/terms.ts": "import type { Page } from \"@/payload-types\"\n\nexport const directoryHubTerms = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"terms\",\n\t\t_status: \"published\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Terms of Service\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Last updated: December 2024\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"content\",\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"full\",\n\t\t\t\t\t\trichText: {\n\t\t\t\t\t\t\troot: {\n\t\t\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t// Agreement to Terms\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"1. Agreement to Terms\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"By accessing or using SaaSify, you agree to be bound by these Terms of Service. If you disagree with any part of these terms, you may not access our service.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Description of Service\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"2. Description of Service\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"SaaSify is a platform that enables teams to collaborate, automate workflows, and scale their operations. Our service includes project management, integrations, analytics, and various features to help you work smarter.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// User Accounts\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"3. User Accounts\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"When you create an account with us, you must provide accurate and complete information. You are responsible for safeguarding your password and for all activities that occur under your account. You must notify us immediately upon becoming aware of any breach of security or unauthorized use of your account.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Acceptable Use\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"4. Acceptable Use\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"You agree not to use our service to: violate any laws or regulations, infringe upon intellectual property rights, distribute malware or harmful code, engage in spam or phishing, harass or abuse others, or attempt to gain unauthorized access to our systems.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Intellectual Property\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"5. Intellectual Property\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"The service and its original content, features, and functionality are and will remain the exclusive property of SaaSify. Our service is protected by copyright, trademark, and other laws. You retain ownership of any content you create using our platform.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Payment Terms\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"6. Payment Terms\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"Certain features of our service may require payment. You agree to provide accurate billing information and authorize us to charge your payment method for all applicable fees. Subscriptions automatically renew unless cancelled before the renewal date.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Limitation of Liability\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"7. Limitation of Liability\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"In no event shall SaaSify, its directors, employees, partners, agents, suppliers, or affiliates be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Termination\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"8. Termination\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We may terminate or suspend your account immediately, without prior notice or liability, for any reason, including breach of these Terms. Upon termination, your right to use the service will cease immediately. You may terminate your account at any time by contacting us.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Changes to Terms\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"9. Changes to Terms\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"We reserve the right to modify or replace these Terms at any time. If a revision is material, we will provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t// Contact Us\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"10. Contact Us\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\ttext: \"If you have any questions about these Terms, please contact us at legal@saasify.com.\",\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Read SaaSify's Terms of Service to understand the rules and guidelines for using our platform.\",\n\t\t\ttitle: \"Terms of Service\",\n\t\t},\n\t\ttitle: \"Terms of Service\",\n\t}\n}\n",
|
|
230
|
-
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const marketingPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/marketing\",\n\t\t_status: \"published\",\n\t\ttitle: \"SaaSify for Marketing Teams\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Launch campaigns that actually convert\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Campaign planning, asset management, and performance analytics that help your marketing team move faster and measure what matters.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Campaign Management\",\n\t\t\t\tlabel: \"Campaign Planning\",\n\t\t\t\theadline: \"Plan and execute campaigns in one place\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Visual campaign calendars, task assignments, and deadline tracking. See every campaign across channels and keep your team aligned on priorities.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See campaign features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Visual campaign calendar\" },\n\t\t\t\t\t{ text: \"Multi-channel planning\" },\n\t\t\t\t\t{ text: \"Task and deadline tracking\" },\n\t\t\t\t\t{ text: \"Team collaboration tools\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Asset Management\",\n\t\t\t\tlabel: \"Asset Library\",\n\t\t\t\theadline: \"Organize and share marketing assets\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Central repository for all your marketing materials. Version control, approval workflows, and easy sharing make it simple to keep everyone on brand.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about asset management\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Centralized asset library\" },\n\t\t\t\t\t{ text: \"Version control\" },\n\t\t\t\t\t{ text: \"Approval workflows\" },\n\t\t\t\t\t{ text: \"Brand guidelines enforcement\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Performance Analytics\",\n\t\t\t\tlabel: \"Analytics\",\n\t\t\t\theadline: \"Measure what matters\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track campaign performance across channels. Custom dashboards show the metrics that matter most to your team and stakeholders.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See analytics features\",\n\t\t\t\t\turl: \"/features/analytics\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Cross-channel analytics\" },\n\t\t\t\t\t{ text: \"Custom dashboards\" },\n\t\t\t\t\t{ text: \"Automated reporting\" },\n\t\t\t\t\t{ text: \"ROI tracking\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Marketing Features\",\n\t\t\t\theading: \"Tools that help you market smarter\",\n\t\t\t\tsubheading: \"Everything your marketing team needs in one platform\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"rocket\",\n\t\t\t\t\t\tstat: \"3x\",\n\t\t\t\t\t\ttitle: \"Campaign Velocity\",\n\t\t\t\t\t\tdescription: createParagraph(\"Launch campaigns faster than ever.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"
|
|
231
|
-
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const productPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/product\",\n\t\t_status: \"published\",\n\t\ttitle: \"SaaSify for Product Teams\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Ship features your users will love\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Roadmap planning, feedback collection, and release management that help your product team build what matters and ship faster.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Roadmap Planning\",\n\t\t\t\tlabel: \"Product Roadmap\",\n\t\t\t\theadline: \"Plan and communicate your product vision\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Visual roadmaps that keep everyone aligned on what's coming. Timeline, kanban, and list views help you plan sprints and communicate priorities to stakeholders.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See roadmap features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Visual product roadmap\" },\n\t\t\t\t\t{ text: \"Sprint planning\" },\n\t\t\t\t\t{ text: \"Milestone tracking\" },\n\t\t\t\t\t{ text: \"Stakeholder sharing\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feedback Collection\",\n\t\t\t\tlabel: \"User Feedback\",\n\t\t\t\theadline: \"Collect and prioritize user feedback\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Centralize feedback from users, support, and sales. Vote on ideas, tag themes, and connect feedback directly to roadmap items.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about feedback tools\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Feedback collection portal\" },\n\t\t\t\t\t{ text: \"Voting and prioritization\" },\n\t\t\t\t\t{ text: \"Theme tagging\" },\n\t\t\t\t\t{ text: \"Feedback-to-roadmap linking\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Release Management\",\n\t\t\t\tlabel: \"Releases\",\n\t\t\t\theadline: \"Ship releases with confidence\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track releases, manage changelogs, and coordinate launches. Automated release notes and internal announcements keep everyone in the loop.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See release features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Release tracking\" },\n\t\t\t\t\t{ text: \"Automated changelogs\" },\n\t\t\t\t\t{ text: \"Internal announcements\" },\n\t\t\t\t\t{ text: \"Launch coordination\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Product Features\",\n\t\t\t\theading: \"Tools that help you ship faster\",\n\t\t\t\tsubheading: \"Everything your product team needs in one platform\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"rocket\",\n\t\t\t\t\t\tstat: \"50%\",\n\t\t\t\t\t\ttitle: \"Faster Shipping\",\n\t\t\t\t\t\tdescription: createParagraph(\"Reduce time from idea to production.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Feature Specs\",\n\t\t\t\t\t\tdescription: createParagraph(\"Document requirements and acceptance criteria.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Cross-Team Collaboration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Work with design, engineering, and QA.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Product Analytics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track feature adoption and usage.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Jira Integration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Sync with your engineering workflow.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"
|
|
230
|
+
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const marketingPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/marketing\",\n\t\t_status: \"published\",\n\t\ttitle: \"SaaSify for Marketing Teams\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Launch campaigns that actually convert\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Campaign planning, asset management, and performance analytics that help your marketing team move faster and measure what matters.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Campaign Management\",\n\t\t\t\tlabel: \"Campaign Planning\",\n\t\t\t\theadline: \"Plan and execute campaigns in one place\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Visual campaign calendars, task assignments, and deadline tracking. See every campaign across channels and keep your team aligned on priorities.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See campaign features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Visual campaign calendar\" },\n\t\t\t\t\t{ text: \"Multi-channel planning\" },\n\t\t\t\t\t{ text: \"Task and deadline tracking\" },\n\t\t\t\t\t{ text: \"Team collaboration tools\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Asset Management\",\n\t\t\t\tlabel: \"Asset Library\",\n\t\t\t\theadline: \"Organize and share marketing assets\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Central repository for all your marketing materials. Version control, approval workflows, and easy sharing make it simple to keep everyone on brand.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about asset management\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Centralized asset library\" },\n\t\t\t\t\t{ text: \"Version control\" },\n\t\t\t\t\t{ text: \"Approval workflows\" },\n\t\t\t\t\t{ text: \"Brand guidelines enforcement\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Performance Analytics\",\n\t\t\t\tlabel: \"Analytics\",\n\t\t\t\theadline: \"Measure what matters\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track campaign performance across channels. Custom dashboards show the metrics that matter most to your team and stakeholders.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See analytics features\",\n\t\t\t\t\turl: \"/features/analytics\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Cross-channel analytics\" },\n\t\t\t\t\t{ text: \"Custom dashboards\" },\n\t\t\t\t\t{ text: \"Automated reporting\" },\n\t\t\t\t\t{ text: \"ROI tracking\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Marketing Features\",\n\t\t\t\theading: \"Tools that help you market smarter\",\n\t\t\t\tsubheading: \"Everything your marketing team needs in one platform\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"rocket\",\n\t\t\t\t\t\tstat: \"3x\",\n\t\t\t\t\t\ttitle: \"Campaign Velocity\",\n\t\t\t\t\t\tdescription: createParagraph(\"Launch campaigns faster than ever.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Project Templates\",\n\t\t\t\t\t\tdescription: createParagraph(\"Pre-built templates for common campaigns.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Team Workload\",\n\t\t\t\t\t\tdescription: createParagraph(\"Balance work across your team.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Performance Metrics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track KPIs across all campaigns.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Integrations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect with HubSpot, Marketo, and more.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"globe\",\n\t\t\t\t\t\ttitle: \"Collaboration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Comments, feedback, and approvals in context.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Supercharge your marketing team\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Campaign planning, asset management, and analytics. Start launching better campaigns today.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Talk to sales\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"SaaSify for marketing teams. Campaign planning, asset management, and performance analytics to help you launch campaigns that convert.\",\n\t\t\ttitle: \"Marketing Teams — SaaSify Use Case\",\n\t\t},\n\t}\n}\n",
|
|
231
|
+
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const productPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/product\",\n\t\t_status: \"published\",\n\t\ttitle: \"SaaSify for Product Teams\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Ship features your users will love\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Roadmap planning, feedback collection, and release management that help your product team build what matters and ship faster.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Roadmap Planning\",\n\t\t\t\tlabel: \"Product Roadmap\",\n\t\t\t\theadline: \"Plan and communicate your product vision\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Visual roadmaps that keep everyone aligned on what's coming. Timeline, kanban, and list views help you plan sprints and communicate priorities to stakeholders.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See roadmap features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Visual product roadmap\" },\n\t\t\t\t\t{ text: \"Sprint planning\" },\n\t\t\t\t\t{ text: \"Milestone tracking\" },\n\t\t\t\t\t{ text: \"Stakeholder sharing\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feedback Collection\",\n\t\t\t\tlabel: \"User Feedback\",\n\t\t\t\theadline: \"Collect and prioritize user feedback\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Centralize feedback from users, support, and sales. Vote on ideas, tag themes, and connect feedback directly to roadmap items.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about feedback tools\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Feedback collection portal\" },\n\t\t\t\t\t{ text: \"Voting and prioritization\" },\n\t\t\t\t\t{ text: \"Theme tagging\" },\n\t\t\t\t\t{ text: \"Feedback-to-roadmap linking\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Release Management\",\n\t\t\t\tlabel: \"Releases\",\n\t\t\t\theadline: \"Ship releases with confidence\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track releases, manage changelogs, and coordinate launches. Automated release notes and internal announcements keep everyone in the loop.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See release features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Release tracking\" },\n\t\t\t\t\t{ text: \"Automated changelogs\" },\n\t\t\t\t\t{ text: \"Internal announcements\" },\n\t\t\t\t\t{ text: \"Launch coordination\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Product Features\",\n\t\t\t\theading: \"Tools that help you ship faster\",\n\t\t\t\tsubheading: \"Everything your product team needs in one platform\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"rocket\",\n\t\t\t\t\t\tstat: \"50%\",\n\t\t\t\t\t\ttitle: \"Faster Shipping\",\n\t\t\t\t\t\tdescription: createParagraph(\"Reduce time from idea to production.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Feature Specs\",\n\t\t\t\t\t\tdescription: createParagraph(\"Document requirements and acceptance criteria.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Cross-Team Collaboration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Work with design, engineering, and QA.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Product Analytics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track feature adoption and usage.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Jira Integration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Sync with your engineering workflow.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Stakeholder Updates\",\n\t\t\t\t\t\tdescription: createParagraph(\"Keep leadership informed automatically.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Build products your users will love\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Roadmap planning, feedback collection, and release management. Start shipping faster today.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Talk to sales\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"SaaSify for product teams. Roadmap planning, feedback collection, and release management to help you build and ship features your users will love.\",\n\t\t\ttitle: \"Product Teams — SaaSify Use Case\",\n\t\t},\n\t}\n}\n",
|
|
232
232
|
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts": "export { salesPage } from \"./local-services\"\nexport { marketingPage } from \"./b2b-vendor-hubs\"\nexport { productPage } from \"./communities\"\nexport { operationsPage } from \"./marketplaces\"\n",
|
|
233
233
|
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/local-services.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const salesPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/sales\",\n\t\t_status: \"published\",\n\t\ttitle: \"SaaSify for Sales Teams\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Close more deals with less effort\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Pipeline management, lead tracking, forecasting, and automation tools that help your sales team work smarter and close faster.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Pipeline Management\",\n\t\t\t\tlabel: \"Visual Pipeline\",\n\t\t\t\theadline: \"See your entire pipeline at a glance\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Drag-and-drop deal management with customizable stages. Track deal values, probabilities, and expected close dates. Never let a deal slip through the cracks.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See pipeline features\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Customizable deal stages\" },\n\t\t\t\t\t{ text: \"Drag-and-drop interface\" },\n\t\t\t\t\t{ text: \"Deal value tracking\" },\n\t\t\t\t\t{ text: \"Win probability scoring\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Lead Management\",\n\t\t\t\tlabel: \"Lead Tracking\",\n\t\t\t\theadline: \"Never lose track of a lead again\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Capture leads from any source, score them automatically, and route them to the right rep. Activity tracking shows every touchpoint so you always have context.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about lead management\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Lead capture from any source\" },\n\t\t\t\t\t{ text: \"Automatic lead scoring\" },\n\t\t\t\t\t{ text: \"Smart lead routing\" },\n\t\t\t\t\t{ text: \"Complete activity history\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Sales Automation\",\n\t\t\t\tlabel: \"Automation\",\n\t\t\t\theadline: \"Automate follow-ups and admin tasks\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Set up automated email sequences, task reminders, and deal updates. Spend less time on admin and more time selling.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See automation options\",\n\t\t\t\t\turl: \"/features/automation\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Automated email sequences\" },\n\t\t\t\t\t{ text: \"Task reminders and follow-ups\" },\n\t\t\t\t\t{ text: \"Deal stage automation\" },\n\t\t\t\t\t{ text: \"Meeting scheduling\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Sales Features\",\n\t\t\t\theading: \"Tools that help you sell more\",\n\t\t\t\tsubheading: \"Everything your sales team needs in one platform\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\tstat: \"40%\",\n\t\t\t\t\t\ttitle: \"Faster Deal Cycles\",\n\t\t\t\t\t\tdescription: createParagraph(\"Close deals faster with better tools.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Contact Management\",\n\t\t\t\t\t\tdescription: createParagraph(\"Complete contact and company records.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"search\",\n\t\t\t\t\t\ttitle: \"Smart Search\",\n\t\t\t\t\t\tdescription: createParagraph(\"Find any deal, contact, or activity instantly.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"target\",\n\t\t\t\t\t\ttitle: \"Forecasting\",\n\t\t\t\t\t\tdescription: createParagraph(\"Accurate revenue forecasting and reporting.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Email Integration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Sync with Gmail and Outlook.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\ttitle: \"Activity Tracking\",\n\t\t\t\t\t\tdescription: createParagraph(\"Log calls, emails, and meetings automatically.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Give your sales team an unfair advantage\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Pipeline management, lead tracking, and automation. Start closing more deals today.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Talk to sales\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"SaaSify for sales teams. Pipeline management, lead tracking, forecasting, and automation tools to help you close more deals faster.\",\n\t\t\ttitle: \"Sales Teams — SaaSify Use Case\",\n\t\t},\n\t}\n}\n",
|
|
234
234
|
"marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const operationsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/operations\",\n\t\t_status: \"published\",\n\t\ttitle: \"SaaSify for Operations Teams\",\n\t\thero: {\n\t\t\ttype: \"lowImpact\",\n\t\t\trichText: {\n\t\t\t\troot: {\n\t\t\t\t\ttype: \"root\",\n\t\t\t\t\tchildren: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Scale your operations without the chaos\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\ttext: \"Process automation, resource planning, and reporting tools that help operations teams do more with less and scale efficiently.\",\n\t\t\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\ttextFormat: 0,\n\t\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t\tdirection: \"ltr\" as const,\n\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\tindent: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t},\n\t\t\tlinks: [\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\tlabel: \"See a demo\",\n\t\t\t\t\t\turl: \"/demo\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Process Automation\",\n\t\t\t\tlabel: \"Automation\",\n\t\t\t\theadline: \"Automate repetitive processes\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Build workflows that handle approvals, notifications, data routing, and handoffs automatically. Reduce manual work and eliminate bottlenecks.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See automation features\",\n\t\t\t\t\turl: \"/features/automation\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Visual workflow builder\" },\n\t\t\t\t\t{ text: \"Approval automation\" },\n\t\t\t\t\t{ text: \"Data routing and handoffs\" },\n\t\t\t\t\t{ text: \"Notification triggers\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Resource Planning\",\n\t\t\t\tlabel: \"Resource Management\",\n\t\t\t\theadline: \"Plan and allocate resources effectively\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"See team capacity, workload distribution, and resource utilization at a glance. Make informed decisions about hiring, outsourcing, and prioritization.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Learn about resource planning\",\n\t\t\t\t\turl: \"/features\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Capacity planning\" },\n\t\t\t\t\t{ text: \"Workload visibility\" },\n\t\t\t\t\t{ text: \"Resource allocation\" },\n\t\t\t\t\t{ text: \"Utilization tracking\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Reporting\",\n\t\t\t\tlabel: \"Operations Analytics\",\n\t\t\t\theadline: \"Get visibility into every process\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Track cycle times, bottlenecks, and throughput. Custom dashboards and scheduled reports keep stakeholders informed and help you continuously improve.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See analytics features\",\n\t\t\t\t\turl: \"/features/analytics\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t\timagePosition: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Process analytics\" },\n\t\t\t\t\t{ text: \"Cycle time tracking\" },\n\t\t\t\t\t{ text: \"Bottleneck identification\" },\n\t\t\t\t\t{ text: \"Custom dashboards\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Operations Features\",\n\t\t\t\theading: \"Tools that help you scale\",\n\t\t\t\tsubheading: \"Everything your operations team needs in one platform\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"gradient\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\tstat: \"60%\",\n\t\t\t\t\t\ttitle: \"Time Saved\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automate away the busywork.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"accent\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Process Templates\",\n\t\t\t\t\t\tdescription: createParagraph(\"Pre-built templates for common processes.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Cross-Team Visibility\",\n\t\t\t\t\t\tdescription: createParagraph(\"See work across departments.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"primary\",\n\t\t\t\t\t\ticon: \"barChart\",\n\t\t\t\t\t\ttitle: \"Performance Metrics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track KPIs across all processes.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"database\",\n\t\t\t\t\t\ttitle: \"Data Integrations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect with your existing tools.\"),\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tsize: \"small\",\n\t\t\t\t\t\tstyle: \"default\",\n\t\t\t\t\t\ticon: \"shield\",\n\t\t\t\t\t\ttitle: \"Compliance Tracking\",\n\t\t\t\t\t\tdescription: createParagraph(\"Audit trails and compliance reporting.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"CTA Section\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Scale operations without adding headcount\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Process automation, resource planning, and analytics. Start scaling smarter today.\",\n\t\t\t\tlinks: [\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t\t\tlabel: \"Start free trial\",\n\t\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t\t\tlabel: \"Talk to sales\",\n\t\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"SaaSify for operations teams. Process automation, resource planning, and reporting tools to help you scale your operations efficiently.\",\n\t\t\ttitle: \"Operations Teams — SaaSify Use Case\",\n\t\t},\n\t}\n}\n",
|
|
@@ -131,7 +131,7 @@ export const integrationsPage = (): Partial<Page> => {
|
|
|
131
131
|
{
|
|
132
132
|
size: "small",
|
|
133
133
|
style: "gradient",
|
|
134
|
-
icon: "
|
|
134
|
+
icon: "globe",
|
|
135
135
|
title: "Communication",
|
|
136
136
|
description: createParagraph(
|
|
137
137
|
"Slack, Microsoft Teams, Discord, and email integrations.",
|
|
@@ -149,7 +149,7 @@ export const integrationsPage = (): Partial<Page> => {
|
|
|
149
149
|
{
|
|
150
150
|
size: "small",
|
|
151
151
|
style: "default",
|
|
152
|
-
icon: "
|
|
152
|
+
icon: "layers",
|
|
153
153
|
title: "Project Management",
|
|
154
154
|
description: createParagraph(
|
|
155
155
|
"Jira, Asana, Monday.com, Trello integrations.",
|
package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts
CHANGED
|
@@ -160,7 +160,7 @@ export const marketingPage = (): Partial<Page> => {
|
|
|
160
160
|
{
|
|
161
161
|
size: "small",
|
|
162
162
|
style: "accent",
|
|
163
|
-
icon: "
|
|
163
|
+
icon: "layers",
|
|
164
164
|
title: "Project Templates",
|
|
165
165
|
description: createParagraph("Pre-built templates for common campaigns."),
|
|
166
166
|
},
|
|
@@ -188,7 +188,7 @@ export const marketingPage = (): Partial<Page> => {
|
|
|
188
188
|
{
|
|
189
189
|
size: "small",
|
|
190
190
|
style: "default",
|
|
191
|
-
icon: "
|
|
191
|
+
icon: "globe",
|
|
192
192
|
title: "Collaboration",
|
|
193
193
|
description: createParagraph("Comments, feedback, and approvals in context."),
|
|
194
194
|
},
|
package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts
CHANGED
|
@@ -188,7 +188,7 @@ export const productPage = (): Partial<Page> => {
|
|
|
188
188
|
{
|
|
189
189
|
size: "small",
|
|
190
190
|
style: "default",
|
|
191
|
-
icon: "
|
|
191
|
+
icon: "users",
|
|
192
192
|
title: "Stakeholder Updates",
|
|
193
193
|
description: createParagraph("Keep leadership informed automatically."),
|
|
194
194
|
},
|