kofi-stack-template-generator 2.1.44 → 2.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/dist/index.js +1384 -589
  3. package/package.json +2 -2
  4. package/src/templates.generated.ts +21 -21
  5. package/templates/marketing/payload/src/endpoints/seed/directoryhub/about.ts +22 -22
  6. package/templates/marketing/payload/src/endpoints/seed/directoryhub/faqs.ts +39 -39
  7. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts +35 -35
  8. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts +58 -58
  9. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/dashboard.ts +46 -46
  10. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/index.ts +4 -4
  11. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts +64 -64
  12. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/seo.ts +65 -65
  13. package/templates/marketing/payload/src/endpoints/seed/directoryhub/features/templates.ts +55 -58
  14. package/templates/marketing/payload/src/endpoints/seed/directoryhub/home.ts +145 -145
  15. package/templates/marketing/payload/src/endpoints/seed/directoryhub/index.ts +61 -55
  16. package/templates/marketing/payload/src/endpoints/seed/directoryhub/posts.ts +231 -221
  17. package/templates/marketing/payload/src/endpoints/seed/directoryhub/pricing.ts +27 -27
  18. package/templates/marketing/payload/src/endpoints/seed/directoryhub/privacy.ts +3 -3
  19. package/templates/marketing/payload/src/endpoints/seed/directoryhub/terms.ts +6 -6
  20. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/b2b-vendor-hubs.ts +63 -62
  21. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/communities.ts +62 -62
  22. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts +4 -4
  23. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/local-services.ts +62 -62
  24. package/templates/marketing/payload/src/endpoints/seed/directoryhub/use-cases/marketplaces.ts +66 -66
@@ -1,6 +1,6 @@
1
1
  // Auto-generated file. Do not edit manually.
2
2
  // Run 'pnpm prebuild' to regenerate.
3
- // Generated: 2026-01-19T03:06:07.098Z
3
+ // Generated: 2026-01-19T03:53:20.096Z
4
4
  // Template count: 339
5
5
 
6
6
  export const EMBEDDED_TEMPLATES: Record<string, string> = {
@@ -211,27 +211,27 @@ export const EMBEDDED_TEMPLATES: Record<string, string> = {
211
211
  "marketing/payload/src/cssVariables.ts": "export const cssVariables = {\n breakpoints: {\n xs: 400,\n sm: 640,\n md: 768,\n lg: 1024,\n xl: 1280,\n '2xl': 1536,\n },\n}\n",
212
212
  "marketing/payload/src/endpoints/seed/contact-form.ts": "import type { RequiredDataFromCollectionSlug } from \"payload\"\n\nexport const contactForm: RequiredDataFromCollectionSlug<\"forms\"> = {\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: \"heading\",\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: \"The contact form has been submitted successfully.\",\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\ttag: \"h2\",\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t],\n\t\t\tdirection: \"ltr\",\n\t\t\tformat: \"\",\n\t\t\tindent: 0,\n\t\t\tversion: 1,\n\t\t},\n\t},\n\tconfirmationType: \"message\",\n\tcreatedAt: \"2023-01-12T21:47:41.374Z\",\n\temails: [\n\t\t{\n\t\t\temailFrom: '\"Payload\" \\u003Cdemo@payloadcms.com\\u003E',\n\t\t\temailTo: \"{{email}}\",\n\t\t\tmessage: {\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: \"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: \"Your contact form submission was successfully received.\",\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\tsubject: \"You've received a new message.\",\n\t\t},\n\t],\n\tfields: [\n\t\t{\n\t\t\tname: \"full-name\",\n\t\t\tblockName: \"full-name\",\n\t\t\tblockType: \"text\",\n\t\t\tlabel: \"Full Name\",\n\t\t\trequired: true,\n\t\t\twidth: 100,\n\t\t},\n\t\t{\n\t\t\tname: \"email\",\n\t\t\tblockName: \"email\",\n\t\t\tblockType: \"email\",\n\t\t\tlabel: \"Email\",\n\t\t\trequired: true,\n\t\t\twidth: 100,\n\t\t},\n\t\t{\n\t\t\tname: \"phone\",\n\t\t\tblockName: \"phone\",\n\t\t\tblockType: \"number\",\n\t\t\tlabel: \"Phone\",\n\t\t\trequired: false,\n\t\t\twidth: 100,\n\t\t},\n\t\t{\n\t\t\tname: \"message\",\n\t\t\tblockName: \"message\",\n\t\t\tblockType: \"textarea\",\n\t\t\tlabel: \"Message\",\n\t\t\trequired: true,\n\t\t\twidth: 100,\n\t\t},\n\t],\n\tredirect: undefined,\n\tsubmitButtonLabel: \"Submit\",\n\ttitle: \"Contact Form\",\n\tupdatedAt: \"2023-01-12T21:47:41.374Z\",\n}\n",
213
213
  "marketing/payload/src/endpoints/seed/contact-page.ts": "import type { Form } from \"@/payload-types\"\nimport type { RequiredDataFromCollectionSlug } from \"payload\"\n\ntype ContactArgs = {\n\tcontactForm: Form\n}\n\nexport const contact: (args: ContactArgs) => RequiredDataFromCollectionSlug<\"pages\"> = ({\n\tcontactForm,\n}) => {\n\treturn {\n\t\tslug: \"contact\",\n\t\t_status: \"published\",\n\t\thero: {\n\t\t\ttype: \"none\",\n\t\t},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockType: \"formBlock\",\n\t\t\t\tenableIntro: true,\n\t\t\t\tform: contactForm,\n\t\t\t\tintroContent: {\n\t\t\t\t\troot: {\n\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"Example contact form:\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\ttag: \"h3\",\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\tdirection: \"ltr\",\n\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t],\n\t\ttitle: \"Contact\",\n\t}\n}\n",
214
- "marketing/payload/src/endpoints/seed/directoryhub/about.ts": "import type { Form, Page } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\ntype AboutArgs = {\n\tcontactForm: Form\n}\n\nexport const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> => {\n\treturn {\n\t\tslug: \"about\",\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: \"We help entrepreneurs build directory businesses\",\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: \"DirectoryHub makes it easy for anyone to launch, monetize, and grow niche directory websites without writing code.\",\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},\n\t\tlayout: [\n\t\t\t// Mission Section\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Our Mission\",\n\t\t\t\tlabel: \"Our Mission\",\n\t\t\t\theadline: \"Democratizing the directory business model\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Directory websites remain one of the most sustainable online business models, yet building one traditionally requires significant technical expertise. We believe anyone with niche knowledge should be able to turn that expertise into a profitable directory business. DirectoryHub handles the technical complexity so you can focus on what matters: curating great content and growing your community.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\turl: \"/pricing\",\n\t\t\t\t\tlabel: \"View pricing\",\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: \"No coding required\" },\n\t\t\t\t\t{ text: \"Built-in monetization\" },\n\t\t\t\t\t{ text: \"Enterprise-grade SEO\" },\n\t\t\t\t\t{ text: \"Scale as you grow\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Stats Banner\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Impact Stats\",\n\t\t\t\tstyle: \"withBackground\",\n\t\t\t\theadline: \"Trusted by directory builders worldwide\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Join hundreds of entrepreneurs who have launched successful directories with DirectoryHub\",\n\t\t\t},\n\t\t\t// Values Grid\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Our Values\",\n\t\t\t\theading: \"What we stand for\",\n\t\t\t\tsubheading: \"The principles that guide everything we build\",\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\ttitle: \"Simplicity First\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"We remove complexity so you can focus on building your business.\",\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: \"rocket\",\n\t\t\t\t\t\ttitle: \"Built for Growth\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Every feature is designed to help you scale sustainably.\",\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: \"shield\",\n\t\t\t\t\t\ttitle: \"Transparency\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Clear pricing, no hidden fees, honest communication always.\",\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: \"users\",\n\t\t\t\t\t\ttitle: \"Customer Success\",\n\t\t\t\t\t\tdescription: createParagraph(\"Your success is our success. We invest in your growth.\"),\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: \"Quality Matters\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"We build tools that help you maintain high-quality directories.\",\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: \"settings\",\n\t\t\t\t\t\ttitle: \"Continuous Innovation\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"We constantly improve our platform based on customer feedback.\",\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\t// Our Story\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Our Story\",\n\t\t\t\tlabel: \"Our Story\",\n\t\t\t\theadline: \"From frustration to solution\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"DirectoryHub was born when our founders tried to build a niche directory and discovered how much technical overhead was involved. After months of custom development for what seemed like a simple project, we realized there had to be a better way. We built DirectoryHub to be the platform we wished existed — one that handles all the technical complexity while giving directory builders complete control over their business.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\tlabel: \"Start building free\",\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: \"Founded by directory builders\" },\n\t\t\t\t\t{ text: \"Bootstrapped and profitable\" },\n\t\t\t\t\t{ text: \"Customer-funded development\" },\n\t\t\t\t\t{ text: \"Global remote team\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Contact Section\n\t\t\t{\n\t\t\t\tblockType: \"content\",\n\t\t\t\tblockName: \"Contact Header\",\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\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{\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: \"Get in Touch\",\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: \"Have questions about DirectoryHub? We'd love to hear from you. Send us a message and our team will respond within 24 hours.\",\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\tsize: \"full\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Contact Form\n\t\t\t{\n\t\t\t\tblockType: \"formBlock\",\n\t\t\t\tblockName: \"Contact Form\",\n\t\t\t\tform: contactForm.id,\n\t\t\t\tenableIntro: false,\n\t\t\t},\n\t\t\t// Final CTA\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Footer CTA\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Ready to build your directory?\",\n\t\t\t\tsubtext: \"Join hundreds of entrepreneurs building successful directory businesses.\",\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 for free\",\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 pricing\",\n\t\t\t\t\t\t\turl: \"/pricing\",\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\"Learn about DirectoryHub — the platform that makes it easy to build, monetize, and grow directory websites. Founded by directory builders, for directory builders.\",\n\t\t\ttitle: \"About DirectoryHub — Our Mission & Story\",\n\t\t},\n\t\ttitle: \"About\",\n\t}\n}\n",
215
- "marketing/payload/src/endpoints/seed/directoryhub/faqs.ts": "import type { Faq } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\nexport const faqData: Partial<Faq>[] = [\n\t// Getting Started FAQs\n\t{\n\t\tquestion: \"How quickly can I launch my directory?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Most customers launch their first directory within 1-2 days. Pick a template, customize your branding, add your first listings, and you're live. No coding required.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Do I need technical skills to use DirectoryHub?\",\n\t\tanswer: createParagraph(\n\t\t\t\"No technical skills required. DirectoryHub is designed for non-technical users. Our visual editor lets you customize everything from colors to layouts without writing any code.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I import existing listings from another platform?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! You can import listings via CSV upload. We also offer migration assistance for larger directories moving from other platforms. Contact our support team for help with migrations.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"What kind of directories can I build?\",\n\t\tanswer: createParagraph(\n\t\t\t\"DirectoryHub works for any type of directory: local services, B2B vendors, community directories, marketplaces, job boards, real estate, and more. Our templates cover the most popular use cases, and custom fields let you build any schema.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 4,\n\t},\n\n\t// Pricing FAQs\n\t{\n\t\tquestion: \"Is there a free plan?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Start with our Free plan to explore the platform. You can launch a basic directory with up to 50 listings. Upgrade anytime to unlock premium features and higher limits.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"What payment methods do you accept?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We accept all major credit cards (Visa, Mastercard, American Express) and debit cards through Stripe. Annual plans can also be paid via invoice for qualifying accounts.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I change plans at any time?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Absolutely. Upgrade or downgrade your plan at any time. When upgrading, you'll be charged the prorated difference. When downgrading, the credit will be applied to your next billing cycle.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"Do you offer discounts for annual billing?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Save 20% when you choose annual billing. Annual plans also include priority support and early access to new features.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 4,\n\t},\n\t{\n\t\tquestion: \"What happens if I exceed my listing limit?\",\n\t\tanswer: createParagraph(\n\t\t\t\"You'll receive a notification when approaching your limit. You can upgrade your plan to increase limits, or we'll help you identify which listings to archive if you prefer to stay on your current plan.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 5,\n\t},\n\t{\n\t\tquestion: \"Is there a refund policy?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We offer a 14-day money-back guarantee for all paid plans. If you're not satisfied within the first 14 days, contact support for a full refund, no questions asked.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 6,\n\t},\n\n\t// Features FAQs\n\t{\n\t\tquestion: \"Can I accept payments through my directory?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Connect your Stripe account to accept payments for premium listings, subscriptions, and featured placements. We handle the payment flow; you keep the revenue minus Stripe's standard fees.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"How does SEO work with DirectoryHub?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Every directory includes automatic SEO optimization: schema markup, dynamic sitemaps, meta tags, and clean URLs. Your listings are structured for Google's rich results and local pack rankings.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I use my own domain name?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Custom domains are supported on all paid plans. Point your domain to DirectoryHub, and we'll handle SSL certificates and domain configuration automatically.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"Do you support reviews and ratings?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Enable user reviews and ratings for your listings. You can moderate reviews, require verification, and display aggregate ratings. Review schema is automatically added for rich snippets.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 4,\n\t},\n\t{\n\t\tquestion: \"Can businesses manage their own listings?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Absolutely. Business owners can claim and manage their listings through dedicated dashboards. They can update information, respond to reviews, track analytics, and manage their subscription.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 5,\n\t},\n\t{\n\t\tquestion: \"Is there an API available?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Our REST API is available on Professional and Enterprise plans. Use it to integrate your directory with other tools, import data programmatically, or build custom applications.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 6,\n\t},\n\n\t// Technical FAQs\n\t{\n\t\tquestion: \"Where is my data hosted?\",\n\t\tanswer: createParagraph(\n\t\t\t\"All data is hosted on secure servers in the United States and Europe. We use enterprise-grade infrastructure with automatic backups, redundancy, and 99.9% uptime SLA.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Is DirectoryHub GDPR compliant?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes. We are fully GDPR compliant. We provide data processing agreements, respect user consent preferences, and offer data export/deletion tools for you to fulfill user requests.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I export my data?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Export your listings, users, and analytics data at any time. We provide CSV exports for all data types. You own your data and can take it with you if you ever decide to leave.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"How secure is my directory?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Security is a top priority. We use SSL encryption, secure payment processing via Stripe, regular security audits, and follow OWASP best practices. Enterprise plans include SOC 2 compliance.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 4,\n\t},\n\n\t// Support FAQs\n\t{\n\t\tquestion: \"What support options are available?\",\n\t\tanswer: createParagraph(\n\t\t\t\"All plans include email support with 24-hour response times. Professional plans add live chat support. Enterprise plans include dedicated account managers and phone support.\",\n\t\t),\n\t\tcategory: \"support\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Do you offer onboarding assistance?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! All paid plans include onboarding guides and video tutorials. Professional and Enterprise plans include personalized onboarding calls to help you get set up for success.\",\n\t\t),\n\t\tcategory: \"support\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I request new features?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Absolutely! We love hearing from customers. Submit feature requests through our feedback portal. Many of our most popular features came directly from customer suggestions.\",\n\t\t),\n\t\tcategory: \"support\",\n\t\torder: 3,\n\t},\n\n\t// General FAQs\n\t{\n\t\tquestion: \"What makes DirectoryHub different from other platforms?\",\n\t\tanswer: createParagraph(\n\t\t\t\"DirectoryHub is purpose-built for directories. Unlike general website builders or generic CMS platforms, every feature is designed specifically for the directory use case—from listing schemas to monetization tools.\",\n\t\t),\n\t\tcategory: \"general\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Can I use DirectoryHub for multiple directories?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Our Professional and Enterprise plans support multiple directories under one account. Manage all your directories from a single dashboard with unified billing and analytics.\",\n\t\t),\n\t\tcategory: \"general\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"How do I contact sales?\",\n\t\tanswer: createParagraph(\n\t\t\t\"For sales inquiries, contact us at sales@directoryhub.com or book a demo through our website. Our team will help you understand which plan and features are right for your needs.\",\n\t\t),\n\t\tcategory: \"general\",\n\t\torder: 3,\n\t},\n]\n",
216
- "marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const automationPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/automation\",\n\t\t_status: \"published\",\n\t\ttitle: \"Automation\",\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: \"Automate the busywork, focus on growth\",\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: \"Set up workflows that handle repetitive tasks automatically. From email notifications to listing expirations, let automation do the heavy lifting.\",\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 automating\",\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 automation examples\",\n\t\t\t\t\t\turl: \"/features\",\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: \"Email Automation\",\n\t\t\t\tlabel: \"Email Workflows\",\n\t\t\t\theadline: \"Automated emails that nurture and convert\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Welcome new users, remind about expiring listings, confirm submissions, and celebrate milestones. Set up email sequences once and let them run automatically.\",\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 email automation\",\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: \"Welcome email sequences\" },\n\t\t\t\t\t{ text: \"Listing expiration reminders\" },\n\t\t\t\t\t{ text: \"Submission confirmation emails\" },\n\t\t\t\t\t{ text: \"Payment receipt notifications\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Workflow Automation\",\n\t\t\t\tlabel: \"Smart Workflows\",\n\t\t\t\theadline: \"Build custom workflows without code\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Create trigger-based workflows that respond to events in your directory. When a listing is submitted, approved, or expires, trigger the right actions 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 workflow 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: \"Visual workflow builder\" },\n\t\t\t\t\t{ text: \"Event-based triggers\" },\n\t\t\t\t\t{ text: \"Conditional logic branches\" },\n\t\t\t\t\t{ text: \"Third-party integrations\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Scheduled Tasks\",\n\t\t\t\tlabel: \"Scheduled Actions\",\n\t\t\t\theadline: \"Set it and forget it with scheduled tasks\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Schedule recurring tasks like content cleanup, report generation, and backup exports. Keep your directory running smoothly without manual intervention.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See scheduling options\",\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: \"Automated content expiration\" },\n\t\t\t\t\t{ text: \"Scheduled report emails\" },\n\t\t\t\t\t{ text: \"Recurring backup exports\" },\n\t\t\t\t\t{ text: \"Periodic data cleanup\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Automation Features\",\n\t\t\t\theading: \"Automation that saves hours every week\",\n\t\t\t\tsubheading: \"Focus on growing your directory while automation handles the rest\",\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: \"10x\",\n\t\t\t\t\t\ttitle: \"Faster Operations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automate repetitive tasks 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: \"accent\",\n\t\t\t\t\t\ticon: \"settings\",\n\t\t\t\t\t\ttitle: \"No-Code Setup\",\n\t\t\t\t\t\tdescription: createParagraph(\"Build automations without developers.\"),\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: \"rocket\",\n\t\t\t\t\t\ttitle: \"Instant Triggers\",\n\t\t\t\t\t\tdescription: createParagraph(\"React to events in real-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: \"primary\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Webhook Support\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect to any external service.\"),\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: \"Action History\",\n\t\t\t\t\t\tdescription: createParagraph(\"Full logs of all automated actions.\"),\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: \"Fail-Safe Design\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automatic retries and error handling.\"),\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: \"Let automation do the work\",\n\t\t\t\tsubtext: \"Set up workflows once and save hours every week. Start automating 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: \"Get started free\",\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 all features\",\n\t\t\t\t\t\t\turl: \"/features\",\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\"Automate your directory operations with smart workflows, email sequences, and scheduled tasks. Save hours every week without writing code.\",\n\t\t\ttitle: \"Automation Features DirectoryHub Workflow Tools\",\n\t\t},\n\t}\n}\n",
217
- "marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const customFieldsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/custom-fields\",\n\t\t_status: \"published\",\n\t\ttitle: \"Custom Fields\",\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: \"Flexible schemas for any directory type\",\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: \"Create custom fields that match your niche perfectly. Text, numbers, dropdowns, images, locations, and more. Build the exact data structure your directory needs.\",\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 building\",\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 field types\",\n\t\t\t\t\t\turl: \"/features\",\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: \"Field Types\",\n\t\t\t\tlabel: \"Rich Field Types\",\n\t\t\t\theadline: \"Every field type you need\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"From simple text and numbers to complex relationships and media galleries. Choose from 20+ field types to capture exactly the data your directory requires.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore field types\",\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: \"Text, rich text, and numbers\" },\n\t\t\t\t\t{ text: \"Dropdowns and multi-select\" },\n\t\t\t\t\t{ text: \"Images and file uploads\" },\n\t\t\t\t\t{ text: \"Location and map fields\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Dynamic Filtering\",\n\t\t\t\tlabel: \"Smart Filters\",\n\t\t\t\theadline: \"Custom fields power smart filtering\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Every custom field becomes a filterable attribute. Users can search and filter by any field you create, making it easy to find exactly what they're looking for.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See filtering in action\",\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: \"Automatic filter generation\" },\n\t\t\t\t\t{ text: \"Range sliders for numbers\" },\n\t\t\t\t\t{ text: \"Multi-select tag filters\" },\n\t\t\t\t\t{ text: \"Location-based search\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Conditional Logic\",\n\t\t\t\tlabel: \"Conditional Fields\",\n\t\t\t\theadline: \"Show fields based on conditions\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Display different fields based on category, listing type, or user selections. Create smart forms that only show relevant fields to keep the submission process simple.\",\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 conditions\",\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: \"Category-specific fields\" },\n\t\t\t\t\t{ text: \"Conditional visibility rules\" },\n\t\t\t\t\t{ text: \"Dynamic form sections\" },\n\t\t\t\t\t{ text: \"Required field logic\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Custom Field Features\",\n\t\t\t\theading: \"Build any directory schema\",\n\t\t\t\tsubheading: \"No limitations on what data you can collect and display\",\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: \"layers\",\n\t\t\t\t\t\tstat: \"20+\",\n\t\t\t\t\t\ttitle: \"Field Types\",\n\t\t\t\t\t\tdescription: createParagraph(\"Every data type you could need.\"),\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: \"settings\",\n\t\t\t\t\t\ttitle: \"Drag & Drop\",\n\t\t\t\t\t\tdescription: createParagraph(\"Visual field builder interface.\"),\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: \"Searchable\",\n\t\t\t\t\t\tdescription: createParagraph(\"All fields indexed for search.\"),\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: \"Structured Data\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automatic schema.org mapping.\"),\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: \"Multi-Language\",\n\t\t\t\t\t\tdescription: createParagraph(\"Localized field labels and values.\"),\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: \"Validation Rules\",\n\t\t\t\t\t\tdescription: createParagraph(\"Required, format, and custom rules.\"),\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 your perfect directory schema\",\n\t\t\t\tsubtext: \"No coding required. Create custom fields in minutes and start collecting data.\",\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 for free\",\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 all features\",\n\t\t\t\t\t\t\turl: \"/features\",\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\"Create custom fields for your directory with 20+ field types. Text, numbers, dropdowns, images, locations, and more. Build any schema without code.\",\n\t\t\ttitle: \"Custom Fields DirectoryHub Flexible Schemas\",\n\t\t},\n\t}\n}\n",
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: \"Admin 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: \"Manage everything from one powerful 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\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: \"Review submissions, moderate content, track analytics, and manage payments all in one place. Built-in tools help you maintain quality while scaling your directory business.\",\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: \"Try the dashboard\",\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: \"/contact\",\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: \"Content Moderation\",\n\t\t\t\tlabel: \"Moderation Tools\",\n\t\t\t\theadline: \"Review and approve submissions effortlessly\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Submission queues, bulk actions, and smart filters make content moderation fast. Approve, reject, or request changes with one click. Keep your directory quality high without the manual overhead.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See moderation 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: \"right\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Submission review queues\" },\n\t\t\t\t\t{ text: \"Bulk approve and reject\" },\n\t\t\t\t\t{ text: \"Request changes workflow\" },\n\t\t\t\t\t{ text: \"Automated spam detection\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Analytics\",\n\t\t\t\tlabel: \"Real-Time Analytics\",\n\t\t\t\theadline: \"Track what matters with built-in analytics\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"See how your directory is performing at a glance. Track page views, listing engagement, conversion rates, and revenue metrics. Export reports or integrate with your favorite analytics tools.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore 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: \"left\",\n\t\t\t\tfeatures: [\n\t\t\t\t\t{ text: \"Traffic and engagement metrics\" },\n\t\t\t\t\t{ text: \"Revenue and subscription tracking\" },\n\t\t\t\t\t{ text: \"Listing performance insights\" },\n\t\t\t\t\t{ text: \"Custom report generation\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"User Management\",\n\t\t\t\tlabel: \"User Administration\",\n\t\t\t\theadline: \"Manage users and permissions with ease\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Control who can do what in your directory. Set up team members with different roles, manage listing owners, and handle user support all from 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 permissions\",\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: \"Role-based access control\" },\n\t\t\t\t\t{ text: \"Team member management\" },\n\t\t\t\t\t{ text: \"User activity logs\" },\n\t\t\t\t\t{ text: \"Account suspension tools\" },\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 you need to run your directory\",\n\t\t\t\tsubheading: \"A complete admin experience 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 listing, user, or setting 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 admin actions.\"),\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: \"Settings Hub\",\n\t\t\t\t\t\tdescription: createParagraph(\"Configure every aspect of your directory.\"),\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: \"Take control of your directory\",\n\t\t\t\tsubtext: \"Powerful admin tools that scale with your business. Start managing 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: \"Get started free\",\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 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\"Manage your directory with a powerful admin dashboard. Content moderation, analytics, user management, and more in one intuitive interface.\",\n\t\t\ttitle: \"Admin Dashboard — DirectoryHub Management Tools\",\n\t\t},\n\t}\n}\n",
219
- "marketing/payload/src/endpoints/seed/directoryhub/features/index.ts": "export { templatesPage } from \"./templates\"\nexport { monetizationPage } from \"./monetization\"\nexport { seoPage } from \"./seo\"\nexport { dashboardPage } from \"./dashboard\"\nexport { automationPage } from \"./automation\"\nexport { customFieldsPage } from \"./custom-fields\"\n",
220
- "marketing/payload/src/endpoints/seed/directoryhub/features/monetization.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const monetizationPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/monetization\",\n\t\t_status: \"published\",\n\t\ttitle: \"Monetization\",\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 your directory into a revenue machine\",\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: \"Built-in payment processing, subscription management, and premium placements. Start earning from day one without writing payment code.\",\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 monetizing\",\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 pricing\",\n\t\t\t\t\t\turl: \"/pricing\",\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: \"Subscription Tiers\",\n\t\t\t\tlabel: \"Subscription Management\",\n\t\t\t\theadline: \"Create recurring revenue with subscription tiers\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Set up multiple subscription tiers with different features and pricing. Let businesses choose the plan that fits their needs while you collect recurring payments automatically.\",\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 subscriptions\",\n\t\t\t\t\turl: \"/pricing\",\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: \"Unlimited subscription tiers\" },\n\t\t\t\t\t{ text: \"Annual and monthly billing\" },\n\t\t\t\t\t{ text: \"Free trial periods\" },\n\t\t\t\t\t{ text: \"Automatic renewals\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Featured Placements\",\n\t\t\t\tlabel: \"Premium Placements\",\n\t\t\t\theadline: \"Sell premium visibility\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Offer featured spots, homepage placements, and category highlights. Businesses pay for premium visibility, you collect the revenue. Simple pricing, instant upgrades.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore placement options\",\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: \"Featured listing badges\" },\n\t\t\t\t\t{ text: \"Homepage spotlight sections\" },\n\t\t\t\t\t{ text: \"Category top placements\" },\n\t\t\t\t\t{ text: \"Search result boosting\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Payment Processing\",\n\t\t\t\tlabel: \"Stripe Integration\",\n\t\t\t\theadline: \"Payments powered by Stripe\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Secure payment processing with Stripe handles everything from card payments to invoicing. Accept payments globally with support for 135+ currencies and dozens of payment methods.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"View payment options\",\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: \"Credit cards and digital wallets\" },\n\t\t\t\t\t{ text: \"Automatic invoicing\" },\n\t\t\t\t\t{ text: \"135+ currencies supported\" },\n\t\t\t\t\t{ text: \"PCI compliant security\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Revenue Features\",\n\t\t\t\theading: \"Everything you need to generate revenue\",\n\t\t\t\tsubheading: \"From one-time payments to complex subscription models\",\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: \"dollarSign\",\n\t\t\t\t\t\tstat: \"$0\",\n\t\t\t\t\t\ttitle: \"Setup fees\",\n\t\t\t\t\t\tdescription: createParagraph(\"Start collecting payments with no upfront costs.\"),\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: \"Instant payouts\",\n\t\t\t\t\t\tdescription: createParagraph(\"Get paid directly to your bank account.\"),\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: \"Fraud protection\",\n\t\t\t\t\t\tdescription: createParagraph(\"Built-in fraud detection and prevention.\"),\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: \"Revenue analytics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track MRR, churn, and growth metrics.\"),\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 payments\",\n\t\t\t\t\t\tdescription: createParagraph(\"Accept payments from anywhere in the world.\"),\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: \"Tax handling\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automatic tax calculation and collection.\"),\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 generating revenue today\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Connect Stripe in minutes and start accepting payments. No payment code to write.\",\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: \"Get started free\",\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\"Monetize your directory with built-in payments, subscriptions, and premium placements. Stripe integration, automatic invoicing, and revenue analytics included.\",\n\t\t\ttitle: \"Monetization FeaturesDirectoryHub Revenue Tools\",\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 seoPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/seo\",\n\t\t_status: \"published\",\n\t\ttitle: \"SEO Optimization\",\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: \"Rank on page one without the technical overhead\",\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: \"Enterprise-grade SEO built into every directory. Structured data, dynamic sitemaps, and optimized meta tags work automatically so your listings get discovered.\",\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 ranking\",\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 SEO features\",\n\t\t\t\t\t\turl: \"/features\",\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: \"Structured Data\",\n\t\t\t\tlabel: \"Schema Markup\",\n\t\t\t\theadline: \"Automatic schema markup for rich results\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Every listing gets proper schema.org markup automatically. Local businesses, organizations, products, and services are all structured for Google's rich results and knowledge panels.\",\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 structured data\",\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: \"LocalBusiness schema for local directories\" },\n\t\t\t\t\t{ text: \"Organization schema for B2B\" },\n\t\t\t\t\t{ text: \"Product schema for marketplaces\" },\n\t\t\t\t\t{ text: \"Rich snippets in search results\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Sitemaps\",\n\t\t\t\tlabel: \"Dynamic Sitemaps\",\n\t\t\t\theadline: \"Sitemaps that update automatically\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"XML sitemaps are generated and updated automatically as listings are added or changed. Google and other search engines always know about your latest content.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore sitemap 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: \"Auto-generated XML sitemaps\" },\n\t\t\t\t\t{ text: \"Real-time updates\" },\n\t\t\t\t\t{ text: \"Priority and frequency hints\" },\n\t\t\t\t\t{ text: \"Automatic search engine ping\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Meta Tags\",\n\t\t\t\tlabel: \"Meta Optimization\",\n\t\t\t\theadline: \"Optimized meta tags for every page\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Custom meta titles, descriptions, and Open Graph tags for every listing and category. Social sharing previews look great and drive more clicks from search and social.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See meta 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: \"Custom meta titles and descriptions\" },\n\t\t\t\t\t{ text: \"Open Graph tags for social sharing\" },\n\t\t\t\t\t{ text: \"Twitter Card support\" },\n\t\t\t\t\t{ text: \"Canonical URLs to prevent duplicates\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"SEO Features\",\n\t\t\t\theading: \"Built-in SEO that works\",\n\t\t\t\tsubheading: \"Technical SEO handled automatically so you can focus on content\",\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: \"search\",\n\t\t\t\t\t\tstat: \"100%\",\n\t\t\t\t\t\ttitle: \"SEO Coverage\",\n\t\t\t\t\t\tdescription: createParagraph(\"Every page optimized automatically.\"),\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: \"Fast Loading\",\n\t\t\t\t\t\tdescription: createParagraph(\"Core Web Vitals optimized out of the box.\"),\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: \"Clean URLs\",\n\t\t\t\t\t\tdescription: createParagraph(\"SEO-friendly URL structure.\"),\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: \"Mobile First\",\n\t\t\t\t\t\tdescription: createParagraph(\"Mobile-optimized for Google's mobile-first indexing.\"),\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: \"Crawl Efficient\",\n\t\t\t\t\t\tdescription: createParagraph(\"Optimized for search engine crawlers.\"),\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 Ready\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track rankings and organic traffic.\"),\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 discovered by the right audience\",\n\t\t\t\tsubtext: \"Every directory comes with enterprise-grade SEO. No plugins, no configuration.\",\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 for free\",\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 all features\",\n\t\t\t\t\t\t\turl: \"/features\",\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\"Built-in SEO features including automatic schema markup, dynamic sitemaps, and optimized meta tags. Get your directory listings ranking on Google.\",\n\t\t\ttitle: \"SEO FeaturesDirectoryHub Search Optimization\",\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 templatesPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/templates\",\n\t\t_status: \"published\",\n\t\ttitle: \"Directory Templates\",\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 your directory in days, not months\",\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: \"Choose from professionally designed directory templates, customize to match your brand, and go live instantly. No coding required.\",\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: \"Get started free\",\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 templates\",\n\t\t\t\t\t\turl: \"/templates\",\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// Feature showcase blocks\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Template Gallery\",\n\t\t\t\tlabel: \"Ready-Made Templates\",\n\t\t\t\theadline: \"Pick a template, customize, launch\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Our template library covers every niche from local services to B2B vendor directories. Each template is designed for conversions with optimized layouts, smart filtering, and mobile-first responsive design.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Browse templates\",\n\t\t\t\t\turl: \"/templates\",\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: \"10+ professionally designed templates\" },\n\t\t\t\t\t{ text: \"Niche-specific layouts and fields\" },\n\t\t\t\t\t{ text: \"Mobile-first responsive design\" },\n\t\t\t\t\t{ text: \"One-click preview and deploy\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Customization\",\n\t\t\t\tlabel: \"Brand Customization\",\n\t\t\t\theadline: \"Make it yours in minutes\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Every template is fully customizable. Change colors, fonts, layouts, and content without touching a line of code. Our visual editor makes it simple to match your brand identity perfectly.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See customization options\",\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: \"Visual drag-and-drop editor\" },\n\t\t\t\t\t{ text: \"Custom color schemes and fonts\" },\n\t\t\t\t\t{ text: \"Logo and branding integration\" },\n\t\t\t\t\t{ text: \"Custom domain support\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Bento features for specific capabilities\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Template Features\",\n\t\t\t\theading: \"Built for every directory type\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Templates designed for specific use cases with pre-configured schemas and optimized layouts\",\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: \"Local Services\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Plumbers, photographers, restaurants with map integration.\",\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: \"building\",\n\t\t\t\t\t\ttitle: \"B2B Directories\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Software vendors, agencies, consultants with comparison views.\",\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: \"users\",\n\t\t\t\t\t\ttitle: \"Community Directories\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Member directories, alumni networks, professional groups.\",\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: \"building\",\n\t\t\t\t\t\ttitle: \"Marketplaces\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Multi-vendor platforms with seller profiles and products.\",\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: \"globe\",\n\t\t\t\t\t\ttitle: \"Global Ready\",\n\t\t\t\t\t\tdescription: createParagraph(\"Multi-language support and localization built-in.\"),\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: \"Fast Loading\",\n\t\t\t\t\t\tdescription: createParagraph(\"Optimized for speed with edge caching.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Proof banner\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: \"Ready to launch your directory?\",\n\t\t\t\tsubtext: \"Pick a template and go live today. Free to start, upgrade as you grow.\",\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 for free\",\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\t\t],\n\t\tmeta: {\n\t\t\tdescription:\n\t\t\t\t\"Launch your directory website in days with professionally designed templates. Customize colors, layouts, and content without coding. Start free today.\",\n\t\t\ttitle: \"Directory Templates Launch Fast with DirectoryHub\",\n\t\t},\n\t}\n}\n",
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: \"Launch, monetize, and scale directories fast\",\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: \"The platform that accelerates directory launches, automates operations, and grows revenue.\",\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: \"Get started\",\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 templates\",\n\t\t\t\t\t\turl: \"/templates\",\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 (KEEP)\n\t\t\t{\n\t\t\t\tblockType: \"logoBanner\",\n\t\t\t\tblockName: \"Trusted By\",\n\t\t\t\theading: \"Built for businesses where directories matter\",\n\t\t\t\tstyle: \"scroll\",\n\t\t\t\tlogos: [\n\t\t\t\t\t{ name: \"Northwind Market\" },\n\t\t\t\t\t{ name: \"Acme Listings\" },\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 Partners\" },\n\t\t\t\t\t{ name: \"Cascade Labs\" },\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: \"Turn your niche expertise into a revenue-generating directory\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Every interaction feeds into a powerful platform that powers personalized experiences, targeted discovery, 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 for free\",\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 DirectoryHub\",\n\t\t\t\theading: \"Get to know DirectoryHub\",\n\t\t\t\tsubheading: \"Everything you need to launch and monetize directories\",\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 launches\",\n\t\t\t\t\t\tdescription: createParagraph(\"Launch your directory in days, not months.\"),\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: \"Go live quickly\",\n\t\t\t\t\t\tdescription: createParagraph(\"Pick a template, customize your brand, and publish.\"),\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: \"dollarSign\",\n\t\t\t\t\t\ttitle: \"Monetize instantly\",\n\t\t\t\t\t\tdescription: createParagraph(\"Stripe payments and subscription tiers built-in.\"),\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\"Per-tenant isolation, encrypted data, 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: \"search\",\n\t\t\t\t\t\tstat: \"100%\",\n\t\t\t\t\t\ttitle: \"SEO ready\",\n\t\t\t\t\t\tdescription: createParagraph(\"Schema markup and sitemaps generated automatically.\"),\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-tenant 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(\"Automated workflows and moderation.\"),\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: \"Custom fields\",\n\t\t\t\t\t\tdescription: createParagraph(\"Flexible schemas for any directory type.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 4. Feature Showcase: Templates (image right)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Templates\",\n\t\t\t\tlabel: \"Directory Templates\",\n\t\t\t\theadline: \"Go from idea to live directory in a weekend\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"High-converting directory templates designed for every niche. Benefit from schema pre-fills, dynamic UI, smart search, and intelligent optimizations that drive engagement.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore templates\",\n\t\t\t\t\turl: \"/templates\",\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: \"10+ ready-to-use templates\" },\n\t\t\t\t\t{ text: \"Custom domain in minutes\" },\n\t\t\t\t\t{ text: \"Mobile-first responsive design\" },\n\t\t\t\t\t{ text: \"Deep localization support\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 5. Feature Showcase: Monetization (image left)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Monetization\",\n\t\t\t\tlabel: \"Revenue Engine\",\n\t\t\t\theadline: \"Drive revenue with built-in monetization\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Stop leaving money on the table. Charge for listings, offer premium placements, and run subscription tiers without writing a line of payment code. Automated invoicing and tax handling included.\",\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 monetization\",\n\t\t\t\t\turl: \"/pricing\",\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: \"Subscription tiers\" },\n\t\t\t\t\t{ text: \"Featured placements\" },\n\t\t\t\t\t{ text: \"Pay-per-listing options\" },\n\t\t\t\t\t{ text: \"Automated payouts\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 6. Feature Showcase: SEO (image right)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: SEO\",\n\t\t\t\tlabel: \"Search Optimization\",\n\t\t\t\theadline: \"Rank on page one without the technical overhead\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Every directory comes with enterprise-grade SEO built-in. Structured data, dynamic sitemaps, and optimized meta tags ensure your listings get discovered by the right audience.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See SEO 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: \"Automatic schema markup\" },\n\t\t\t\t\t{ text: \"Dynamic XML sitemaps\" },\n\t\t\t\t\t{ text: \"SEO-friendly URLs\" },\n\t\t\t\t\t{ text: \"Social sharing optimization\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 7. Feature Showcase: Management (image left)\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Feature: Management\",\n\t\t\t\tlabel: \"Admin Dashboard\",\n\t\t\t\theadline: \"Manage everything from one powerful dashboard\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Review submissions, moderate content, track analytics, and manage payments all in one place. Built-in tools help you maintain quality while scaling your directory business.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore dashboard\",\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: \"Submission review queues\" },\n\t\t\t\t\t{ text: \"Bulk moderation tools\" },\n\t\t\t\t\t{ text: \"Real-time analytics\" },\n\t\t\t\t\t{ text: \"User management\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 8. Industry Tabs - Bird-style tabbed use cases\n\t\t\t{\n\t\t\t\tblockType: \"industryTabs\",\n\t\t\t\tblockName: \"Use Cases\",\n\t\t\t\theading: \"Directories that turn data into intelligent experiences\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Whether you are building for local services or global marketplaces, DirectoryHub adapts to your model.\",\n\t\t\t\ttabs: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: \"Local Services\",\n\t\t\t\t\t\tstat: \"340%\",\n\t\t\t\t\t\tstatLabel: \"Higher conversion with location-based discovery\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Plumbers, photographers, restaurants. Card grids with reviews, maps, and geo-filtering that help customers find exactly what they need.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Local directory solutions\",\n\t\t\t\t\t\t\turl: \"/templates\",\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: \"B2B Vendor Hubs\",\n\t\t\t\t\t\tstat: \"94%\",\n\t\t\t\t\t\tstatLabel: \"Faster vendor onboarding with smart filters\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"SaaS tools, agencies, consultants. Advanced filters, comparison views, and lead capture that convert browsers into buyers.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"B2B directory solutions\",\n\t\t\t\t\t\t\turl: \"/templates\",\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: \"Communities\",\n\t\t\t\t\t\tstat: \"+12K\",\n\t\t\t\t\t\tstatLabel: \"Members connected through curated networks\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Member directories, alumni networks, professional associations with gated access and rich member profiles.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Community solutions\",\n\t\t\t\t\t\t\turl: \"/templates\",\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: \"Marketplaces\",\n\t\t\t\t\t\tstat: \"$2M+\",\n\t\t\t\t\t\tstatLabel: \"Revenue processed through integrated payments\",\n\t\t\t\t\t\tdescription:\n\t\t\t\t\t\t\t\"Multi-vendor search, featured slots, automated payouts to sellers. Everything you need to run a thriving marketplace.\",\n\t\t\t\t\t\tlink: {\n\t\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\t\tlabel: \"Marketplace solutions\",\n\t\t\t\t\t\t\turl: \"/templates\",\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: \"Trusted by founders who depend on their directories\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"See how leading directory builders use DirectoryHub to drive intelligent growth.\",\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 launch time\",\n\t\t\t\t\t\tquote:\n\t\t\t\t\t\t\t\"We went from idea to collecting payments in 3 days. The templates and Stripe integration saved us months of development time.\",\n\t\t\t\t\t\tauthor: \"Sarah Chen\",\n\t\t\t\t\t\tcompany: \"Northwind Market\",\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: \"+300%\",\n\t\t\t\t\t\tstatLabel: \"Traffic growth\",\n\t\t\t\t\t\tquote:\n\t\t\t\t\t\t\t\"Our niche directory started ranking on page 1 within weeks. The structured data and sitemaps are handled automatically.\",\n\t\t\t\t\t\tauthor: \"Marcus Rivera\",\n\t\t\t\t\t\tcompany: \"Beacon Partners\",\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: \"161%\",\n\t\t\t\t\t\tstatLabel: \"Revenue increase\",\n\t\t\t\t\t\tquote:\n\t\t\t\t\t\t\t\"Featured placements and premium tiers covered our costs in the first month. The monetization tools just work.\",\n\t\t\t\t\t\tauthor: \"David Kim\",\n\t\t\t\t\t\tcompany: \"Cascade Labs\",\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 private 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-minded controls\" },\n\t\t\t\t\t\t\t{ icon: \"lock\", text: \"Per-tenant data isolation\" },\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-ready infrastructure\" },\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 (KEEP)\n\t\t\t{\n\t\t\t\tblockType: \"logoBanner\",\n\t\t\t\tblockName: \"Integrations\",\n\t\t\t\theading: \"Powered by industry-leading technology\",\n\t\t\t\tstyle: \"grid\",\n\t\t\t\tlogos: [\n\t\t\t\t\t{ name: \"Stripe\" },\n\t\t\t\t\t{ name: \"Vercel\" },\n\t\t\t\t\t{ name: \"AWS\" },\n\t\t\t\t\t{ name: \"Google Analytics\" },\n\t\t\t\t\t{ name: \"Zapier\" },\n\t\t\t\t\t{ name: \"Convex\" },\n\t\t\t\t],\n\t\t\t},\n\n\t\t\t// 12. Pricing (KEEP)\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 you grow. 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 getting started.\",\n\t\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t\t{ feature: \"1 directory site\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Basic customization\", 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 growing businesses.\",\n\t\t\t\t\t\tfeatured: true,\n\t\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t\t{ feature: \"5 directory sites\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Advanced customization\", included: true },\n\t\t\t\t\t\t\t{ feature: \"Custom domains\", 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 and agencies.\",\n\t\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t\t{ feature: \"Unlimited directory sites\", included: true },\n\t\t\t\t\t\t\t{ feature: \"White-label branding\", 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: \"The complete platform that scales with your directory business\",\n\t\t\t\tsubheading:\n\t\t\t\t\t\"Join hundreds of founders who chose the faster path to a profitable directory business. 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: \"Get started\",\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\"Launch a profitable directory business in minutes with built-in payments, SEO, and automation. Free to start.\",\n\t\t\ttitle: \"DirectoryHub — Launch revenue-first directories fast\",\n\t\t},\n\t\ttitle: \"Home\",\n\t}\n}\n",
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\tautomationPage,\n\tcustomFieldsPage,\n\tdashboardPage,\n\tmonetizationPage,\n\tseoPage,\n\ttemplatesPage,\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\tb2bVendorHubsPage,\n\tcommunitiesPage,\n\tlocalServicesPage,\n\tmarketplacesPage,\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 DirectoryHub 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: \"DirectoryHub 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: \"DirectoryHub Dashboard - Manage directories, track usage, 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: templatesPage() 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: monetizationPage() 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: seoPage() 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: customFieldsPage() 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: localServicesPage() 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: b2bVendorHubsPage() 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: communitiesPage() 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: marketplacesPage() 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\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: \"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: \"Templates\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Beautiful, ready-to-use directory templates\",\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: \"Monetization\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Built-in payments and subscriptions\",\n\t\t\t\t\t\t\t\t\t\ticon: \"dollarSign\",\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: \"SEO\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Schema markup and optimizations\",\n\t\t\t\t\t\t\t\t\t\ticon: \"search\",\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: \"Tools\",\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: \"Powerful admin and analytics\",\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[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: \"Smart workflows and actions\",\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: \"Custom Fields\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Flexible schemas for any niche\",\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: \"Use Cases\",\n\t\t\t\t\t\tmegaMenuColumns: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tcolumnLabel: \"Directory Types\",\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: \"Local Services\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Plumbers, restaurants, photographers\",\n\t\t\t\t\t\t\t\t\t\ticon: \"globe\",\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: \"B2B Vendor Hubs\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"SaaS tools, agencies, consultants\",\n\t\t\t\t\t\t\t\t\t\ticon: \"building\",\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: \"Communities\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Member directories, alumni networks\",\n\t\t\t\t\t\t\t\t\t\ticon: \"users\",\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: \"Marketplaces\",\n\t\t\t\t\t\t\t\t\t\tdescription: \"Multi-vendor platforms\",\n\t\t\t\t\t\t\t\t\t\ticon: \"store\",\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\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: \"Templates\",\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/directoryhub\",\n\t\t\t\t\tlinkedin: \"https://linkedin.com/company/directoryhub\",\n\t\t\t\t\tgithub: \"https://github.com/directoryhub\",\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: \"Stay up to date with DirectoryHub through weekly updates to your inbox.\",\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: \"DirectoryHub\",\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(\"DirectoryHub database seeded successfully!\")\n}\n",
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// Directory Business Strategies (5 posts)\n\t\t{\n\t\t\ttitle: \"How to Launch a Profitable Directory Website in 2024\",\n\t\t\tslug: \"how-to-launch-profitable-directory-website-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 Directory Business Opportunity\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Directory websites remain one of the most viable online business models in 2024. Unlike content sites that require constant updates, directories generate recurring revenue through listings and subscriptions. This guide walks you through everything you need to know to launch your first directory successfully.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Choosing Your Niche\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The key to a successful directory is finding a niche with demand but limited competition. Look for industries where businesses actively seek customers online but generic directories like Yelp or Google Maps don't serve well. Professional services, B2B vendors, and specialized local services are excellent starting points.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Building Your MVP\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Don't spend months building the perfect directory. Launch with a minimum viable product featuring 50-100 quality listings, basic search and filtering, and a simple submission form. You can always add features later based on user feedback.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Acquiring Your First Listings\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Start by manually adding listings from public sources like business registrations and industry associations. Then reach out to businesses directly with free listings to build your initial database. Quality matters more than quantity in the early stages.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Monetization Strategies\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The most successful directories use multiple revenue streams: premium listings, featured placements, subscription tiers, and lead generation fees. Start with one model and expand as you understand what your audience and listed businesses value most.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"How to Launch a Profitable Directory Website in 2024\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Complete guide to starting a directory business. Learn niche selection, MVP building, listing acquisition, and monetization strategies.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"10 Directory Business Models That Actually Make Money\",\n\t\t\tslug: \"10-directory-business-models-that-make-money\",\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: \"Introduction to Directory Monetization\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Not all directories are created equal when it comes to making money. Some niches and business models consistently outperform others. Here are 10 proven directory business models that generate real revenue.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"1. Local Service Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Directories connecting homeowners with plumbers, electricians, and contractors generate revenue through lead fees and featured placements. HomeAdvisor built a billion-dollar business on this model.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"2. B2B Software Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Think G2 or Capterra. These directories charge software vendors for premium profiles, lead capture, and verified reviews. High ticket items mean high willingness to pay for visibility.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"3. Professional Service Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Lawyers, accountants, and consultants pay premium prices for qualified leads. Directories in these niches can charge $50-500 per lead depending on the practice area.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"4. Wedding Vendor Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The wedding industry spends heavily on advertising. Directories connecting couples with photographers, venues, and caterers can charge $200-2000/year for premium vendor listings.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"5. Real Estate Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Agent directories, property listings, and real estate service directories generate revenue through subscriptions and featured placements. High commission values support premium pricing.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"10 Directory Business Models That Actually Make Money\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Discover the most profitable directory niches and business models. From local services to B2B software, learn which directories generate real revenue.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"The Complete Guide to Niche Directory Market Research\",\n\t\t\tslug: \"complete-guide-niche-directory-market-research\",\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: \"Why Market Research Matters\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The difference between a successful directory and a failed one often comes down to niche selection. Proper market research helps you find opportunities with real demand, identify your competition, and understand what businesses will pay for visibility.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Evaluating Market Demand\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'Use Google Keyword Planner to find search volume for terms like \"[industry] directory\" or \"find [service] near me\". Look for niches with at least 1,000 monthly searches for relevant terms. Also check if businesses in the space are actively advertising on Google.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Analyzing Competition\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Search for existing directories in your target niche. Analyze their listings count, monetization model, and user experience. A niche with 2-3 mediocre competitors is often better than one with no competition (which might mean no demand).\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Validating Willingness to Pay\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Before building, reach out to 20-30 businesses in your target niche. Ask if they'd pay $50-200/month for premium visibility in a directory. If you can't get at least 5 \\\"yes\\\" responses, reconsider your niche.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Sizing Your Market\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Estimate the total number of businesses that could list in your directory and realistic conversion rates. A niche with 10,000 potential listings and 5% premium conversion at $100/month is a $500K annual opportunity.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"The Complete Guide to Niche Directory Market Research\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn how to research and validate directory niches before building. Evaluate demand, competition, and monetization potential.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Building a Directory Website Without Code: Tools and Platforms\",\n\t\t\tslug: \"building-directory-website-without-code\",\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: \"The No-Code Directory Revolution\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Building a directory website no longer requires months of development or a technical background. Modern platforms let you launch professional directories in days. Here's how to choose the right tool for your needs.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Key Features to Look For\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Any directory platform should offer: customizable listing fields, search and filtering, user submissions, payment processing, and SEO optimization. Bonus features include reviews, maps integration, and email notifications.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Dedicated Directory Platforms\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Platforms like DirectoryHub, Jetkicks, and Publishizer are purpose-built for directories. They offer the fastest path to launch with pre-built features specifically for directory use cases.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"WordPress with Directory Plugins\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"WordPress plugins like GeoDirectory and Business Directory Plugin offer flexibility but require more setup. Best for those comfortable with WordPress who want full customization control.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Making Your Decision\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"For most people starting out, a dedicated directory platform is the best choice. You'll launch faster, avoid technical headaches, and can focus on growing your directory instead of managing code.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Building a Directory Website Without Code: Tools and Platforms\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Compare no-code directory platforms and tools. Launch your directory website in days without writing a single line of code.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"How to Price Directory Listings for Maximum Revenue\",\n\t\t\tslug: \"how-to-price-directory-listings-maximum-revenue\",\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 Psychology of Directory Pricing\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Pricing directory listings is both art and science. Price too low and you leave money on the table. Price too high and no one signs up. Here's how to find the sweet spot that maximizes revenue.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Understanding Business Value\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The right price depends on the value your directory delivers. A lead worth $500 justifies higher listing fees than a lead worth $50. Start by understanding the lifetime value of customers your listings generate.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Creating Pricing Tiers\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Offer 3-4 tiers: Free (basic visibility), Starter ($29-49/mo), Professional ($99-149/mo), and Premium ($249-499/mo). Each tier should add clear value through better placement, more features, or enhanced visibility.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Annual vs Monthly Billing\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Offer 20-30% discounts for annual billing to improve cash flow and reduce churn. Most businesses that commit annually stay for multiple years, dramatically increasing lifetime value.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Testing and Optimization\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Start with prices in the middle of your estimated range and adjust based on conversion rates. If everyone is buying, you're priced too low. If no one is buying, you're priced too high or not communicating value effectively.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"How to Price Directory Listings for Maximum Revenue\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn directory pricing strategies that maximize revenue. Create pricing tiers, understand business value, and optimize conversions.\",\n\t\t\t},\n\t\t},\n\n\t\t// Monetization Guides (4 posts)\n\t\t{\n\t\t\ttitle: \"Stripe Integration for Directory Payments: Complete Guide\",\n\t\t\tslug: \"stripe-integration-directory-payments-guide\",\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: \"Why Stripe for Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Stripe is the gold standard for directory payments. It handles subscriptions, one-time payments, invoicing, and even marketplace-style payouts. This guide covers everything you need to know to integrate Stripe with your directory.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Setting Up Stripe Connect\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"For directories that pay out to listed businesses (like marketplaces), Stripe Connect handles split payments automatically. Connect your Stripe account, configure payout schedules, and let Stripe handle tax reporting.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Subscription Management\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Use Stripe Billing to manage directory subscriptions. Create products for each tier, configure billing cycles, and let Stripe handle upgrades, downgrades, and cancellations automatically.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Handling Failed Payments\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Stripe's Smart Retries automatically attempt to collect failed payments at optimal times. Configure dunning emails to notify customers and give them a chance to update payment methods before cancellation.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Reporting and Analytics\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Stripe Dashboard provides comprehensive revenue reporting. Track MRR, churn, ARPU, and customer lifetime value. Export data for deeper analysis or integrate with business intelligence tools.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Stripe Integration for Directory Payments: Complete Guide\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn how to integrate Stripe with your directory for subscriptions, one-time payments, and marketplace payouts.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Premium Listing Features That Businesses Will Pay For\",\n\t\t\tslug: \"premium-listing-features-businesses-will-pay-for\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-03-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: \"What Makes Premium Worth It\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The key to selling premium listings is offering features that directly impact business results. Vanity features don't sell. Features that generate leads, build credibility, and drive traffic do.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Featured Placement\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The most valuable premium feature is visibility. Featured spots on the homepage, category pages, and search results generate significantly more views and clicks. This alone can justify $100-500/month premium pricing.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Enhanced Profiles\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Allow premium listings to add more photos, videos, service details, and portfolio examples. Rich profiles convert browsers into customers at higher rates.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Lead Capture Tools\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Give premium listings direct lead capture with contact forms, click-to-call buttons, and quote request features. Track leads in a dashboard so businesses can see the ROI of their listing.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Verification Badges\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Verified, licensed, or certified badges build trust. Offer verification as a premium feature or require premium subscriptions to display existing credentials prominently.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Premium Listing Features That Businesses Will Pay For\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Discover which premium directory features generate the most revenue. Featured placements, enhanced profiles, lead capture, and more.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Lead Generation Revenue: How Directories Charge Per Lead\",\n\t\t\tslug: \"lead-generation-revenue-directories-charge-per-lead\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-03-12\").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 Lead Gen Model\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Instead of subscription fees, some directories charge businesses for each lead they receive. This model works especially well in high-value service industries where a single customer is worth hundreds or thousands of dollars.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Pricing Your Leads\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Lead pricing depends on industry and lead quality. Home service leads typically sell for $15-75, legal leads for $50-500, and B2B software leads for $100-1000. Price based on the value of closed deals.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Qualifying Leads\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Not all leads are created equal. Use qualification forms to capture budget, timeline, and specific needs. Better qualified leads command higher prices and lead to happier customers.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Distributing Leads\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Exclusive leads go to one business and command premium prices. Shared leads go to 3-5 businesses at lower prices. Match your model to industry norms and business preferences.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Tracking and Reporting\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Provide businesses with lead dashboards showing volume, sources, and conversion tracking. Transparency builds trust and helps businesses see the value of your directory.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Lead Generation Revenue: How Directories Charge Per Lead\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn the lead generation business model for directories. Price leads, qualify inquiries, and build sustainable revenue.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Affiliate Revenue Strategies for Directory Websites\",\n\t\t\tslug: \"affiliate-revenue-strategies-directory-websites\",\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: \"Directories and Affiliate Marketing\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Directories are natural fits for affiliate revenue. You're already connecting buyers with sellers. Adding affiliate links to relevant products and services creates an additional revenue stream without charging listed businesses more.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Choosing Affiliate Programs\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Select programs relevant to your directory's audience. A B2B software directory might partner with SaaS tools. A local service directory might partner with insurance or financing companies.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Integration Strategies\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'Add affiliate recommendations to comparison pages, resource sections, and even listing profiles (with permission). Create \"tools we recommend\" sections that add value while generating commissions.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Disclosure and Trust\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Always disclose affiliate relationships clearly. Trust is your most valuable asset. Transparent disclosure maintains credibility while still generating affiliate revenue.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Measuring Performance\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Track clicks, conversions, and revenue by placement. A/B test different affiliate partners and placements. Focus efforts on high-converting, high-commission opportunities.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Affiliate Revenue Strategies for Directory Websites\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Add affiliate revenue to your directory without charging businesses more. Learn integration strategies and program selection.\",\n\t\t\t},\n\t\t},\n\n\t\t// SEO Optimization (3 posts)\n\t\t{\n\t\t\ttitle: \"Directory SEO: Ranking Your Listings on Google\",\n\t\t\tslug: \"directory-seo-ranking-listings-google\",\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 SEO Matters for Directories\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'Organic search drives the majority of traffic to successful directories. Ranking for \"[industry] + [location]\" and similar queries brings highly qualified visitors ready to find what you list. Here\\'s how to optimize your directory for search engines.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Unique Listing Content\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The biggest SEO challenge for directories is thin or duplicate content. Encourage listed businesses to write unique descriptions. Add schema markup, categories, and attributes to make each listing page substantive and unique.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Category Page Optimization\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Category pages often rank better than individual listings. Optimize category titles, descriptions, and URLs. Add introductory content explaining what users will find in each category.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Technical SEO Essentials\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Ensure fast load times, mobile responsiveness, and clean URL structures. Implement proper canonical tags to handle pagination and filtering without creating duplicate content issues.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Building Directory Authority\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Earn backlinks through guest posts, industry partnerships, and creating linkable resources. As your domain authority grows, individual listing pages will rank better for long-tail queries.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Directory SEO: Ranking Your Listings on Google\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Complete guide to directory SEO. Optimize listings, category pages, and technical elements to rank on Google.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Schema Markup for Directory Websites Explained\",\n\t\t\tslug: \"schema-markup-directory-websites-explained\",\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: \"What is Schema Markup\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Schema markup is structured data that helps search engines understand your content. For directories, proper schema markup can result in rich snippets showing ratings, prices, and other details directly in search results.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"LocalBusiness Schema\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"For local service directories, LocalBusiness schema is essential. Include name, address, phone, hours, and aggregate ratings. Google uses this data for local pack results and knowledge panels.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Product and Service Schema\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"For directories listing products or services, use appropriate Product or Service schema. Include pricing, availability, and reviews to enable rich snippets in search results.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"AggregateRating Schema\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"If your directory includes reviews, implement AggregateRating schema. This can display star ratings in search results, significantly improving click-through rates.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Testing Your Schema\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Use Google's Rich Results Test and Schema Validator to verify your implementation. Monitor Search Console for schema errors and fix them promptly to maintain rich result eligibility.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Schema Markup for Directory Websites Explained\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn how to implement schema markup for directory websites. LocalBusiness, Product, and review schema for rich snippets.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"Creating SEO-Optimized Category Pages for Directories\",\n\t\t\tslug: \"seo-optimized-category-pages-directories\",\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: \"The Power of Category Pages\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Category pages are often the highest-traffic pages on directory websites. They rank for broad industry terms and serve as hubs that pass authority to individual listings. Optimizing these pages is critical for directory SEO success.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Category Page Structure\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Each category page needs a unique title, meta description, and H1 tag. Include 200-500 words of introductory content explaining what the category contains and why visitors should browse it.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Internal Linking Strategy\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Link to category pages from your homepage, navigation, and footer. Cross-link related categories. This internal link structure helps search engines understand your site hierarchy and passes authority effectively.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Faceted Navigation SEO\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Filters and facets create multiple URL variations that can cause duplicate content issues. Use canonical tags, parameter handling in Search Console, or AJAX filtering to maintain clean indexation.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"User Experience Signals\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Google considers user experience signals like bounce rate and time on page. Make category pages genuinely useful with good filtering, sorting, and preview information to keep users engaged.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"Creating SEO-Optimized Category Pages for Directories\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Optimize directory category pages for search engines. Structure, content, internal linking, and faceted navigation best practices.\",\n\t\t\t},\n\t\t},\n\n\t\t// Success Stories/Case Studies (3 posts)\n\t\t{\n\t\t\ttitle: \"From Side Project to $50K MRR: A Directory Success Story\",\n\t\t\tslug: \"side-project-to-50k-mrr-directory-success-story\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-04-20\").toISOString(),\n\t\t\tcategories: findCategory(\"news\") ? [findCategory(\"news\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Beginning\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"What started as a weekend project to solve a personal problem turned into a six-figure business. This is the story of how one entrepreneur built a niche directory from zero to $50,000 in monthly recurring revenue.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Finding the Niche\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The founder noticed that finding specialized contractors in their industry was frustrating. Generic directories didn't have the specific information buyers needed. That gap became the opportunity.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"The MVP Launch\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Instead of building perfect technology, the founder launched with a simple WordPress site and 100 manually-researched listings. The focus was on quality data and user experience, not fancy features.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Growth Strategies That Worked\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"SEO was the primary growth driver. By creating comprehensive category pages and optimizing for long-tail keywords, organic traffic grew steadily. Paid acquisition was tested but proved less efficient than SEO.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Lessons Learned\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"The founder's biggest lessons: start smaller than you think, focus on a specific niche, prioritize SEO from day one, and don't underestimate the power of quality over quantity.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"From Side Project to $50K MRR: A Directory Success Story\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"How one entrepreneur built a niche directory from weekend project to $50K monthly recurring revenue. Strategies and lessons learned.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"How Local Directories Compete with Google and Win\",\n\t\t\tslug: \"local-directories-compete-with-google-and-win\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-04-28\").toISOString(),\n\t\t\tcategories: findCategory(\"news\") ? [findCategory(\"news\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"The Google Challenge\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Many assume Google has won local search. But specialized local directories continue to thrive by offering what Google can't: deep niche expertise, curated quality, and features tailored to specific industries.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Niche Expertise Wins\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Google treats all businesses the same. A specialized directory can require industry-specific information, verify credentials, and ensure listings meet quality standards. This curation creates genuine value.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Community Building\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Successful local directories build communities around their niches. User reviews, Q&A forums, and resource content create engagement that generic platforms can't match.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Better Lead Quality\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Businesses report that leads from niche directories convert better than generic sources. Users who find businesses through specialized directories are further along in their buying journey.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"The Trust Factor\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"A curated, specialized directory builds trust that an algorithm can't. When a directory stakes its reputation on listing quality, users trust those recommendations more than generic search results.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"How Local Directories Compete with Google and Win\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Why specialized local directories still thrive despite Google. Niche expertise, curation, and community building strategies.\",\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\ttitle: \"5 Directory Founders Share Their Biggest Mistakes\",\n\t\t\tslug: \"5-directory-founders-share-biggest-mistakes\",\n\t\t\t_status: \"published\",\n\t\t\tpublishedAt: new Date(\"2024-05-05\").toISOString(),\n\t\t\tcategories: findCategory(\"news\") ? [findCategory(\"news\")!] : [],\n\t\t\tcontent: generatePostContent([\n\t\t\t\t{\n\t\t\t\t\theading: \"Learning from Failure\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"Success leaves clues, but so does failure. We talked to five directory founders about the mistakes that cost them time, money, and momentum. Here's what they wish they'd known from the start.\",\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 1: Building Too Much Before Launching\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"I spent 6 months building features no one asked for. By the time I launched, a competitor had already captured the market.\" - Founder of a defunct legal directory. Launch early, iterate based on feedback.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 2: Ignoring SEO Until Too Late\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"I thought paid advertising would be enough. When I finally focused on SEO, I was 18 months behind competitors.\" - Founder of a home services directory. SEO is a long game; start day one.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 3: Pricing Too Low\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t'\"I was afraid to charge what the listings were worth. It took two years to raise prices, and I left hundreds of thousands on the table.\" - Founder of a B2B directory. Know your value and charge accordingly.',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\theading: \"Mistake 4: Trying to Serve Everyone\",\n\t\t\t\t\tcontent:\n\t\t\t\t\t\t\"\\\"My directory covered too many industries. I couldn't go deep on any of them and couldn't compete with specialists.\\\" - Founder of a general business directory. Niche down ruthlessly.\",\n\t\t\t\t},\n\t\t\t]),\n\t\t\tmeta: {\n\t\t\t\ttitle: \"5 Directory Founders Share Their Biggest Mistakes\",\n\t\t\t\tdescription:\n\t\t\t\t\t\"Learn from directory founders who share their costliest mistakes. Building too much, ignoring SEO, underpricing, and more.\",\n\t\t\t},\n\t\t},\n\t]\n\n\treturn posts\n}\n",
226
- "marketing/payload/src/endpoints/seed/directoryhub/pricing.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\nexport const directoryHubPricing = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"pricing\",\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: \"Simple, Transparent Pricing\",\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: \"Start free, scale as you grow. No hidden fees, no surprises.\",\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// Pricing Table - Fetches pricing and features dynamically from Stripe\n\t\t\t{\n\t\t\t\tblockType: \"pricingTable\",\n\t\t\t\tblockName: \"Pricing Plans\",\n\t\t\t\theading: \"Choose Your Plan\",\n\t\t\t\tsubheading: \"Save 20% with annual billing.\",\n\t\t\t\tshowComparisonTable: true,\n\t\t\t\tshowViewAllLink: false,\n\t\t\t\tmaxFeaturesOnCard: 4,\n\t\t\t\t// CTA link mapping for dynamic pricing (plan names must match Stripe product names)\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\", // Fallback only\n\t\t\t\t\t\tdescription: \"Perfect for testing your directory idea\",\n\t\t\t\t\t\tfeatured: false,\n\t\t\t\t\t\tfeatures: [], // Features come from Stripe Entitlements\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},\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\", // Fallback only\n\t\t\t\t\t\tdescription: \"For launching your first directory\",\n\t\t\t\t\t\tfeatured: false,\n\t\t\t\t\t\tfeatures: [], // Features come from Stripe Entitlements\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},\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: \"$79/mo\", // Fallback only\n\t\t\t\t\t\tdescription: \"For growing directory businesses\",\n\t\t\t\t\t\tfeatured: true,\n\t\t\t\t\t\tfeatures: [], // Features come from Stripe Entitlements\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},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Trust Banner\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Trust Section\",\n\t\t\t\tstyle: \"withBackground\",\n\t\t\t\theadline: \"Trusted by 500+ directory builders worldwide\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Join thousands of entrepreneurs building successful directories with DirectoryHub\",\n\t\t\t},\n\t\t\t// Features Comparison\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"All Plans Include\",\n\t\t\t\theading: \"Everything you need to succeed\",\n\t\t\t\tsubheading: \"Core features included in every plan\",\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: \"default\",\n\t\t\t\t\t\ticon: \"layout\",\n\t\t\t\t\t\ttitle: \"Beautiful Templates\",\n\t\t\t\t\t\tdescription: createParagraph(\"Professionally designed, mobile-first templates.\"),\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: \"SEO Optimization\",\n\t\t\t\t\t\tdescription: createParagraph(\"Schema markup, sitemaps, and meta tags.\"),\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: \"SSL Security\",\n\t\t\t\t\t\tdescription: createParagraph(\"Free SSL certificates for all directories.\"),\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: \"Fast Performance\",\n\t\t\t\t\t\tdescription: createParagraph(\"CDN-powered for global speed.\"),\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: \"Reliable Hosting\",\n\t\t\t\t\t\tdescription: createParagraph(\"99.9% uptime with automatic scaling.\"),\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: \"Easy Management\",\n\t\t\t\t\t\tdescription: createParagraph(\"Intuitive dashboard for all your directories.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Final CTA\n\t\t\t{\n\t\t\t\tblockType: \"cta\",\n\t\t\t\tblockName: \"Pricing CTA\",\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 Building Free\",\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\trichText: {\n\t\t\t\t\troot: {\n\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"Ready to build your directory?\",\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\ttag: \"h3\",\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\t{\n\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"Start free today. No credit card required. Upgrade when you're ready to scale.\",\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\ttextFormat: 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\tdirection: \"ltr\" as const,\n\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\tversion: 1,\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\"Simple, transparent pricing for DirectoryHub. Start free, scale as you grow. Plans from $0 to enterprise.\",\n\t\t\ttitle: \"Pricing — DirectoryHub Directory Builder\",\n\t\t},\n\t\ttitle: \"Pricing\",\n\t}\n}\n",
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: 'DirectoryHub (\"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@directoryhub.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 DirectoryHub'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",
214
+ "marketing/payload/src/endpoints/seed/directoryhub/about.ts": "import type { Form, Page } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\ntype AboutArgs = {\n\tcontactForm: Form\n}\n\nexport const directoryHubAbout = ({ contactForm }: AboutArgs): Partial<Page> => {\n\treturn {\n\t\tslug: \"about\",\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: \"We're building the future of team productivity\",\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: \"SaaSify makes it easy for teams to collaborate, automate workflows, and scale their operationsall in 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\" 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},\n\t\tlayout: [\n\t\t\t// Mission Section\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Our Mission\",\n\t\t\t\tlabel: \"Our Mission\",\n\t\t\t\theadline: \"Making powerful tools accessible to every team\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Great software shouldn't require a huge budget or dedicated IT team. We believe every organization deserves access to the tools that help them do their best work. SaaSify brings together the best of project management, collaboration, and automation in one intuitive platform that grows with your team.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\turl: \"/pricing\",\n\t\t\t\t\tlabel: \"View pricing\",\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: \"No technical skills required\" },\n\t\t\t\t\t{ text: \"100+ integrations built-in\" },\n\t\t\t\t\t{ text: \"Enterprise-grade security\" },\n\t\t\t\t\t{ text: \"Scale as you grow\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Stats Banner\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Impact Stats\",\n\t\t\t\tstyle: \"withBackground\",\n\t\t\t\theadline: \"Trusted by teams worldwide\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Join thousands of teams who have transformed how they work with SaaSify\",\n\t\t\t},\n\t\t\t// Values Grid\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Our Values\",\n\t\t\t\theading: \"What we stand for\",\n\t\t\t\tsubheading: \"The principles that guide everything we build\",\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\ttitle: \"Simplicity First\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"We remove complexity so you can focus on what matters most.\",\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: \"rocket\",\n\t\t\t\t\t\ttitle: \"Built for Growth\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Every feature is designed to help your team scale sustainably.\",\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: \"shield\",\n\t\t\t\t\t\ttitle: \"Transparency\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"Clear pricing, no hidden fees, honest communication always.\",\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: \"users\",\n\t\t\t\t\t\ttitle: \"Customer Success\",\n\t\t\t\t\t\tdescription: createParagraph(\"Your success is our success. We invest in your growth.\"),\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: \"Quality Matters\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"We build tools that are reliable, fast, and delightful to use.\",\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: \"settings\",\n\t\t\t\t\t\ttitle: \"Continuous Innovation\",\n\t\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\t\"We constantly improve our platform based on customer feedback.\",\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\t// Our Story\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Our Story\",\n\t\t\t\tlabel: \"Our Story\",\n\t\t\t\theadline: \"Born from real frustrations\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"SaaSify started when our founders experienced firsthand how fragmented and frustrating work tools had become. Juggling dozens of apps, losing context between tools, and spending more time managing work than doing it. We built the platform we wished we had — one that brings everything together and just works.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\tlabel: \"Start free trial\",\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: \"Founded by operators, for operators\" },\n\t\t\t\t\t{ text: \"Bootstrapped and profitable\" },\n\t\t\t\t\t{ text: \"Customer-funded development\" },\n\t\t\t\t\t{ text: \"Global remote team\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Contact Section\n\t\t\t{\n\t\t\t\tblockType: \"content\",\n\t\t\t\tblockName: \"Contact Header\",\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\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{\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: \"Get in Touch\",\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: \"Have questions about SaaSify? We'd love to hear from you. Send us a message and our team will respond within 24 hours.\",\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\tsize: \"full\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Contact Form\n\t\t\t{\n\t\t\t\tblockType: \"formBlock\",\n\t\t\t\tblockName: \"Contact Form\",\n\t\t\t\tform: contactForm.id,\n\t\t\t\tenableIntro: false,\n\t\t\t},\n\t\t\t// Final CTA\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Footer CTA\",\n\t\t\t\tstyle: \"centered\",\n\t\t\t\theadline: \"Ready to transform how your team works?\",\n\t\t\t\tsubtext: \"Join thousands of teams building their future with SaaSify.\",\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 pricing\",\n\t\t\t\t\t\t\turl: \"/pricing\",\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\"Learn about SaaSify — the platform that makes it easy to collaborate, automate, and scale. Built by operators, for operators.\",\n\t\t\ttitle: \"About SaaSify — Our Mission & Story\",\n\t\t},\n\t\ttitle: \"About\",\n\t}\n}\n",
215
+ "marketing/payload/src/endpoints/seed/directoryhub/faqs.ts": "import type { Faq } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\nexport const faqData: Partial<Faq>[] = [\n\t// Getting Started FAQs\n\t{\n\t\tquestion: \"How quickly can I get my team started?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Most teams are up and running within hours. Invite your team members, configure your workspace, and start collaborating immediately. No lengthy setup or technical expertise required.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Do I need technical skills to use SaaSify?\",\n\t\tanswer: createParagraph(\n\t\t\t\"No technical skills required. Our intuitive interface lets anyone configure workflows, set up integrations, and manage their workspace without writing any code.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I import data from other tools?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Import data via CSV or use our native integrations to sync data from tools like Salesforce, HubSpot, Notion, and more. We also offer migration assistance for larger accounts.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"What teams and use cases is SaaSify best for?\",\n\t\tanswer: createParagraph(\n\t\t\t\"SaaSify works for any team that needs to collaborate and get work done: sales, marketing, product, operations, customer success, and more. Our flexible platform adapts to your workflows.\",\n\t\t),\n\t\tcategory: \"getting-started\",\n\t\torder: 4,\n\t},\n\n\t// Pricing FAQs\n\t{\n\t\tquestion: \"Is there a free plan?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Start with our Free plan for up to 3 users. Explore the platform, set up your workspace, and upgrade anytime to unlock more users and advanced features.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"What payment methods do you accept?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We accept all major credit cards (Visa, Mastercard, American Express) through Stripe. Annual plans can also be paid via invoice for qualifying accounts.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I change plans at any time?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Absolutely. Upgrade or downgrade your plan at any time. When upgrading, you'll be charged the prorated difference. When downgrading, the credit will be applied to your next billing cycle.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"Do you offer discounts for annual billing?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Save 20% when you choose annual billing. Annual plans also include priority support and early access to new features.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 4,\n\t},\n\t{\n\t\tquestion: \"What happens if my team grows beyond my plan limits?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We'll notify you when approaching your user limit. You can upgrade your plan to increase limits, or we'll help you optimize your current plan to get the most value.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 5,\n\t},\n\t{\n\t\tquestion: \"Is there a refund policy?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We offer a 14-day money-back guarantee on all paid plans. If you're not satisfied within the first 14 days, contact support for a full refund, no questions asked.\",\n\t\t),\n\t\tcategory: \"pricing\",\n\t\torder: 6,\n\t},\n\n\t// Features FAQs\n\t{\n\t\tquestion: \"What integrations does SaaSify support?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We integrate with 100+ tools including Slack, Salesforce, HubSpot, Jira, Notion, Google Workspace, Microsoft 365, and more. New integrations are added regularly based on customer requests.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"How does reporting and analytics work?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Real-time dashboards show key metrics for your team and projects. Create custom reports, schedule automated delivery to stakeholders, and export data anytime for deeper analysis.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can team members manage their own workspaces?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Team members can customize their workspace, set personal preferences, and manage their own workflows within your organization's guidelines. Admins maintain control over permissions.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"Is there an API available?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Our REST API is available on Pro and Business plans. Use it to build custom integrations, automate workflows programmatically, or connect SaaSify to your internal tools.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 4,\n\t},\n\t{\n\t\tquestion: \"Can I automate workflows?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Absolutely. Our visual workflow builder lets you automate approvals, notifications, data syncing, and more without writing code. Set triggers, conditions, and actions in minutes.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 5,\n\t},\n\t{\n\t\tquestion: \"Do you support custom fields and data types?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Create custom fields to capture any data your team needs. We support text, numbers, dates, dropdowns, checkboxes, file attachments, and more.\",\n\t\t),\n\t\tcategory: \"features\",\n\t\torder: 6,\n\t},\n\n\t// Technical FAQs\n\t{\n\t\tquestion: \"Where is my data hosted?\",\n\t\tanswer: createParagraph(\n\t\t\t\"All data is hosted on secure AWS infrastructure in US and EU regions. We maintain a 99.9% uptime SLA with automatic failover and regular backups.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Is SaaSify GDPR compliant?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes. We're fully GDPR and CCPA compliant. We provide data processing agreements, consent management tools, and data export/deletion capabilities to help you meet your obligations.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I export my data?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Export all your data anytime via CSV or API. You own your data and can take it with you if you ever decide to leave. No lock-in, no hassle.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 3,\n\t},\n\t{\n\t\tquestion: \"How secure is SaaSify?\",\n\t\tanswer: createParagraph(\n\t\t\t\"We're SOC 2 Type II certified with end-to-end encryption, SSO/SAML support, and regular third-party security audits. Your data security is our top priority.\",\n\t\t),\n\t\tcategory: \"technical\",\n\t\torder: 4,\n\t},\n\n\t// Support FAQs\n\t{\n\t\tquestion: \"What support options are available?\",\n\t\tanswer: createParagraph(\n\t\t\t\"All plans include email support with 24-hour response times. Pro plans add live chat support. Business plans include a dedicated customer success manager and phone support.\",\n\t\t),\n\t\tcategory: \"support\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Do you offer onboarding assistance?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! All paid plans include onboarding guides and video tutorials. Pro and Business plans include personalized onboarding calls to help you get set up for success.\",\n\t\t),\n\t\tcategory: \"support\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"Can I request new features?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Absolutely! Submit feature requests through our feedback portal. Many of our most popular features came directly from customer suggestions. We prioritize based on demand.\",\n\t\t),\n\t\tcategory: \"support\",\n\t\torder: 3,\n\t},\n\n\t// General FAQs\n\t{\n\t\tquestion: \"What makes SaaSify different from other platforms?\",\n\t\tanswer: createParagraph(\n\t\t\t\"SaaSify brings together the best of project management, CRM, and collaboration tools in one unified platform designed for how modern teams actually work. No more app switching or lost context.\",\n\t\t),\n\t\tcategory: \"general\",\n\t\torder: 1,\n\t},\n\t{\n\t\tquestion: \"Can I use SaaSify for multiple teams?\",\n\t\tanswer: createParagraph(\n\t\t\t\"Yes! Our Business plan supports unlimited teams and workspaces with unified billing and cross-team visibility. Perfect for organizations with multiple departments.\",\n\t\t),\n\t\tcategory: \"general\",\n\t\torder: 2,\n\t},\n\t{\n\t\tquestion: \"How do I contact sales?\",\n\t\tanswer: createParagraph(\n\t\t\t\"For sales inquiries, contact us at sales@saasify.com or book a demo through our website. Our team will help you understand which plan and features are right for your needs.\",\n\t\t),\n\t\tcategory: \"general\",\n\t\torder: 3,\n\t},\n]\n",
216
+ "marketing/payload/src/endpoints/seed/directoryhub/features/automation.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const automationPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/automation\",\n\t\t_status: \"published\",\n\t\ttitle: \"Automation\",\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: \"Eliminate busywork with smart automation\",\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: \"Build powerful automations without code. Automate approvals, notifications, data entry, and repetitive tasks. Let your team focus on work that 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 automation examples\",\n\t\t\t\t\t\turl: \"/features\",\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: \"Visual Builder\",\n\t\t\t\tlabel: \"No-Code Builder\",\n\t\t\t\theadline: \"Build automations visually, no code required\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Our visual workflow builder makes automation accessible to everyone. Drag and drop triggers, conditions, and actions to create powerful automations in minutes.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Try the workflow builder\",\n\t\t\t\t\turl: \"/sign-up\",\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: \"Drag-and-drop interface\" },\n\t\t\t\t\t{ text: \"Pre-built templates\" },\n\t\t\t\t\t{ text: \"Test before you deploy\" },\n\t\t\t\t\t{ text: \"Version 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: \"Triggers & Actions\",\n\t\t\t\tlabel: \"Smart Triggers\",\n\t\t\t\theadline: \"React to any event automatically\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Trigger automations based on form submissions, status changes, dates, or custom conditions. Chain multiple actions together for complex workflows.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore triggers\",\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: \"Event-based triggers\" },\n\t\t\t\t\t{ text: \"Scheduled automations\" },\n\t\t\t\t\t{ text: \"Conditional logic\" },\n\t\t\t\t\t{ text: \"Multi-step workflows\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Cross-App Automation\",\n\t\t\t\tlabel: \"Connected Actions\",\n\t\t\t\theadline: \"Automate across all your tools\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Connect automations to Slack, email, Salesforce, and 100+ other tools. When something happens in SaaSify, trigger actions anywhere in your tech stack.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See 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+ app integrations\" },\n\t\t\t\t\t{ text: \"Custom webhooks\" },\n\t\t\t\t\t{ text: \"API actions\" },\n\t\t\t\t\t{ text: \"Two-way data sync\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Automation Features\",\n\t\t\t\theading: \"Automation that saves hours every week\",\n\t\t\t\tsubheading: \"Focus on meaningful work while automation handles the rest\",\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: \"10x\",\n\t\t\t\t\t\ttitle: \"Faster Operations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automate repetitive tasks 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: \"accent\",\n\t\t\t\t\t\ticon: \"settings\",\n\t\t\t\t\t\ttitle: \"No-Code Setup\",\n\t\t\t\t\t\tdescription: createParagraph(\"Build automations without developers.\"),\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: \"rocket\",\n\t\t\t\t\t\ttitle: \"Instant Triggers\",\n\t\t\t\t\t\tdescription: createParagraph(\"React to events in real-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: \"primary\",\n\t\t\t\t\t\ticon: \"layers\",\n\t\t\t\t\t\ttitle: \"Webhook Support\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect to any external service.\"),\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: \"Action History\",\n\t\t\t\t\t\tdescription: createParagraph(\"Full logs of all automated actions.\"),\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: \"Fail-Safe Design\",\n\t\t\t\t\t\tdescription: createParagraph(\"Automatic retries and error handling.\"),\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: \"Let automation do the work\",\n\t\t\t\tsubtext: \"Set up workflows once and save hours every week. Start automating 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: \"See all features\",\n\t\t\t\t\t\t\turl: \"/features\",\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\"Build powerful automations without code. Automate approvals, notifications, and cross-app workflows with SaaSify's visual automation builder.\",\n\t\t\ttitle: \"Automation — SaaSify No-Code Workflow Builder\",\n\t\t},\n\t}\n}\n",
217
+ "marketing/payload/src/endpoints/seed/directoryhub/features/custom-fields.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"../richtext-helper\"\n\nexport const workflowsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"features/workflows\",\n\t\t_status: \"published\",\n\t\ttitle: \"Workflows\",\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: \"Build custom processes without code\",\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: \"Create workflows that match exactly how your team works. Visual builders, conditional logic, and templates make it easy to digitize any process.\",\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 workflow templates\",\n\t\t\t\t\t\turl: \"/templates\",\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: \"Visual Builder\",\n\t\t\t\tlabel: \"Workflow Builder\",\n\t\t\t\theadline: \"Design workflows visually\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Drag and drop to create multi-step workflows. Add approvals, conditions, notifications, and integrations. See your entire process at a glance.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Try the builder\",\n\t\t\t\t\turl: \"/sign-up\",\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: \"Drag-and-drop interface\" },\n\t\t\t\t\t{ text: \"Multi-step workflows\" },\n\t\t\t\t\t{ text: \"Parallel branches\" },\n\t\t\t\t\t{ text: \"Visual process maps\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Approvals\",\n\t\t\t\tlabel: \"Approval Workflows\",\n\t\t\t\theadline: \"Streamline approvals and reviews\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Route requests to the right approvers automatically. Set up sequential or parallel approvals, escalations, and delegation rules.\",\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 approvals\",\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: \"Multi-level approvals\" },\n\t\t\t\t\t{ text: \"Automatic escalation\" },\n\t\t\t\t\t{ text: \"Delegation and backup\" },\n\t\t\t\t\t{ text: \"Approval 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: \"Templates\",\n\t\t\t\tlabel: \"Workflow Templates\",\n\t\t\t\theadline: \"Start fast with pre-built templates\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Choose from dozens of workflow templates for common processes. Customize to fit your needs or build from scratch.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Browse templates\",\n\t\t\t\t\turl: \"/templates\",\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: \"50+ workflow templates\" },\n\t\t\t\t\t{ text: \"Onboarding workflows\" },\n\t\t\t\t\t{ text: \"Request and approval flows\" },\n\t\t\t\t\t{ text: \"Project workflows\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Workflow Features\",\n\t\t\t\theading: \"Workflows for any process\",\n\t\t\t\tsubheading: \"From simple approvals to complex multi-department processes\",\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: \"layers\",\n\t\t\t\t\t\tstat: \"50+\",\n\t\t\t\t\t\ttitle: \"Templates\",\n\t\t\t\t\t\tdescription: createParagraph(\"Pre-built workflows 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: \"settings\",\n\t\t\t\t\t\ttitle: \"No-Code Builder\",\n\t\t\t\t\t\tdescription: createParagraph(\"Visual workflow design interface.\"),\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: \"Forms & Fields\",\n\t\t\t\t\t\tdescription: createParagraph(\"Custom forms for data collection.\"),\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 Routing\",\n\t\t\t\t\t\tdescription: createParagraph(\"Route data based on conditions.\"),\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: \"Integrations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect to 100+ apps.\"),\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: \"Audit Trail\",\n\t\t\t\t\t\tdescription: createParagraph(\"Complete history of every workflow.\"),\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: \"Digitize your processes today\",\n\t\t\t\tsubtext: \"Build custom workflows in minutes. No coding 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 all features\",\n\t\t\t\t\t\t\turl: \"/features\",\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\"Build custom workflows for any process with SaaSify's visual workflow builder. Approvals, forms, conditions, and integrations without code.\",\n\t\t\ttitle: \"WorkflowsSaaSify Custom Process Builder\",\n\t\t},\n\t}\n}\n",
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
+ "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
+ "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: \"lock\",\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: \"messageSquare\",\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: \"folder\",\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: \"IntegrationsConnect Your Tools with SaaSify\",\n\t\t},\n\t}\n}\n",
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
+ "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
+ "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",
226
+ "marketing/payload/src/endpoints/seed/directoryhub/pricing.ts": "import type { Page } from \"@/payload-types\"\nimport { createParagraph } from \"./richtext-helper\"\n\nexport const directoryHubPricing = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"pricing\",\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: \"Plans that grow with you\",\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: \"Start free. Upgrade as your team scales. No hidden fees, no surprises.\",\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// Pricing Table - Fetches pricing and features dynamically from Stripe\n\t\t\t{\n\t\t\t\tblockType: \"pricingTable\",\n\t\t\t\tblockName: \"Pricing Plans\",\n\t\t\t\theading: \"Choose Your Plan\",\n\t\t\t\tsubheading: \"Save 20% with annual billing.\",\n\t\t\t\tshowComparisonTable: true,\n\t\t\t\tshowViewAllLink: false,\n\t\t\t\tmaxFeaturesOnCard: 4,\n\t\t\t\t// CTA link mapping for dynamic pricing (plan names must match Stripe product names)\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\", // Fallback only\n\t\t\t\t\t\tdescription: \"Perfect for trying SaaSify\",\n\t\t\t\t\t\tfeatured: false,\n\t\t\t\t\t\tfeatures: [], // Features come from Stripe Entitlements\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},\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\", // Fallback only\n\t\t\t\t\t\tdescription: \"For small teams getting started\",\n\t\t\t\t\t\tfeatured: false,\n\t\t\t\t\t\tfeatures: [], // Features come from Stripe Entitlements\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},\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: \"$79/mo\", // Fallback only\n\t\t\t\t\t\tdescription: \"For teams ready to scale\",\n\t\t\t\t\t\tfeatured: true,\n\t\t\t\t\t\tfeatures: [], // Features come from Stripe Entitlements\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},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Trust Banner\n\t\t\t{\n\t\t\t\tblockType: \"proofBanner\",\n\t\t\t\tblockName: \"Trust Section\",\n\t\t\t\tstyle: \"withBackground\",\n\t\t\t\theadline: \"Trusted by 10,000+ teams worldwide\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Join thousands of teams who have transformed how they work with SaaSify\",\n\t\t\t},\n\t\t\t// Features Comparison\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"All Plans Include\",\n\t\t\t\theading: \"Everything you need to succeed\",\n\t\t\t\tsubheading: \"Core features included in every plan\",\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: \"default\",\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 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: \"default\",\n\t\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\t\ttitle: \"Fast Performance\",\n\t\t\t\t\t\tdescription: createParagraph(\"Lightning-fast load times, globally.\"),\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: \"Enterprise Security\",\n\t\t\t\t\t\tdescription: createParagraph(\"SOC 2 compliant with encryption.\"),\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: \"99.9% 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{\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: \"Integrations\",\n\t\t\t\t\t\tdescription: createParagraph(\"Connect with 100+ tools you 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: \"default\",\n\t\t\t\t\t\ticon: \"users\",\n\t\t\t\t\t\ttitle: \"Collaboration\",\n\t\t\t\t\t\tdescription: createParagraph(\"Real-time teamwork made simple.\"),\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t// Final CTA\n\t\t\t{\n\t\t\t\tblockType: \"cta\",\n\t\t\t\tblockName: \"Pricing CTA\",\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\trichText: {\n\t\t\t\t\troot: {\n\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"Ready to get started?\",\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\ttag: \"h3\",\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\t{\n\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"Start free today. No credit card required. Upgrade when you're ready to scale.\",\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\ttextFormat: 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\tdirection: \"ltr\" as const,\n\t\t\t\t\t\tformat: \"\" as const,\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\tversion: 1,\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\"Simple, transparent pricing for SaaSify. Start free, scale as your team grows. Plans from $0 to enterprise.\",\n\t\t\ttitle: \"Pricing — SaaSify\",\n\t\t},\n\t\ttitle: \"Pricing\",\n\t}\n}\n",
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
- "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 DirectoryHub, 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: \"DirectoryHub is a no-code platform that enables users to create, manage, and monetize directory websites. Our service includes website hosting, payment processing integration, SEO tools, and various features to help you build successful directory businesses.\",\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 DirectoryHub. 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 DirectoryHub, 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@directoryhub.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 DirectoryHub's Terms of Service to understand the rules and guidelines for using our directory building 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 b2bVendorHubsPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/b2b-vendor-hubs\",\n\t\t_status: \"published\",\n\t\ttitle: \"B2B Vendor Hub\",\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: \"Create the definitive vendor directory for your industry\",\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: \"Help businesses find SaaS tools, agencies, consultants, and service providers. Advanced filtering, comparison views, and lead capture that convert browsers into buyers.\",\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: \"Build your directory\",\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 B2B templates\",\n\t\t\t\t\t\turl: \"/templates\",\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: \"Advanced Filtering\",\n\t\t\t\tlabel: \"Smart Filtering\",\n\t\t\t\theadline: \"Find the right vendor with advanced filters\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Let buyers filter by pricing, features, integrations, company size, and more. Multi-select filters and faceted search help decision-makers narrow down options quickly.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See filtering options\",\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: \"Multi-attribute filtering\" },\n\t\t\t\t\t{ text: \"Price range sliders\" },\n\t\t\t\t\t{ text: \"Feature checkboxes\" },\n\t\t\t\t\t{ text: \"Integration compatibility\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Comparison Views\",\n\t\t\t\tlabel: \"Vendor Comparison\",\n\t\t\t\theadline: \"Side-by-side vendor comparison\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Help buyers evaluate options with comparison tables. Users can select vendors and compare features, pricing, and ratings in a clear side-by-side view.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See comparison 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: \"Side-by-side comparison\" },\n\t\t\t\t\t{ text: \"Feature matrix tables\" },\n\t\t\t\t\t{ text: \"Save comparisons\" },\n\t\t\t\t\t{ text: \"Share comparison links\" },\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 Capture\",\n\t\t\t\tlabel: \"Lead Generation\",\n\t\t\t\theadline: \"Capture and qualify B2B leads\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Built-in lead capture forms collect buyer information and route it to vendors. Track inquiries, measure conversion, and help vendors close deals faster.\",\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 capture\",\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: \"Custom inquiry forms\" },\n\t\t\t\t\t{ text: \"Lead qualification fields\" },\n\t\t\t\t\t{ text: \"Vendor notification emails\" },\n\t\t\t\t\t{ text: \"Lead analytics dashboard\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"B2B Features\",\n\t\t\t\theading: \"Purpose-built for B2B directories\",\n\t\t\t\tsubheading: \"Features that help businesses evaluate and connect with vendors\",\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: \"building\",\n\t\t\t\t\t\tstat: \"94%\",\n\t\t\t\t\t\ttitle: \"Faster Onboarding\",\n\t\t\t\t\t\tdescription: createParagraph(\"Smart filters accelerate vendor discovery.\"),\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: \"Rich Profiles\",\n\t\t\t\t\t\tdescription: createParagraph(\"Detailed vendor info, case studies, and integrations.\"),\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: \"target\",\n\t\t\t\t\t\ttitle: \"Buyer Intent\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track which vendors buyers are researching.\"),\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: \"Market Insights\",\n\t\t\t\t\t\tdescription: createParagraph(\"Category trends and vendor rankings.\"),\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: \"Vendor Reviews\",\n\t\t\t\t\t\tdescription: createParagraph(\"Verified B2B reviews from real customers.\"),\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: \"Demo Requests\",\n\t\t\t\t\t\tdescription: createParagraph(\"One-click demo scheduling integration.\"),\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: \"Launch your B2B vendor directory\",\n\t\t\t\tsubtext: \"Become the go-to resource for businesses in your industry. Start building 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 for free\",\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\"Build a B2B vendor directory with advanced filtering, comparison views, and lead capture. Help businesses find SaaS tools, agencies, and consultants.\",\n\t\t\ttitle: \"B2B Vendor Hub DirectoryHub 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 communitiesPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/communities\",\n\t\t_status: \"published\",\n\t\ttitle: \"Community Directory\",\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 your community with a powerful member directory\",\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: \"Build member directories for alumni networks, professional associations, and private communities. Gated access, rich profiles, and networking tools included.\",\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 your directory\",\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 community templates\",\n\t\t\t\t\t\turl: \"/templates\",\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: \"Member Profiles\",\n\t\t\t\tlabel: \"Rich Member Profiles\",\n\t\t\t\theadline: \"Showcase your members with detailed profiles\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Members can create rich profiles with photos, bios, skills, interests, and contact information. Custom fields let you capture whatever matters most to your community.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See profile options\",\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: \"Profile photos and cover images\" },\n\t\t\t\t\t{ text: \"Custom bio and about sections\" },\n\t\t\t\t\t{ text: \"Skills and interests tags\" },\n\t\t\t\t\t{ text: \"Social media links\" },\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: \"Gated Access\",\n\t\t\t\theadline: \"Control who can see and access content\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Restrict directory access to members only, or allow public browsing with limited profile visibility. Membership tiers can unlock different levels of access and features.\",\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 access control\",\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: \"Members-only directory\" },\n\t\t\t\t\t{ text: \"Tiered access levels\" },\n\t\t\t\t\t{ text: \"Private contact information\" },\n\t\t\t\t\t{ text: \"Approval workflows\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Networking\",\n\t\t\t\tlabel: \"Networking Tools\",\n\t\t\t\theadline: \"Help members connect with each other\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Built-in messaging, connection requests, and member search make it easy for community members to find and connect with each other. Foster meaningful professional relationships.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore networking 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: \"Member search and discovery\" },\n\t\t\t\t\t{ text: \"Connection requests\" },\n\t\t\t\t\t{ text: \"Direct messaging\" },\n\t\t\t\t\t{ text: \"Member activity feed\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Community Features\",\n\t\t\t\theading: \"Everything for member communities\",\n\t\t\t\tsubheading: \"Tools to build, engage, and grow your community\",\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: \"users\",\n\t\t\t\t\t\tstat: \"+12K\",\n\t\t\t\t\t\ttitle: \"Members Connected\",\n\t\t\t\t\t\tdescription: createParagraph(\"Build thriving member networks.\"),\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: \"Privacy Controls\",\n\t\t\t\t\t\tdescription: createParagraph(\"Members control their visibility.\"),\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 members by skills, location, or interests.\"),\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: \"building\",\n\t\t\t\t\t\ttitle: \"Organization Pages\",\n\t\t\t\t\t\tdescription: createParagraph(\"Company profiles for corporate members.\"),\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: \"Subgroups\",\n\t\t\t\t\t\tdescription: createParagraph(\"Regional chapters or interest groups.\"),\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: \"Engagement Analytics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Track member activity and growth.\"),\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 your community directory today\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Connect your members with a modern directory. Perfect for associations, alumni networks, and private communities.\",\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: \"Get started free\",\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\"Build a community member directory with rich profiles, gated access, and networking tools. Perfect for alumni networks, associations, and private communities.\",\n\t\t\ttitle: \"Community DirectoryDirectoryHub Use Case\",\n\t\t},\n\t}\n}\n",
232
- "marketing/payload/src/endpoints/seed/directoryhub/use-cases/index.ts": "export { localServicesPage } from \"./local-services\"\nexport { b2bVendorHubsPage } from \"./b2b-vendor-hubs\"\nexport { communitiesPage } from \"./communities\"\nexport { marketplacesPage } from \"./marketplaces\"\n",
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 localServicesPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/local-services\",\n\t\t_status: \"published\",\n\t\ttitle: \"Local Services Directory\",\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: \"Build the go-to directory for local services\",\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: \"Help customers find trusted plumbers, electricians, restaurants, photographers, and more. Location-based search, reviews, and verified badges make it easy.\",\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 your directory\",\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 templates\",\n\t\t\t\t\t\turl: \"/templates\",\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: \"Location Search\",\n\t\t\t\tlabel: \"Location-Based Discovery\",\n\t\t\t\theadline: \"Find services near you with map search\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Integrated maps let users search by location, view service areas, and get directions. Auto-detect location for instant local results. Perfect for plumbers, electricians, restaurants, and any location-based service.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See location 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: \"Interactive map search\" },\n\t\t\t\t\t{ text: \"Service area boundaries\" },\n\t\t\t\t\t{ text: \"Distance-based filtering\" },\n\t\t\t\t\t{ text: \"Auto-detect user location\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Reviews\",\n\t\t\t\tlabel: \"Reviews & Ratings\",\n\t\t\t\theadline: \"Build trust with verified reviews\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Let customers leave reviews and ratings. Display aggregate scores, filter by rating, and highlight top-rated services. Verified reviews build trust and help great businesses stand out.\",\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 reviews\",\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: \"Star ratings and written reviews\" },\n\t\t\t\t\t{ text: \"Verified customer badges\" },\n\t\t\t\t\t{ text: \"Review moderation tools\" },\n\t\t\t\t\t{ text: \"Aggregate score display\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Categories\",\n\t\t\t\tlabel: \"Service Categories\",\n\t\t\t\theadline: \"Organize by service type\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Create unlimited service categories and subcategories. Users can browse by type or search across all services. Clean category navigation helps customers find exactly what they need.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See category options\",\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: \"Unlimited categories\" },\n\t\t\t\t\t{ text: \"Nested subcategories\" },\n\t\t\t\t\t{ text: \"Category icons and images\" },\n\t\t\t\t\t{ text: \"Featured category sections\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Local Services Features\",\n\t\t\t\theading: \"Everything for local service directories\",\n\t\t\t\tsubheading: \"Purpose-built features for connecting customers with local providers\",\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\tstat: \"340%\",\n\t\t\t\t\t\ttitle: \"Higher Conversion\",\n\t\t\t\t\t\tdescription: createParagraph(\"Location-based discovery drives action.\"),\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: \"Business Profiles\",\n\t\t\t\t\t\tdescription: createParagraph(\"Rich profiles with hours, services, and contact.\"),\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(\"Search by service, location, or keyword.\"),\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: \"Verified Badges\",\n\t\t\t\t\t\tdescription: createParagraph(\"Highlight licensed and insured providers.\"),\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: \"dollarSign\",\n\t\t\t\t\t\ttitle: \"Price Ranges\",\n\t\t\t\t\t\tdescription: createParagraph(\"Display pricing tiers to set expectations.\"),\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: \"Contact Forms\",\n\t\t\t\t\t\tdescription: createParagraph(\"Lead capture directly from listings.\"),\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: \"Launch your local services directory today\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"Pick a template, customize for your market, and start connecting customers with local businesses.\",\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: \"Get started free\",\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 pricing\",\n\t\t\t\t\t\t\turl: \"/pricing\",\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\"Build a local services directory with location search, reviews, and verified badges. Help customers find plumbers, electricians, restaurants, and more.\",\n\t\t\ttitle: \"Local Services Directory DirectoryHub Use Case\",\n\t\t},\n\t}\n}\n",
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 marketplacesPage = (): Partial<Page> => {\n\treturn {\n\t\tslug: \"use-cases/marketplaces\",\n\t\t_status: \"published\",\n\t\ttitle: \"Marketplace Directory\",\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 your own multi-vendor marketplace\",\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: \"Build a thriving marketplace with seller storefronts, product listings, and integrated payments. Featured placements and automated payouts help sellers succeed.\",\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: \"Build your marketplace\",\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 marketplace templates\",\n\t\t\t\t\t\turl: \"/templates\",\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: \"Seller Storefronts\",\n\t\t\t\tlabel: \"Seller Profiles\",\n\t\t\t\theadline: \"Beautiful storefronts for every seller\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Each seller gets their own storefront with branding, product showcase, and reviews. Customers can browse by seller or discover products across the entire marketplace.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"See seller 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 seller pages\" },\n\t\t\t\t\t{ text: \"Product galleries and catalogs\" },\n\t\t\t\t\t{ text: \"Seller ratings and reviews\" },\n\t\t\t\t\t{ text: \"Contact and inquiry forms\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Product Listings\",\n\t\t\t\tlabel: \"Product Management\",\n\t\t\t\theadline: \"Comprehensive product listing tools\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Sellers can add products with images, variants, pricing, and inventory. Built-in categories and search help customers find exactly what they're looking for.\",\n\t\t\t\t),\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tlabel: \"Explore product 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: \"Multiple product images\" },\n\t\t\t\t\t{ text: \"Variants and options\" },\n\t\t\t\t\t{ text: \"Inventory tracking\" },\n\t\t\t\t\t{ text: \"Category organization\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"featureShowcase\",\n\t\t\t\tblockName: \"Payments\",\n\t\t\t\tlabel: \"Marketplace Payments\",\n\t\t\t\theadline: \"Integrated payments with automated payouts\",\n\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\"Process payments through Stripe with automatic seller payouts. Set your marketplace commission, handle refunds, and track revenue all in one place.\",\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 payments\",\n\t\t\t\t\turl: \"/features/monetization\",\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: \"Stripe Connect integration\" },\n\t\t\t\t\t{ text: \"Automated seller payouts\" },\n\t\t\t\t\t{ text: \"Configurable commission rates\" },\n\t\t\t\t\t{ text: \"Refund management\" },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockType: \"bentoFeatures\",\n\t\t\t\tblockName: \"Marketplace Features\",\n\t\t\t\theading: \"Everything you need for a thriving marketplace\",\n\t\t\t\tsubheading: \"Tools for sellers to succeed and buyers to discover\",\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: \"dollarSign\",\n\t\t\t\t\t\tstat: \"$2M+\",\n\t\t\t\t\t\ttitle: \"Revenue Processed\",\n\t\t\t\t\t\tdescription: createParagraph(\"Marketplaces generating real revenue.\"),\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: \"dollarSign\",\n\t\t\t\t\t\ttitle: \"Seller Dashboard\",\n\t\t\t\t\t\tdescription: createParagraph(\"Analytics and management for sellers.\"),\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: \"rocket\",\n\t\t\t\t\t\ttitle: \"Featured Slots\",\n\t\t\t\t\t\tdescription: createParagraph(\"Premium placement for top sellers.\"),\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: \"Buyer Protection\",\n\t\t\t\t\t\tdescription: createParagraph(\"Dispute resolution and guarantees.\"),\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(\"AI-powered product discovery.\"),\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: \"Market Analytics\",\n\t\t\t\t\t\tdescription: createParagraph(\"Trends, sales data, and insights.\"),\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: \"Launch your marketplace today\",\n\t\t\t\tsubtext:\n\t\t\t\t\t\"From niche products to local services, build the marketplace your community needs.\",\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 for free\",\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 pricing\",\n\t\t\t\t\t\t\turl: \"/pricing\",\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\"Build a multi-vendor marketplace with seller storefronts, product listings, and integrated payments. Automated payouts and featured placements included.\",\n\t\t\ttitle: \"Marketplace DirectoryDirectoryHub Use Case\",\n\t\t},\n\t}\n}\n",
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: \"folder\",\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: \"messageSquare\",\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 TeamsSaaSify 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: \"messageSquare\",\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 TeamsSaaSify Use Case\",\n\t\t},\n\t}\n}\n",
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
+ "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 TeamsSaaSify Use Case\",\n\t\t},\n\t}\n}\n",
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 TeamsSaaSify Use Case\",\n\t\t},\n\t}\n}\n",
235
235
  "marketing/payload/src/endpoints/seed/home-static.ts": "import type { RequiredDataFromCollectionSlug } from \"payload\"\n\n// Helper to create simple paragraph rich text\nconst createParagraph = (text: string) => ({\n\troot: {\n\t\ttype: \"root\" as const,\n\t\tchildren: [\n\t\t\t{\n\t\t\t\ttype: \"paragraph\" as const,\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"text\" as const,\n\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\tmode: \"normal\" as const,\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\ntype RichTextElement =\n\t| { type: \"heading\"; tag: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"; text: string }\n\t| { type: \"paragraph\"; text: string }\n\nconst createRichText = (elements: RichTextElement[]) => ({\n\troot: {\n\t\ttype: \"root\" as const,\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\" as const,\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\" as const,\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\" as const,\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\" as const,\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"text\" as const,\n\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\tmode: \"normal\" as const,\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\n// Used for pre-seeded content so that the homepage is not empty\nexport const homeStatic: RequiredDataFromCollectionSlug<\"pages\"> = {\n\tslug: \"home\",\n\t_status: \"published\",\n\thero: {\n\t\ttype: \"productShowcase\",\n\t\trichText: {\n\t\t\troot: {\n\t\t\t\ttype: \"root\",\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\ttext: \"Launch, monetize, and scale directories fast\",\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\tdirection: \"ltr\",\n\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\ttag: \"h1\",\n\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\ttext: \"The platform that accelerates directory launches, automates operations, and grows revenue.\",\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\tdirection: \"ltr\",\n\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\ttextFormat: 0,\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\",\n\t\t\t\tformat: \"\",\n\t\t\t\tindent: 0,\n\t\t\t\tversion: 1,\n\t\t\t},\n\t\t},\n\t\tlinks: [\n\t\t\t{\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tnewTab: false,\n\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\tlabel: \"Get started\",\n\t\t\t\t\tappearance: \"default\",\n\t\t\t\t},\n\t\t\t},\n\t\t\t{\n\t\t\t\tlink: {\n\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\tnewTab: false,\n\t\t\t\t\turl: \"/templates\",\n\t\t\t\t\tlabel: \"View templates\",\n\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t},\n\t\t\t},\n\t\t],\n\t},\n\tmeta: {\n\t\tdescription:\n\t\t\t\"Launch a profitable directory business in minutes with built-in payments, SEO, and automation. Free to start.\",\n\t\ttitle: \"DirectoryHub — Launch revenue-first directories fast\",\n\t},\n\ttitle: \"Home\",\n\tlayout: [\n\t\t// Logo Banner - Social proof strip (like Bird's Fortune 500 logos)\n\t\t{\n\t\t\tblockType: \"logoBanner\",\n\t\t\theading: \"Built for businesses where directories matter\",\n\t\t\tstyle: \"scroll\",\n\t\t\tlogos: [\n\t\t\t\t{ name: \"Northwind Market\" },\n\t\t\t\t{ name: \"Acme Listings\" },\n\t\t\t\t{ name: \"Evergreen HQ\" },\n\t\t\t\t{ name: \"Atlas Network\" },\n\t\t\t\t{ name: \"Beacon Partners\" },\n\t\t\t\t{ name: \"Cascade Labs\" },\n\t\t\t],\n\t\t},\n\n\t\t// KPI Strip - Duna-style animated metrics\n\t\t{\n\t\t\tblockType: \"proofBanner\",\n\t\t\tstyle: \"centered\",\n\t\t\theadline: \"Designed to convert. Built to scale.\",\n\t\t\tsubtext: \"5x faster launches • 99.9% uptime • $2M+ processed\",\n\t\t},\n\n\t\t// Value Pillars - Bird-style feature grid with icons\n\t\t{\n\t\t\tblockType: \"featureGrid\",\n\t\t\theading: \"Get to know DirectoryHub\",\n\t\t\tsubheading: \"Everything you need to launch and monetize directories\",\n\t\t\tcolumns: \"3\",\n\t\t\tfeatures: [\n\t\t\t\t{\n\t\t\t\t\ticon: \"zap\",\n\t\t\t\t\ttitle: \"Launch in days, not months\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Pick a template, add your brand, and publish. No backend setup, no DevOps headaches.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"dollarSign\",\n\t\t\t\t\ttitle: \"Monetize from day one\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Stripe-powered payments, subscription tiers, featured placements, and automated payouts.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"search\",\n\t\t\t\t\ttitle: \"SEO out of the box\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Structured data, sitemaps, and clean URLs generated automatically for every listing.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Product Feature 1 - Duna-style asymmetric content\n\t\t{\n\t\t\tblockType: \"content\",\n\t\t\tcolumns: [\n\t\t\t\t{\n\t\t\t\t\tsize: \"twoThirds\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\ttag: \"h2\",\n\t\t\t\t\t\t\ttext: \"Go from idea to live directory in a weekend\",\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\ttext: \"High-converting directory templates — no code required. Benefit from schema pre-fills, dynamic UI, smart reminders, and intelligent optimizations.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t]),\n\t\t\t\t\tenableLink: true,\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tlabel: \"See templates →\",\n\t\t\t\t\t\turl: \"/templates\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tsize: \"oneThird\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"✓ 10+ ready-to-use templates\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"✓ Custom domain in minutes\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"✓ Mobile-first responsive design\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"✓ Deep localization support\" },\n\t\t\t\t\t]),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// How It Works - Visual walkthrough (Duna-style steps)\n\t\t{\n\t\t\tblockType: \"howItWorks\",\n\t\t\theading: \"The infrastructure behind every directory\",\n\t\t\tsubheading:\n\t\t\t\t\"At the heart of DirectoryHub is a powerful engine driving decisions across the full customer lifecycle.\",\n\t\t\tsteps: [\n\t\t\t\t{\n\t\t\t\t\ttitle: \"Choose & customize\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Select from professionally designed templates. Configure every field to fit your niche — from basic listings to complex schemas.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttitle: \"Configure monetization\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Set up subscription tiers, featured placements, and pay-per-listing. Stripe handles payments, we handle the rest.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttitle: \"Launch & scale\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Publish your directory with SEO baked in. Monitor analytics, automate moderation, and grow your audience.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Product Feature 2 - Monetization (Duna-style reversed layout)\n\t\t{\n\t\t\tblockType: \"content\",\n\t\t\tcolumns: [\n\t\t\t\t{\n\t\t\t\t\tsize: \"oneThird\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"💳 Subscription tiers\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"⭐ Featured placements\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"📝 Pay-per-listing\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"🎫 Coupon codes\" },\n\t\t\t\t\t]),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tsize: \"twoThirds\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h2\", text: \"Drive revenue with built-in monetization\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Stop leaving money on the table. Charge for listings, offer premium placements, and run subscription tiers without writing a line of payment code.\",\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\ttext: \"Automated invoicing, tax handling, and payout scheduling included.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t]),\n\t\t\t\t\tenableLink: true,\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tlabel: \"Learn about monetization →\",\n\t\t\t\t\t\turl: \"/pricing\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Use Cases - Bird-style vertical cards\n\t\t{\n\t\t\tblockType: \"personas\",\n\t\t\theading: \"Directories that turn data into intelligent experiences\",\n\t\t\tsubheading:\n\t\t\t\t\"Whether you are building for local services or global marketplaces, DirectoryHub adapts to your model.\",\n\t\t\tpersonas: [\n\t\t\t\t{\n\t\t\t\t\ticon: \"briefcase\",\n\t\t\t\t\ttitle: \"Local Services\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Plumbers, photographers, restaurants. Card grids with reviews, maps, and geo-filtering.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"building\",\n\t\t\t\t\ttitle: \"B2B Vendor Hubs\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"SaaS tools, agencies, consultants. Advanced filters, comparison views, and lead capture.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"users\",\n\t\t\t\t\ttitle: \"Communities\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Member directories, alumni networks, professional associations with gated access.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"trendingUp\",\n\t\t\t\t\ttitle: \"Marketplaces\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t\"Multi-vendor search, featured slots, automated payouts to sellers.\",\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Testimonials Header\n\t\t{\n\t\t\tblockType: \"content\",\n\t\t\tcolumns: [\n\t\t\t\t{\n\t\t\t\t\tsize: \"full\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h2\", text: \"Trusted by founders who depend on their data\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"See how leading directory builders use DirectoryHub to drive intelligent growth.\",\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\n\t\t// Testimonials - Bird-style stats cards\n\t\t{\n\t\t\tblockType: \"featureGrid\",\n\t\t\tcolumns: \"3\",\n\t\t\tfeatures: [\n\t\t\t\t{\n\t\t\t\t\ticon: \"star\",\n\t\t\t\t\ttitle: \"94% faster launch time\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t'\"We went from idea to collecting payments in 3 days. The templates and Stripe integration saved us months.\" — Sarah Chen, Northwind Market',\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"star\",\n\t\t\t\t\ttitle: \"Page 1 rankings in weeks\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t'\"Our niche directory started ranking on page 1 within weeks. The structured data and sitemaps are handled automatically.\" — Marcus Rivera, Beacon Partners',\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ticon: \"star\",\n\t\t\t\t\ttitle: \"$12K MRR in month one\",\n\t\t\t\t\tdescription: createParagraph(\n\t\t\t\t\t\t'\"Featured placements and premium tiers covered our costs in the first month. The monetization tools just work.\" — David Kim, Cascade Labs',\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Social Proof Banner - Full-width CTA (Duna-style)\n\t\t{\n\t\t\tblockType: \"proofBanner\",\n\t\t\tstyle: \"withBackground\",\n\t\t\theadline: \"Join 500+ founders building revenue-first directories\",\n\t\t\tsubtext:\n\t\t\t\t\"Ship faster than custom builds. Keep the polish, security, and governance your users expect.\",\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\tnewTab: false,\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\tlabel: \"Get started\",\n\t\t\t\t\t\tappearance: \"outline\",\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\tnewTab: false,\n\t\t\t\t\t\turl: \"/posts\",\n\t\t\t\t\t\tlabel: \"See customer stories\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Trust & Security - Duna-style two-column\n\t\t{\n\t\t\tblockType: \"content\",\n\t\t\tcolumns: [\n\t\t\t\t{\n\t\t\t\t\tsize: \"half\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h2\", text: \"Safe and secure\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Your trust is our foundation. DirectoryHub is designed with a deep commitment to data privacy and security.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"🔒 SOC 2-minded controls\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"🔐 Per-tenant data isolation\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"📋 Complete audit trails\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"🌍 GDPR-ready infrastructure\" },\n\t\t\t\t\t]),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tsize: \"half\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h2\", text: \"Enterprise-ready infrastructure\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"We partner with the best so you do not have to worry about uptime, scaling, or reliability.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"⚡ 99.9% uptime SLA\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"🚀 Global CDN delivery\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"💾 Automated backups\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"📈 Auto-scaling infrastructure\" },\n\t\t\t\t\t]),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// Integrations Wall - Bird-style\n\t\t{\n\t\t\tblockType: \"logoBanner\",\n\t\t\theading: \"Connect anywhere. Plug in and get started immediately.\",\n\t\t\tstyle: \"grid\",\n\t\t\tlogos: [\n\t\t\t\t{ name: \"Stripe\" },\n\t\t\t\t{ name: \"Vercel\" },\n\t\t\t\t{ name: \"AWS\" },\n\t\t\t\t{ name: \"Google Analytics\" },\n\t\t\t\t{ name: \"Zapier\" },\n\t\t\t\t{ name: \"Convex\" },\n\t\t\t],\n\t\t},\n\n\t\t// Pricing\n\t\t{\n\t\t\tblockType: \"pricingTable\",\n\t\t\theading: \"Simple, transparent pricing\",\n\t\t\tsubheading: \"Start free, upgrade as you grow. No hidden fees.\",\n\t\t\tshowComparisonTable: false,\n\t\t\tshowViewAllLink: true,\n\t\t\tmaxFeaturesOnCard: 4,\n\t\t\tplans: [\n\t\t\t\t{\n\t\t\t\t\tname: \"Free\",\n\t\t\t\t\tprice: \"$0/mo\",\n\t\t\t\t\tdescription: \"Perfect for getting started.\",\n\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t{ feature: \"1 directory site\", included: true },\n\t\t\t\t\t\t{ feature: \"Basic customization\", included: true },\n\t\t\t\t\t\t{ feature: \"Community support\", included: true },\n\t\t\t\t\t],\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tlabel: \"Get started free\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: \"Pro\",\n\t\t\t\t\tprice: \"$29/mo\",\n\t\t\t\t\tdescription: \"For growing businesses.\",\n\t\t\t\t\tfeatured: true,\n\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t{ feature: \"5 directory sites\", included: true },\n\t\t\t\t\t\t{ feature: \"Advanced customization\", included: true },\n\t\t\t\t\t\t{ feature: \"Custom domains\", included: true },\n\t\t\t\t\t\t{ feature: \"Priority support\", included: true },\n\t\t\t\t\t],\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tlabel: \"Get Pro\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\tappearance: \"default\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tname: \"Business\",\n\t\t\t\t\tprice: \"$99/mo\",\n\t\t\t\t\tdescription: \"For teams and agencies.\",\n\t\t\t\t\tfeatures: [\n\t\t\t\t\t\t{ feature: \"Unlimited directory sites\", included: true },\n\t\t\t\t\t\t{ feature: \"White-label branding\", included: true },\n\t\t\t\t\t\t{ feature: \"API access\", included: true },\n\t\t\t\t\t\t{ feature: \"Dedicated support\", included: true },\n\t\t\t\t\t],\n\t\t\t\t\tlink: {\n\t\t\t\t\t\ttype: \"custom\",\n\t\t\t\t\t\tlabel: \"Get Business\",\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// FAQ Header\n\t\t{\n\t\t\tblockType: \"content\",\n\t\t\tcolumns: [\n\t\t\t\t{\n\t\t\t\t\tsize: \"full\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h2\", text: \"Frequently asked questions\" },\n\t\t\t\t\t\t{ type: \"paragraph\", text: \"Everything you need to know about DirectoryHub.\" },\n\t\t\t\t\t]),\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\n\t\t// FAQ Content - Two columns\n\t\t{\n\t\t\tblockType: \"content\",\n\t\t\tcolumns: [\n\t\t\t\t{\n\t\t\t\t\tsize: \"half\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h4\", text: \"How fast can I launch?\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Most teams go live in a weekend. Pick a template, add your brand, configure monetization, and publish.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h4\", text: \"Do you handle SEO?\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Yes. Structured data, sitemaps, meta tags, and clean URLs are all generated automatically.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h4\", text: \"Can I use my own domain?\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Absolutely. Custom domains are supported on all paid plans, with automatic SSL certificates.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t]),\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tsize: \"half\",\n\t\t\t\t\trichText: createRichText([\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h4\", text: \"How do payments work?\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"We integrate with Stripe. You can charge for listings, offer subscriptions, and receive automated payouts.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h4\", text: \"Can I moderate submissions?\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Yes. Built-in review queues, approval workflows, and auto-moderation tools keep your directory quality high.\",\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{ type: \"heading\", tag: \"h4\", text: \"What if I need help?\" },\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\ttext: \"Community support on Free, priority support on Pro, and dedicated support on Business plans.\",\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\n\t\t// Final CTA\n\t\t{\n\t\t\tblockType: \"cta\",\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\ttag: \"h2\",\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: \"Ready to launch your directory?\",\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\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: \"Join hundreds of founders who chose the faster path to a profitable directory business.\",\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\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\tnewTab: false,\n\t\t\t\t\t\turl: \"/sign-up\",\n\t\t\t\t\t\tlabel: \"Get started\",\n\t\t\t\t\t\tappearance: \"default\",\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\tnewTab: false,\n\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t\tlabel: \"Book a demo\",\n\t\t\t\t\t\tappearance: \"outline\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t],\n}\n",
236
236
  "marketing/payload/src/endpoints/seed/home.ts": "import type { Media } from \"@/payload-types\"\nimport type { RequiredDataFromCollectionSlug } from \"payload\"\n\ntype HomeArgs = {\n\theroImage: Media\n\tmetaImage: Media\n}\n\nexport const home: (args: HomeArgs) => RequiredDataFromCollectionSlug<\"pages\"> = ({\n\theroImage,\n\tmetaImage,\n}) => {\n\treturn {\n\t\tslug: \"home\",\n\t\t_status: \"published\",\n\t\thero: {\n\t\t\ttype: \"highImpact\",\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: \"All posts\",\n\t\t\t\t\t\turl: \"/posts\",\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: \"Contact\",\n\t\t\t\t\t\turl: \"/contact\",\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t],\n\t\t\tmedia: 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: \"Payload Website Template\",\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: \"link\",\n\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\ttext: \"Visit the admin dashboard\",\n\t\t\t\t\t\t\t\t\t\t\tversion: 1,\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\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t\tfields: {\n\t\t\t\t\t\t\t\t\t\tlinkType: \"custom\",\n\t\t\t\t\t\t\t\t\t\tnewTab: false,\n\t\t\t\t\t\t\t\t\t\turl: \"/admin\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\tversion: 3,\n\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\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: \" to begin managing this site's content. The code for this template is completely open-source and can be found \",\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\t{\n\t\t\t\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\ttext: \"on our Github\",\n\t\t\t\t\t\t\t\t\t\t\tversion: 1,\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\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t\tfields: {\n\t\t\t\t\t\t\t\t\t\tlinkType: \"custom\",\n\t\t\t\t\t\t\t\t\t\tnewTab: true,\n\t\t\t\t\t\t\t\t\t\turl: \"https://github.com/payloadcms/payload/tree/main/templates/website\",\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\tversion: 3,\n\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\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: \". \",\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},\n\t\tlayout: [\n\t\t\t{\n\t\t\t\tblockName: \"Content Block\",\n\t\t\t\tblockType: \"content\",\n\t\t\t\tcolumns: [\n\t\t\t\t\t{\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{\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: \"Core features\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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],\n\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\tformat: \"\",\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\tsize: \"full\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tenableLink: false,\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{\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: \"Admin Dashboard\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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: \"Manage this site's pages and posts from the \",\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\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\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\t\t\tdetail: 0,\n\t\t\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\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttext: \"admin dashboard\",\n\t\t\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\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t\t\t\t\tfields: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlinkType: \"custom\",\n\t\t\t\t\t\t\t\t\t\t\t\t\tnewTab: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\turl: \"/admin\",\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 2,\n\t\t\t\t\t\t\t\t\t\t\t},\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: \".\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\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\tsize: \"oneThird\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tenableLink: false,\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{\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: \"Preview\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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: \"Using versions, drafts, and preview, editors can review and share their changes before publishing them.\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\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\tsize: \"oneThird\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tenableLink: false,\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{\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: \"Page Builder\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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: \"Custom page builder allows you to create unique page, post, and project layouts for any type of content.\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\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\tsize: \"oneThird\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tenableLink: false,\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{\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: \"SEO\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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: \"Editors have complete control over SEO data and site content directly from the \",\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\t{\n\t\t\t\t\t\t\t\t\t\t\t\ttype: \"link\",\n\t\t\t\t\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\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\t\t\tdetail: 0,\n\t\t\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\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttext: \"admin dashboard\",\n\t\t\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\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t],\n\t\t\t\t\t\t\t\t\t\t\t\tdirection: \"ltr\",\n\t\t\t\t\t\t\t\t\t\t\t\tfields: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlinkType: \"custom\",\n\t\t\t\t\t\t\t\t\t\t\t\t\tnewTab: false,\n\t\t\t\t\t\t\t\t\t\t\t\t\turl: \"/admin\",\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\t\t\tversion: 2,\n\t\t\t\t\t\t\t\t\t\t\t},\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: \".\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\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\tsize: \"oneThird\",\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tenableLink: false,\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{\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: \"Dark Mode\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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: \"Users will experience this site in their preferred color scheme and each block can be inverted.\",\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\",\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\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\tsize: \"oneThird\",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockName: \"Media Block\",\n\t\t\t\tblockType: \"mediaBlock\",\n\t\t\t\tmedia: metaImage.id,\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockName: \"Archive Block\",\n\t\t\t\tblockType: \"archive\",\n\t\t\t\tcategories: [],\n\t\t\t\tintroContent: {\n\t\t\t\t\troot: {\n\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"Recent posts\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\ttag: \"h3\",\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\t{\n\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: 'The posts below are displayed in an \"Archive\" layout building block which is an extremely powerful way to display documents on a page. It can be auto-populated by collection or by category, or posts can be individually selected. Pagination controls will automatically appear if the number of results exceeds the number of items per page.',\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\ttextFormat: 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\tdirection: \"ltr\",\n\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\tversion: 1,\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t\tpopulateBy: \"collection\",\n\t\t\t\trelationTo: \"posts\",\n\t\t\t},\n\t\t\t{\n\t\t\t\tblockName: \"CTA\",\n\t\t\t\tblockType: \"cta\",\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: \"All posts\",\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],\n\t\t\t\trichText: {\n\t\t\t\t\troot: {\n\t\t\t\t\t\ttype: \"root\",\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\ttype: \"heading\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"This is a call to action\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\ttag: \"h3\",\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\t{\n\t\t\t\t\t\t\t\ttype: \"paragraph\",\n\t\t\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\ttype: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \"This is a custom layout building block \",\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: \"link\",\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: \"configured in the admin dashboard\",\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\",\n\t\t\t\t\t\t\t\t\t\tfields: {\n\t\t\t\t\t\t\t\t\t\t\tlinkType: \"custom\",\n\t\t\t\t\t\t\t\t\t\t\tnewTab: false,\n\t\t\t\t\t\t\t\t\t\t\turl: \"/admin\",\n\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\t\t\tversion: 2,\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: \"text\",\n\t\t\t\t\t\t\t\t\t\tdetail: 0,\n\t\t\t\t\t\t\t\t\t\tformat: 0,\n\t\t\t\t\t\t\t\t\t\tmode: \"normal\",\n\t\t\t\t\t\t\t\t\t\tstyle: \"\",\n\t\t\t\t\t\t\t\t\t\ttext: \".\",\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\",\n\t\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\t\ttextFormat: 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\tdirection: \"ltr\",\n\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\tversion: 1,\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: \"An open-source website built with Payload and Next.js.\",\n\t\t\timage: heroImage.id,\n\t\t\ttitle: \"Payload Website Template\",\n\t\t},\n\t\ttitle: \"Home\",\n\t}\n}\n",
237
237
  "marketing/payload/src/endpoints/seed/image-1.ts": "import type { Media } from \"@/payload-types\"\n\nexport const image1: Omit<Media, \"createdAt\" | \"id\" | \"updatedAt\"> = {\n\talt: \"Curving abstract shapes with an orange and blue gradient\",\n\tcaption: {\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: \"Photo by \",\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: \"link\",\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: \"Andrew Kliatskyi\",\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\tfields: {\n\t\t\t\t\t\t\t\tlinkType: \"custom\",\n\t\t\t\t\t\t\t\tnewTab: true,\n\t\t\t\t\t\t\t\turl: \"https://unsplash.com/@kirp\",\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tformat: \"\",\n\t\t\t\t\t\t\tindent: 0,\n\t\t\t\t\t\t\tversion: 2,\n\t\t\t\t\t\t},\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: \" on Unsplash.\",\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\ttextFormat: 0,\n\t\t\t\t\tversion: 1,\n\t\t\t\t},\n\t\t\t],\n\t\t\tdirection: \"ltr\",\n\t\t\tformat: \"\",\n\t\t\tindent: 0,\n\t\t\tversion: 1,\n\t\t},\n\t},\n}\n",