@nextworks/blocks-templates 0.2.0-alpha.10 → 0.2.0-alpha.12

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 (155) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +5 -0
  4. package/dist/templates/aiworkflow/Page.d.ts +2 -0
  5. package/dist/templates/aiworkflow/Page.d.ts.map +1 -0
  6. package/dist/templates/aiworkflow/Page.jsx +41 -0
  7. package/dist/templates/aiworkflow/PresetThemeVars.d.ts +7 -0
  8. package/dist/templates/aiworkflow/PresetThemeVars.d.ts.map +1 -0
  9. package/dist/templates/aiworkflow/PresetThemeVars.jsx +9 -0
  10. package/dist/templates/aiworkflow/components/CTA.d.ts +2 -0
  11. package/dist/templates/aiworkflow/components/CTA.d.ts.map +1 -0
  12. package/dist/templates/aiworkflow/components/CTA.jsx +25 -0
  13. package/dist/templates/aiworkflow/components/Contact.d.ts +3 -0
  14. package/dist/templates/aiworkflow/components/Contact.d.ts.map +1 -0
  15. package/dist/templates/aiworkflow/components/Contact.jsx +67 -0
  16. package/dist/templates/aiworkflow/components/FAQ.d.ts +2 -0
  17. package/dist/templates/aiworkflow/components/FAQ.d.ts.map +1 -0
  18. package/dist/templates/aiworkflow/components/FAQ.jsx +40 -0
  19. package/dist/templates/aiworkflow/components/Features.d.ts +2 -0
  20. package/dist/templates/aiworkflow/components/Features.d.ts.map +1 -0
  21. package/dist/templates/aiworkflow/components/Features.jsx +39 -0
  22. package/dist/templates/aiworkflow/components/Footer.d.ts +2 -0
  23. package/dist/templates/aiworkflow/components/Footer.d.ts.map +1 -0
  24. package/dist/templates/aiworkflow/components/Footer.jsx +81 -0
  25. package/dist/templates/aiworkflow/components/Hero.d.ts +2 -0
  26. package/dist/templates/aiworkflow/components/Hero.d.ts.map +1 -0
  27. package/dist/templates/aiworkflow/components/Hero.jsx +594 -0
  28. package/dist/templates/aiworkflow/components/Navbar.d.ts +7 -0
  29. package/dist/templates/aiworkflow/components/Navbar.d.ts.map +1 -0
  30. package/dist/templates/aiworkflow/components/Navbar.jsx +74 -0
  31. package/dist/templates/aiworkflow/components/Pricing.d.ts +2 -0
  32. package/dist/templates/aiworkflow/components/Pricing.d.ts.map +1 -0
  33. package/dist/templates/aiworkflow/components/Pricing.jsx +63 -0
  34. package/dist/templates/aiworkflow/components/ProcessTimeline.d.ts +2 -0
  35. package/dist/templates/aiworkflow/components/ProcessTimeline.d.ts.map +1 -0
  36. package/dist/templates/aiworkflow/components/ProcessTimeline.jsx +58 -0
  37. package/dist/templates/aiworkflow/components/Testimonials.d.ts +2 -0
  38. package/dist/templates/aiworkflow/components/Testimonials.d.ts.map +1 -0
  39. package/dist/templates/aiworkflow/components/Testimonials.jsx +33 -0
  40. package/dist/templates/aiworkflow/components/TrustBadges.d.ts +2 -0
  41. package/dist/templates/aiworkflow/components/TrustBadges.d.ts.map +1 -0
  42. package/dist/templates/aiworkflow/components/TrustBadges.jsx +38 -0
  43. package/dist/templates/digitalagency/Page.d.ts +3 -0
  44. package/dist/templates/digitalagency/Page.d.ts.map +1 -1
  45. package/dist/templates/digitalagency/Page.jsx +19 -16
  46. package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -1
  47. package/dist/templates/digitalagency/PresetThemeVars.jsx +4 -2
  48. package/dist/templates/digitalagency/components/About.d.ts.map +1 -1
  49. package/dist/templates/digitalagency/components/About.jsx +2 -0
  50. package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -1
  51. package/dist/templates/digitalagency/components/CTA.jsx +6 -8
  52. package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -1
  53. package/dist/templates/digitalagency/components/Contact.jsx +5 -2
  54. package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -1
  55. package/dist/templates/digitalagency/components/Footer.jsx +3 -1
  56. package/dist/templates/digitalagency/components/Hero.d.ts +1 -2
  57. package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -1
  58. package/dist/templates/digitalagency/components/Hero.jsx +12 -19
  59. package/dist/templates/digitalagency/components/Navbar.d.ts +4 -2
  60. package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -1
  61. package/dist/templates/digitalagency/components/Navbar.jsx +3 -1
  62. package/dist/templates/digitalagency/components/NetworkPattern.d.ts.map +1 -1
  63. package/dist/templates/digitalagency/components/NetworkPattern.jsx +111 -116
  64. package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -1
  65. package/dist/templates/digitalagency/components/Portfolio.jsx +11 -3
  66. package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -1
  67. package/dist/templates/digitalagency/components/Pricing.jsx +86 -0
  68. package/dist/templates/digitalagency/components/Process.d.ts.map +1 -1
  69. package/dist/templates/digitalagency/components/Process.jsx +42 -0
  70. package/dist/templates/digitalagency/components/Services.d.ts.map +1 -1
  71. package/dist/templates/digitalagency/components/Services.jsx +38 -0
  72. package/dist/templates/digitalagency/components/Team.d.ts.map +1 -1
  73. package/dist/templates/digitalagency/components/Team.jsx +16 -0
  74. package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -1
  75. package/dist/templates/digitalagency/components/Testimonials.jsx +42 -0
  76. package/dist/templates/gallery/Page.d.ts +2 -0
  77. package/dist/templates/gallery/PresetThemeVars.d.ts +1 -2
  78. package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -1
  79. package/dist/templates/gallery/PresetThemeVars.jsx +5 -4
  80. package/dist/templates/gallery/page.d.ts.map +1 -1
  81. package/dist/templates/gallery/page.jsx +88 -70
  82. package/dist/templates/productlaunch/Page.d.ts.map +1 -1
  83. package/dist/templates/productlaunch/Page.jsx +44 -0
  84. package/dist/templates/productlaunch/PresetThemeVars.d.ts +17 -0
  85. package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -1
  86. package/dist/templates/productlaunch/PresetThemeVars.jsx +5 -2
  87. package/dist/templates/productlaunch/components/About.d.ts.map +1 -1
  88. package/dist/templates/productlaunch/components/About.jsx +2 -0
  89. package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -1
  90. package/dist/templates/productlaunch/components/CTA.jsx +5 -5
  91. package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -1
  92. package/dist/templates/productlaunch/components/Contact.jsx +4 -0
  93. package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -1
  94. package/dist/templates/productlaunch/components/FAQ.jsx +5 -1
  95. package/dist/templates/productlaunch/components/Features.d.ts +1 -1
  96. package/dist/templates/productlaunch/components/Features.d.ts.map +1 -1
  97. package/dist/templates/productlaunch/components/Features.jsx +3 -1
  98. package/dist/templates/productlaunch/components/Footer.d.ts +1 -1
  99. package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -1
  100. package/dist/templates/productlaunch/components/Footer.jsx +3 -1
  101. package/dist/templates/productlaunch/components/Hero.d.ts +1 -1
  102. package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -1
  103. package/dist/templates/productlaunch/components/Hero.jsx +6 -4
  104. package/dist/templates/productlaunch/components/Navbar.d.ts +1 -1
  105. package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -1
  106. package/dist/templates/productlaunch/components/Navbar.jsx +78 -79
  107. package/dist/templates/productlaunch/components/Pricing.d.ts +1 -1
  108. package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -1
  109. package/dist/templates/productlaunch/components/Pricing.jsx +3 -1
  110. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts +1 -1
  111. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -1
  112. package/dist/templates/productlaunch/components/ProcessTimeline.jsx +3 -1
  113. package/dist/templates/productlaunch/components/ServicesGrid.d.ts +1 -1
  114. package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -1
  115. package/dist/templates/productlaunch/components/ServicesGrid.jsx +3 -1
  116. package/dist/templates/productlaunch/components/Team.d.ts +1 -1
  117. package/dist/templates/productlaunch/components/Team.d.ts.map +1 -1
  118. package/dist/templates/productlaunch/components/Team.jsx +3 -1
  119. package/dist/templates/productlaunch/components/Testimonials.d.ts +2 -1
  120. package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -1
  121. package/dist/templates/productlaunch/components/Testimonials.jsx +4 -1
  122. package/dist/templates/productlaunch/components/TrustBadges.d.ts +1 -1
  123. package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -1
  124. package/dist/templates/productlaunch/components/TrustBadges.jsx +3 -1
  125. package/dist/templates/saasdashboard/Page.d.ts +2 -0
  126. package/dist/templates/saasdashboard/Page.d.ts.map +1 -1
  127. package/dist/templates/saasdashboard/Page.jsx +37 -0
  128. package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -1
  129. package/dist/templates/saasdashboard/PresetThemeVars.jsx +4 -2
  130. package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -1
  131. package/dist/templates/saasdashboard/components/Contact.jsx +10 -7
  132. package/dist/templates/saasdashboard/components/Dashboard.d.ts.map +1 -1
  133. package/dist/templates/saasdashboard/components/Dashboard.jsx +88 -86
  134. package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -1
  135. package/dist/templates/saasdashboard/components/FAQ.jsx +36 -0
  136. package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -1
  137. package/dist/templates/saasdashboard/components/Features.jsx +3 -3
  138. package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -1
  139. package/dist/templates/saasdashboard/components/Footer.jsx +2 -0
  140. package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -1
  141. package/dist/templates/saasdashboard/components/Hero.jsx +8 -6
  142. package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -1
  143. package/dist/templates/saasdashboard/components/Hero_mask.jsx +15 -13
  144. package/dist/templates/saasdashboard/components/Navbar.d.ts +1 -1
  145. package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -1
  146. package/dist/templates/saasdashboard/components/Navbar.jsx +6 -4
  147. package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -1
  148. package/dist/templates/saasdashboard/components/Pricing.jsx +2 -0
  149. package/dist/templates/saasdashboard/components/SmoothScroll.d.ts.map +1 -1
  150. package/dist/templates/saasdashboard/components/SmoothScroll.jsx +3 -2
  151. package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -1
  152. package/dist/templates/saasdashboard/components/Testimonials.jsx +7 -5
  153. package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -1
  154. package/dist/templates/saasdashboard/components/TrustBadges.jsx +2 -0
  155. package/package.json +3 -3
@@ -0,0 +1,594 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import { HeroProductDemo } from "@nextworks/blocks-sections";
5
+ const scenarios = [
6
+ {
7
+ key: "intake-triage",
8
+ label: "Intake & triage",
9
+ description: "AI turns - testing- a revenue operations request into a routed workflow with approvals and live context.",
10
+ activeWindow: "workflowStudio",
11
+ workflowStudio: {
12
+ window: {
13
+ key: "workflowStudio",
14
+ title: "Workflow Studio",
15
+ subtitle: "Request intake",
16
+ status: { label: "Drafting", tone: "info" },
17
+ badge: "Scenario 01",
18
+ layoutHint: {
19
+ x: 0,
20
+ y: 0,
21
+ width: 62,
22
+ height: 72,
23
+ zIndex: 40,
24
+ rotateDeg: -2,
25
+ },
26
+ },
27
+ title: "New request → launch expansion campaign",
28
+ subtitle: "AI maps triggers, owners, systems, and approval checkpoints before launch.",
29
+ activeNodeId: "route-approval",
30
+ activeRegionId: "handoffs",
31
+ highlights: [
32
+ { id: "route-approval", label: "Approval routing", tone: "accent" },
33
+ { id: "crm-sync", label: "CRM sync", tone: "info" },
34
+ ],
35
+ nodes: [
36
+ {
37
+ id: "request-intake",
38
+ label: "Parse request",
39
+ description: "Extract goal, audience, budget, and timing from Slack.",
40
+ type: "AI",
41
+ status: "success",
42
+ metadata: "Slack → structured brief",
43
+ },
44
+ {
45
+ id: "policy-check",
46
+ label: "Check playbooks",
47
+ description: "Validate budget thresholds and required approvers.",
48
+ type: "Guardrail",
49
+ status: "success",
50
+ metadata: "Policy set v3.2",
51
+ },
52
+ {
53
+ id: "route-approval",
54
+ label: "Route approval",
55
+ description: "Send legal + finance review in parallel with due dates.",
56
+ type: "Approval",
57
+ status: "warning",
58
+ active: true,
59
+ emphasized: true,
60
+ metadata: "2 approvers pending",
61
+ },
62
+ {
63
+ id: "crm-sync",
64
+ label: "Update CRM",
65
+ description: "Create campaign and account tasks once approved.",
66
+ type: "Action",
67
+ status: "neutral",
68
+ metadata: "HubSpot + Salesforce",
69
+ },
70
+ ],
71
+ branches: [
72
+ {
73
+ id: "b1",
74
+ fromNodeId: "request-intake",
75
+ toNodeId: "policy-check",
76
+ status: "success",
77
+ active: true,
78
+ },
79
+ {
80
+ id: "b2",
81
+ fromNodeId: "policy-check",
82
+ toNodeId: "route-approval",
83
+ label: "Budget > $25k",
84
+ status: "warning",
85
+ active: true,
86
+ },
87
+ {
88
+ id: "b3",
89
+ fromNodeId: "route-approval",
90
+ toNodeId: "crm-sync",
91
+ label: "On approval",
92
+ status: "neutral",
93
+ },
94
+ ],
95
+ regions: [
96
+ {
97
+ id: "intake",
98
+ label: "Intake",
99
+ description: "AI request parsing and enrichment",
100
+ status: "success",
101
+ nodeIds: ["request-intake", "policy-check"],
102
+ },
103
+ {
104
+ id: "handoffs",
105
+ label: "Handoffs",
106
+ description: "Approval routing and downstream actions",
107
+ status: "warning",
108
+ nodeIds: ["route-approval", "crm-sync"],
109
+ active: true,
110
+ highlighted: true,
111
+ },
112
+ ],
113
+ },
114
+ runConsole: {
115
+ window: {
116
+ key: "runConsole",
117
+ title: "Live Run",
118
+ subtitle: "Execution feed",
119
+ status: { label: "Streaming", tone: "info" },
120
+ badge: "24 events",
121
+ layoutHint: {
122
+ x: 50,
123
+ y: 12,
124
+ width: 44,
125
+ height: 52,
126
+ zIndex: 30,
127
+ rotateDeg: 2,
128
+ },
129
+ },
130
+ title: "AI orchestration log",
131
+ subtitle: "Every step is visible, timed, and recoverable.",
132
+ statusLabel: "Awaiting approvals",
133
+ progressLabel: "3 of 5 steps complete",
134
+ progressPercent: 64,
135
+ activeEntryId: "log-3",
136
+ entries: [
137
+ {
138
+ id: "log-1",
139
+ message: "Parsed inbound request from #revops-priority",
140
+ timestamp: "09:14",
141
+ source: "Slack",
142
+ status: "success",
143
+ },
144
+ {
145
+ id: "log-2",
146
+ message: "Matched campaign launch playbook and risk policy",
147
+ timestamp: "09:14",
148
+ source: "Policy Engine",
149
+ status: "success",
150
+ },
151
+ {
152
+ id: "log-3",
153
+ message: "Opened approval tasks for finance and legal",
154
+ timestamp: "09:15",
155
+ source: "Approval Router",
156
+ status: "warning",
157
+ highlighted: true,
158
+ detail: "Due in 2h • fallback escalation enabled",
159
+ },
160
+ {
161
+ id: "log-4",
162
+ message: "Prepared CRM updates and downstream notifications",
163
+ timestamp: "09:15",
164
+ source: "Workflow Engine",
165
+ status: "info",
166
+ },
167
+ ],
168
+ metrics: [
169
+ { id: "m1", label: "Latency", value: "1.8s", tone: "success" },
170
+ { id: "m2", label: "Systems", value: "6", tone: "info" },
171
+ { id: "m3", label: "Fallbacks", value: "0", tone: "success" },
172
+ ],
173
+ highlights: [{ id: "log-3", label: "Approval handoff", tone: "warning" }],
174
+ },
175
+ approvalInbox: {
176
+ window: {
177
+ key: "approvalInbox",
178
+ title: "Approval Inbox",
179
+ subtitle: "Decisions",
180
+ status: { label: "Needs review", tone: "warning" },
181
+ badge: "2 pending",
182
+ layoutHint: {
183
+ x: 8,
184
+ y: 56,
185
+ width: 38,
186
+ height: 38,
187
+ zIndex: 20,
188
+ rotateDeg: 1,
189
+ },
190
+ },
191
+ title: "High-confidence approvals",
192
+ subtitle: "Review only where policy requires human sign-off.",
193
+ activeItemId: "approval-1",
194
+ counts: [
195
+ { id: "c1", label: "Pending", value: "2", tone: "warning" },
196
+ { id: "c2", label: "Auto-approved", value: "14", tone: "success" },
197
+ { id: "c3", label: "Escalated", value: "0", tone: "info" },
198
+ ],
199
+ items: [
200
+ {
201
+ id: "approval-1",
202
+ title: "Budget increase for EMEA launch",
203
+ description: "AI recommends +18% budget based on forecasted pipeline lift.",
204
+ requester: "Growth workflow",
205
+ status: "warning",
206
+ priorityLabel: "High impact",
207
+ dueLabel: "Due in 2h",
208
+ highlighted: true,
209
+ actions: [
210
+ { id: "a1", label: "Approve", tone: "success" },
211
+ { id: "a2", label: "Request change", tone: "warning" },
212
+ ],
213
+ },
214
+ {
215
+ id: "approval-2",
216
+ title: "Legal review for new vendor terms",
217
+ description: "Generated summary attached with highlighted clause changes.",
218
+ requester: "Procurement workflow",
219
+ status: "info",
220
+ priorityLabel: "Standard",
221
+ dueLabel: "Today",
222
+ },
223
+ ],
224
+ highlights: [
225
+ { id: "approval-1", label: "Priority approval", tone: "accent" },
226
+ ],
227
+ },
228
+ knowledgePanel: {
229
+ window: {
230
+ key: "knowledgePanel",
231
+ title: "Knowledge",
232
+ subtitle: "Grounding",
233
+ status: { label: "Synced", tone: "success" },
234
+ badge: "12 sources",
235
+ layoutHint: {
236
+ x: 58,
237
+ y: 56,
238
+ width: 36,
239
+ height: 36,
240
+ zIndex: 10,
241
+ rotateDeg: -1,
242
+ },
243
+ },
244
+ title: "Context behind every action",
245
+ subtitle: "AI cites policies, customer context, and prior outcomes before it acts.",
246
+ query: "Which approvals are required for a regional budget expansion over $25k?",
247
+ summary: "Finance and legal approval are required when forecasted spend exceeds threshold and vendor terms change.",
248
+ sources: [
249
+ { id: "s1", label: "Budget Policy", kind: "Policy", status: "success" },
250
+ { id: "s2", label: "Vendor Terms", kind: "Contract", status: "info" },
251
+ {
252
+ id: "s3",
253
+ label: "Campaign Playbook",
254
+ kind: "Runbook",
255
+ status: "success",
256
+ },
257
+ ],
258
+ activeSnippetId: "snippet-1",
259
+ snippets: [
260
+ {
261
+ id: "snippet-1",
262
+ title: "Budget threshold rule",
263
+ content: "Campaigns above $25k require finance approval. Add legal review when vendor commitments or contractual language change.",
264
+ sourceId: "s1",
265
+ confidence: "98% match",
266
+ excerptLabel: "Recommended policy",
267
+ tags: ["finance", "approval routing"],
268
+ highlighted: true,
269
+ },
270
+ {
271
+ id: "snippet-2",
272
+ title: "Previous launch outcome",
273
+ content: "Similar EMEA launch workflows reduced manual routing time by 72% while keeping audit logs intact.",
274
+ sourceId: "s3",
275
+ confidence: "Historical pattern",
276
+ tags: ["benchmark", "ops efficiency"],
277
+ },
278
+ ],
279
+ highlights: [
280
+ { id: "snippet-1", label: "Policy citation", tone: "success" },
281
+ ],
282
+ },
283
+ highlights: [
284
+ { id: "route-approval", label: "Approval branch", tone: "accent" },
285
+ { id: "approval-1", label: "Human checkpoint", tone: "warning" },
286
+ ],
287
+ },
288
+ {
289
+ key: "run-sync",
290
+ label: "Live execution",
291
+ description: "Once approved, AI updates systems, posts status, and keeps teams synced in real time.",
292
+ activeWindow: "runConsole",
293
+ workflowStudio: {
294
+ window: {
295
+ key: "workflowStudio",
296
+ title: "Workflow Studio",
297
+ subtitle: "Approved flow",
298
+ status: { label: "Executing", tone: "success" },
299
+ badge: "Scenario 02",
300
+ layoutHint: {
301
+ x: 0,
302
+ y: 0,
303
+ width: 62,
304
+ height: 72,
305
+ zIndex: 30,
306
+ rotateDeg: -2,
307
+ },
308
+ },
309
+ title: "Approved workflow in motion",
310
+ subtitle: "The same flow now drives tool updates, notifications, and handoffs automatically.",
311
+ activeNodeId: "notify-teams",
312
+ nodes: [
313
+ {
314
+ id: "approval-complete",
315
+ label: "Approvals cleared",
316
+ description: "Finance and legal sign-off recorded.",
317
+ type: "Checkpoint",
318
+ status: "success",
319
+ metadata: "2/2 approved",
320
+ },
321
+ {
322
+ id: "update-crm",
323
+ label: "Update CRM",
324
+ description: "Sync campaign fields, account owners, and target lists.",
325
+ type: "Action",
326
+ status: "success",
327
+ metadata: "HubSpot + Salesforce",
328
+ },
329
+ {
330
+ id: "notify-teams",
331
+ label: "Notify teams",
332
+ description: "Post launch brief and tasks to GTM channels.",
333
+ type: "Action",
334
+ status: "info",
335
+ active: true,
336
+ emphasized: true,
337
+ metadata: "Slack + Linear",
338
+ },
339
+ {
340
+ id: "monitor-results",
341
+ label: "Monitor rollout",
342
+ description: "Track errors, latency, and downstream completion.",
343
+ type: "Observe",
344
+ status: "neutral",
345
+ metadata: "Audit + telemetry",
346
+ },
347
+ ],
348
+ branches: [
349
+ {
350
+ id: "rb1",
351
+ fromNodeId: "approval-complete",
352
+ toNodeId: "update-crm",
353
+ status: "success",
354
+ active: true,
355
+ },
356
+ {
357
+ id: "rb2",
358
+ fromNodeId: "update-crm",
359
+ toNodeId: "notify-teams",
360
+ status: "info",
361
+ active: true,
362
+ },
363
+ {
364
+ id: "rb3",
365
+ fromNodeId: "notify-teams",
366
+ toNodeId: "monitor-results",
367
+ status: "neutral",
368
+ },
369
+ ],
370
+ regions: [
371
+ {
372
+ id: "execution",
373
+ label: "Execution lane",
374
+ description: "System updates and notifications",
375
+ status: "info",
376
+ nodeIds: ["update-crm", "notify-teams", "monitor-results"],
377
+ active: true,
378
+ highlighted: true,
379
+ },
380
+ ],
381
+ },
382
+ runConsole: {
383
+ window: {
384
+ key: "runConsole",
385
+ title: "Live Run",
386
+ subtitle: "Execution feed",
387
+ status: { label: "Healthy", tone: "success" },
388
+ badge: "42 events",
389
+ layoutHint: {
390
+ x: 50,
391
+ y: 10,
392
+ width: 44,
393
+ height: 54,
394
+ zIndex: 40,
395
+ rotateDeg: 2,
396
+ },
397
+ },
398
+ title: "Everything updates in sequence",
399
+ subtitle: "Users see the workflow advance without digging through logs or scripts.",
400
+ statusLabel: "Running smoothly",
401
+ progressLabel: "5 of 6 steps complete",
402
+ progressPercent: 86,
403
+ activeEntryId: "exec-4",
404
+ entries: [
405
+ {
406
+ id: "exec-1",
407
+ message: "Recorded finance and legal approval payloads",
408
+ timestamp: "09:18",
409
+ source: "Approval Router",
410
+ status: "success",
411
+ },
412
+ {
413
+ id: "exec-2",
414
+ message: "Updated 38 CRM records and created launch tasks",
415
+ timestamp: "09:18",
416
+ source: "CRM Sync",
417
+ status: "success",
418
+ detail: "0 conflicts detected",
419
+ },
420
+ {
421
+ id: "exec-3",
422
+ message: "Published launch brief to #gtm-launch and created Linear checklist",
423
+ timestamp: "09:19",
424
+ source: "Notifier",
425
+ status: "info",
426
+ },
427
+ {
428
+ id: "exec-4",
429
+ message: "Monitoring downstream task completion and SLA risk",
430
+ timestamp: "09:19",
431
+ source: "Observer",
432
+ status: "success",
433
+ highlighted: true,
434
+ detail: "Auto-escalation armed if blockers appear",
435
+ },
436
+ ],
437
+ metrics: [
438
+ { id: "rm1", label: "Tasks created", value: "18", tone: "success" },
439
+ { id: "rm2", label: "Records updated", value: "38", tone: "info" },
440
+ { id: "rm3", label: "Errors", value: "0", tone: "success" },
441
+ ],
442
+ highlights: [{ id: "exec-4", label: "Live monitoring", tone: "success" }],
443
+ },
444
+ approvalInbox: {
445
+ window: {
446
+ key: "approvalInbox",
447
+ title: "Approval Inbox",
448
+ subtitle: "Audit trail",
449
+ status: { label: "Clear", tone: "success" },
450
+ badge: "0 pending",
451
+ layoutHint: {
452
+ x: 10,
453
+ y: 58,
454
+ width: 36,
455
+ height: 34,
456
+ zIndex: 20,
457
+ rotateDeg: 1,
458
+ },
459
+ },
460
+ title: "Approvals only when needed",
461
+ subtitle: "Human review is targeted, auditable, and out of the critical path once complete.",
462
+ counts: [
463
+ { id: "rc1", label: "Pending", value: "0", tone: "success" },
464
+ { id: "rc2", label: "Completed", value: "8", tone: "info" },
465
+ { id: "rc3", label: "Auto-approved", value: "22", tone: "success" },
466
+ ],
467
+ items: [
468
+ {
469
+ id: "approval-done-1",
470
+ title: "Finance approval recorded",
471
+ description: "Budget threshold exception approved with full audit log.",
472
+ requester: "Growth workflow",
473
+ status: "success",
474
+ priorityLabel: "Complete",
475
+ dueLabel: "09:17",
476
+ },
477
+ {
478
+ id: "approval-done-2",
479
+ title: "Legal review completed",
480
+ description: "Clause changes accepted and attached to workflow record.",
481
+ requester: "Procurement workflow",
482
+ status: "success",
483
+ priorityLabel: "Complete",
484
+ dueLabel: "09:18",
485
+ },
486
+ ],
487
+ },
488
+ knowledgePanel: {
489
+ window: {
490
+ key: "knowledgePanel",
491
+ title: "Knowledge",
492
+ subtitle: "Operational context",
493
+ status: { label: "Fresh", tone: "success" },
494
+ badge: "8 live docs",
495
+ layoutHint: {
496
+ x: 58,
497
+ y: 56,
498
+ width: 34,
499
+ height: 34,
500
+ zIndex: 10,
501
+ rotateDeg: -1,
502
+ },
503
+ },
504
+ title: "Grounded automation, not guesswork",
505
+ subtitle: "Every downstream change is tied back to source context and prior operating rules.",
506
+ query: "What should happen after launch approval is complete?",
507
+ summary: "Sync CRM, notify GTM owners, create follow-up tasks, and monitor SLA risks until completion.",
508
+ sources: [
509
+ {
510
+ id: "rs1",
511
+ label: "Launch Runbook",
512
+ kind: "Runbook",
513
+ status: "success",
514
+ },
515
+ { id: "rs2", label: "Team SLA Policy", kind: "Policy", status: "info" },
516
+ ],
517
+ activeSnippetId: "runbook-snippet",
518
+ snippets: [
519
+ {
520
+ id: "runbook-snippet",
521
+ title: "Post-approval sequence",
522
+ content: "After approvals clear, update CRM state, notify GTM channels, open implementation tasks, and start SLA monitoring for any dependencies.",
523
+ sourceId: "rs1",
524
+ confidence: "Runbook step 4",
525
+ excerptLabel: "Execution guidance",
526
+ tags: ["execution", "handoff"],
527
+ highlighted: true,
528
+ },
529
+ ],
530
+ },
531
+ highlights: [
532
+ { id: "notify-teams", label: "Live handoff", tone: "accent" },
533
+ { id: "exec-4", label: "Observed completion", tone: "success" },
534
+ ],
535
+ },
536
+ ];
537
+ export function Hero() {
538
+ return (<div className="relative overflow-hidden">
539
+ <div className="pointer-events-none absolute inset-0 bg-[radial-gradient(circle_at_top_left,theme(colors.cyan.500/0.18),transparent_32%),radial-gradient(circle_at_bottom_right,theme(colors.violet.500/0.14),transparent_34%)]"/>
540
+
541
+ <HeroProductDemo className="bg-[linear-gradient(180deg,rgba(248,250,252,0.98)_0%,rgba(239,246,255,0.92)_46%,rgba(248,250,252,0.98)_100%)] dark:bg-[linear-gradient(180deg,rgba(2,6,23,0.98)_0%,rgba(8,47,73,0.96)_42%,rgba(15,23,42,0.98)_100%)]" heading={{
542
+ text: "Let AI run the workflows your team still manages by hand.",
543
+ className: "max-w-3xl text-left font-outfit text-4xl font-semibold leading-tight tracking-tight text-slate-950 sm:text-5xl lg:text-6xl dark:text-white",
544
+ }} subheading={{
545
+ text: "Turn requests into multi-step workflows that gather context, route approvals, update tools, and show live execution from one AI workflow automation platform.",
546
+ className: "mt-6 max-w-2xl text-left font-inter text-base leading-7 text-slate-600 sm:text-lg dark:text-slate-300",
547
+ }} cta1={{
548
+ label: "Start automating",
549
+ href: "#contact",
550
+ variant: "default",
551
+ size: "lg",
552
+ className: [
553
+ "px-8 py-3 text-base font-semibold shadow-lg shadow-cyan-500/20",
554
+ "[--btn-bg:theme(colors.cyan.500)]",
555
+ "hover:[--btn-hover-bg:theme(colors.cyan.400)]",
556
+ "[--btn-fg:theme(colors.slate.950)]",
557
+ "hover:[--btn-hover-fg:theme(colors.slate.950)]",
558
+ ].join(" "),
559
+ }} cta2={{
560
+ label: "See how it works",
561
+ href: "#features",
562
+ variant: "outline",
563
+ size: "lg",
564
+ className: [
565
+ "border px-8 py-3 text-base font-semibold shadow-sm",
566
+ "[--btn-bg:transparent]",
567
+ "[--btn-fg:theme(colors.cyan.700)]",
568
+ "[--btn-border:theme(colors.cyan.300)]",
569
+ "hover:[--btn-hover-bg:theme(colors.cyan.50)]",
570
+ "hover:[--btn-hover-fg:theme(colors.cyan.800)]",
571
+ "dark:[--btn-fg:theme(colors.cyan.300)]",
572
+ "dark:[--btn-border:theme(colors.cyan.700)]",
573
+ "dark:hover:[--btn-hover-bg:theme(colors.cyan.950)]",
574
+ "dark:hover:[--btn-hover-fg:theme(colors.cyan.200)]",
575
+ ].join(" "),
576
+ }} stage={{
577
+ scenarios,
578
+ initialScenarioIndex: 0,
579
+ autoCycle: true,
580
+ cycleIntervalMs: 5200,
581
+ className: "[--demo-stage-bg:linear-gradient(180deg,rgba(255,255,255,0.92)_0%,rgba(224,242,254,0.72)_100%)] dark:[--demo-stage-bg:linear-gradient(180deg,rgba(15,23,42,0.92)_0%,rgba(12,74,110,0.70)_100%)]",
582
+ }} section={{
583
+ className: "px-6 py-16 sm:px-8 lg:px-10 lg:py-24",
584
+ }} container={{
585
+ className: "relative z-10 items-start gap-14 lg:grid-cols-[minmax(0,0.9fr)_minmax(0,1.1fr)]",
586
+ }} textContainer={{
587
+ className: "pt-4 lg:pt-10",
588
+ }} demoContainer={{
589
+ className: "relative min-h-[36rem] lg:min-h-[42rem]",
590
+ }} buttonsContainer={{
591
+ className: "mt-8 flex-col items-start sm:flex-row sm:items-center",
592
+ }} ariaLabel="AI workflow automation hero section"/>
593
+ </div>);
594
+ }
@@ -0,0 +1,7 @@
1
+ import type { ComponentProps } from "react";
2
+ import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
3
+ type SharedNavbarProps = ComponentProps<typeof SharedNavbar>;
4
+ type PresetOverrides = Partial<SharedNavbarProps>;
5
+ export declare function Navbar(overrides?: PresetOverrides): import("react").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=Navbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Navbar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AA4ElD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAOrD"}
@@ -0,0 +1,74 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
5
+ const defaultProps = {
6
+ brand: "FlowPilot AI",
7
+ brandNode: (<div className="flex h-8 w-8 items-center justify-center rounded-xl bg-gradient-to-br from-cyan-400 via-sky-500 to-violet-500 font-bold text-slate-950 shadow-sm ring-1 ring-white/40">
8
+ FP
9
+ </div>),
10
+ menuItems: [
11
+ { label: "Home", href: "#home" },
12
+ { label: "Features", href: "#features" },
13
+ { label: "Pricing", href: "#pricing" },
14
+ { label: "FAQ", href: "#faq" },
15
+ { label: "Contact", href: "#contact" },
16
+ ],
17
+ ctaButton: null,
18
+ showColorModeToggle: true,
19
+ navHeight: "h-16",
20
+ sticky: true,
21
+ ariaLabel: "FlowPilot AI main navigation",
22
+ className: "",
23
+ nav: {
24
+ className: "border-b border-slate-200/80 bg-white/80 text-slate-900 backdrop-blur supports-[backdrop-filter]:bg-white/80 " +
25
+ "dark:border-slate-800 dark:bg-slate-950/75 dark:text-white supports-[backdrop-filter]:dark:bg-slate-950/75 " +
26
+ "[--navbar-accent:theme(colors.cyan.600)] dark:[--navbar-accent:theme(colors.cyan.400)] " +
27
+ "[--navbar-toggle-bg:theme(colors.white)] dark:[--navbar-toggle-bg:theme(colors.slate.950)] " +
28
+ "[--navbar-hover-bg:theme(colors.cyan.50)] dark:[--navbar-hover-bg:color-mix(in_oklab,oklch(0.24_0.06_230)_24%,transparent)] " +
29
+ "[--navbar-ring:theme(colors.cyan.500)] dark:[--navbar-ring:theme(colors.cyan.400)] " +
30
+ "[--navbar-border:theme(colors.slate.200)] dark:[--navbar-border:theme(colors.slate.800)]",
31
+ },
32
+ brandText: {
33
+ className: "text-xl font-semibold font-outfit text-slate-950 dark:text-white",
34
+ },
35
+ links: {
36
+ className: "text-sm font-medium font-inter text-slate-700 hover:text-cyan-700 focus:ring-[var(--navbar-ring)] dark:text-slate-200 dark:hover:text-cyan-300",
37
+ },
38
+ ctaButtonStyle: {
39
+ variant: "default",
40
+ size: "default",
41
+ className: "shadow-md transition-all duration-200 hover:-translate-y-0.5 hover:shadow-lg",
42
+ },
43
+ mobileMenu: {
44
+ className: "border-t border-slate-200 dark:border-slate-800",
45
+ },
46
+ container: {
47
+ className: "max-w-7xl mx-auto",
48
+ },
49
+ brandWrapper: {
50
+ className: "",
51
+ },
52
+ desktopMenu: {
53
+ className: "hidden items-center space-x-1 md:flex lg:space-x-6",
54
+ },
55
+ toggleButton: {
56
+ className: "md:hidden flex items-center justify-center rounded-md p-2 transition-colors hover:bg-cyan-50 dark:hover:bg-cyan-950/30 focus:outline-none focus:ring-2 focus:ring-cyan-500 dark:focus:ring-cyan-400",
57
+ },
58
+ colorModeWrapper: {
59
+ className: "ml-2",
60
+ },
61
+ ctaButtonWrapper: {
62
+ className: "ml-2",
63
+ },
64
+ mobileMenuInner: {
65
+ className: "space-y-2 px-4 pt-2 pb-4",
66
+ },
67
+ mobileLinks: {
68
+ className: "hover:bg-[var(--navbar-hover-bg)]",
69
+ },
70
+ };
71
+ export function Navbar(overrides = {}) {
72
+ const props = Object.assign(Object.assign({}, defaultProps), overrides);
73
+ return <SharedNavbar {...props}/>;
74
+ }
@@ -0,0 +1,2 @@
1
+ export declare function Pricing(): import("react").JSX.Element;
2
+ //# sourceMappingURL=Pricing.d.ts.map