@contractspec/bundle.marketing 1.12.0

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 (216) hide show
  1. package/.turbo/turbo-build$colon$types.log +1 -0
  2. package/.turbo/turbo-build.log +175 -0
  3. package/.turbo/turbo-lint.log +3 -0
  4. package/AGENTS.md +36 -0
  5. package/CHANGELOG.md +416 -0
  6. package/README.md +57 -0
  7. package/dist/components/marketing/ChangelogPage.d.ts +21 -0
  8. package/dist/components/marketing/ChangelogPage.d.ts.map +1 -0
  9. package/dist/components/marketing/ChangelogPage.js +65 -0
  10. package/dist/components/marketing/ChangelogPage.js.map +1 -0
  11. package/dist/components/marketing/CofounderPage.d.ts +7 -0
  12. package/dist/components/marketing/CofounderPage.d.ts.map +1 -0
  13. package/dist/components/marketing/CofounderPage.js +468 -0
  14. package/dist/components/marketing/CofounderPage.js.map +1 -0
  15. package/dist/components/marketing/ContactClient.d.ts +7 -0
  16. package/dist/components/marketing/ContactClient.d.ts.map +1 -0
  17. package/dist/components/marketing/ContactClient.js +158 -0
  18. package/dist/components/marketing/ContactClient.js.map +1 -0
  19. package/dist/components/marketing/ContributePage.d.ts +9 -0
  20. package/dist/components/marketing/ContributePage.d.ts.map +1 -0
  21. package/dist/components/marketing/ContributePage.js +362 -0
  22. package/dist/components/marketing/ContributePage.js.map +1 -0
  23. package/dist/components/marketing/DesignPartnerPage.d.ts +9 -0
  24. package/dist/components/marketing/DesignPartnerPage.d.ts.map +1 -0
  25. package/dist/components/marketing/DesignPartnerPage.js +215 -0
  26. package/dist/components/marketing/DesignPartnerPage.js.map +1 -0
  27. package/dist/components/marketing/LandingPage.d.ts +7 -0
  28. package/dist/components/marketing/LandingPage.d.ts.map +1 -0
  29. package/dist/components/marketing/LandingPage.js +38 -0
  30. package/dist/components/marketing/LandingPage.js.map +1 -0
  31. package/dist/components/marketing/PricingClient.d.ts +7 -0
  32. package/dist/components/marketing/PricingClient.d.ts.map +1 -0
  33. package/dist/components/marketing/PricingClient.js +521 -0
  34. package/dist/components/marketing/PricingClient.js.map +1 -0
  35. package/dist/components/marketing/ProductClientPage.d.ts +7 -0
  36. package/dist/components/marketing/ProductClientPage.d.ts.map +1 -0
  37. package/dist/components/marketing/ProductClientPage.js +460 -0
  38. package/dist/components/marketing/ProductClientPage.js.map +1 -0
  39. package/dist/components/marketing/index.d.ts +11 -0
  40. package/dist/components/marketing/index.js +12 -0
  41. package/dist/components/marketing/pricing-thinking-modal.d.ts +16 -0
  42. package/dist/components/marketing/pricing-thinking-modal.d.ts.map +1 -0
  43. package/dist/components/marketing/pricing-thinking-modal.js +202 -0
  44. package/dist/components/marketing/pricing-thinking-modal.js.map +1 -0
  45. package/dist/components/marketing/sections/AudienceSection.d.ts +7 -0
  46. package/dist/components/marketing/sections/AudienceSection.d.ts.map +1 -0
  47. package/dist/components/marketing/sections/AudienceSection.js +68 -0
  48. package/dist/components/marketing/sections/AudienceSection.js.map +1 -0
  49. package/dist/components/marketing/sections/CorePositioningSection.d.ts +7 -0
  50. package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +1 -0
  51. package/dist/components/marketing/sections/CorePositioningSection.js +59 -0
  52. package/dist/components/marketing/sections/CorePositioningSection.js.map +1 -0
  53. package/dist/components/marketing/sections/CtaSection.d.ts +7 -0
  54. package/dist/components/marketing/sections/CtaSection.d.ts.map +1 -0
  55. package/dist/components/marketing/sections/CtaSection.js +54 -0
  56. package/dist/components/marketing/sections/CtaSection.js.map +1 -0
  57. package/dist/components/marketing/sections/DevelopersSection.d.ts +7 -0
  58. package/dist/components/marketing/sections/DevelopersSection.d.ts.map +1 -0
  59. package/dist/components/marketing/sections/DevelopersSection.js +45 -0
  60. package/dist/components/marketing/sections/DevelopersSection.js.map +1 -0
  61. package/dist/components/marketing/sections/FearsSection.d.ts +7 -0
  62. package/dist/components/marketing/sections/FearsSection.d.ts.map +1 -0
  63. package/dist/components/marketing/sections/FearsSection.js +48 -0
  64. package/dist/components/marketing/sections/FearsSection.js.map +1 -0
  65. package/dist/components/marketing/sections/HeroMarketingSection.d.ts +7 -0
  66. package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +1 -0
  67. package/dist/components/marketing/sections/HeroMarketingSection.js +77 -0
  68. package/dist/components/marketing/sections/HeroMarketingSection.js.map +1 -0
  69. package/dist/components/marketing/sections/IconGridSection.d.ts +45 -0
  70. package/dist/components/marketing/sections/IconGridSection.d.ts.map +1 -0
  71. package/dist/components/marketing/sections/IconGridSection.js +44 -0
  72. package/dist/components/marketing/sections/IconGridSection.js.map +1 -0
  73. package/dist/components/marketing/sections/OutputsSection.d.ts +7 -0
  74. package/dist/components/marketing/sections/OutputsSection.d.ts.map +1 -0
  75. package/dist/components/marketing/sections/OutputsSection.js +59 -0
  76. package/dist/components/marketing/sections/OutputsSection.js.map +1 -0
  77. package/dist/components/marketing/sections/ProblemSection.d.ts +7 -0
  78. package/dist/components/marketing/sections/ProblemSection.d.ts.map +1 -0
  79. package/dist/components/marketing/sections/ProblemSection.js +46 -0
  80. package/dist/components/marketing/sections/ProblemSection.js.map +1 -0
  81. package/dist/components/marketing/sections/SolutionSection.d.ts +7 -0
  82. package/dist/components/marketing/sections/SolutionSection.d.ts.map +1 -0
  83. package/dist/components/marketing/sections/SolutionSection.js +46 -0
  84. package/dist/components/marketing/sections/SolutionSection.js.map +1 -0
  85. package/dist/components/marketing/sections/StepsSection.d.ts +7 -0
  86. package/dist/components/marketing/sections/StepsSection.d.ts.map +1 -0
  87. package/dist/components/marketing/sections/StepsSection.js +52 -0
  88. package/dist/components/marketing/sections/StepsSection.js.map +1 -0
  89. package/dist/components/marketing/waitlist-section.d.ts +15 -0
  90. package/dist/components/marketing/waitlist-section.d.ts.map +1 -0
  91. package/dist/components/marketing/waitlist-section.js +578 -0
  92. package/dist/components/marketing/waitlist-section.js.map +1 -0
  93. package/dist/components/templates/TemplatesClientPage.d.ts +7 -0
  94. package/dist/components/templates/TemplatesClientPage.d.ts.map +1 -0
  95. package/dist/components/templates/TemplatesClientPage.js +625 -0
  96. package/dist/components/templates/TemplatesClientPage.js.map +1 -0
  97. package/dist/components/templates/TemplatesPage.d.ts +7 -0
  98. package/dist/components/templates/TemplatesPage.d.ts.map +1 -0
  99. package/dist/components/templates/TemplatesPage.js +125 -0
  100. package/dist/components/templates/TemplatesPage.js.map +1 -0
  101. package/dist/components/templates/TemplatesPreviewModal.d.ts +15 -0
  102. package/dist/components/templates/TemplatesPreviewModal.d.ts.map +1 -0
  103. package/dist/components/templates/TemplatesPreviewModal.js +137 -0
  104. package/dist/components/templates/TemplatesPreviewModal.js.map +1 -0
  105. package/dist/components/templates/index.d.ts +4 -0
  106. package/dist/components/templates/index.js +5 -0
  107. package/dist/index.d.ts +29 -0
  108. package/dist/index.js +28 -0
  109. package/dist/libs/email/client.d.ts +15 -0
  110. package/dist/libs/email/client.d.ts.map +1 -0
  111. package/dist/libs/email/client.js +113 -0
  112. package/dist/libs/email/client.js.map +1 -0
  113. package/dist/libs/email/contact.d.ts +7 -0
  114. package/dist/libs/email/contact.d.ts.map +1 -0
  115. package/dist/libs/email/contact.js +71 -0
  116. package/dist/libs/email/contact.js.map +1 -0
  117. package/dist/libs/email/newsletter.d.ts +7 -0
  118. package/dist/libs/email/newsletter.d.ts.map +1 -0
  119. package/dist/libs/email/newsletter.js +95 -0
  120. package/dist/libs/email/newsletter.js.map +1 -0
  121. package/dist/libs/email/types.d.ts +53 -0
  122. package/dist/libs/email/types.d.ts.map +1 -0
  123. package/dist/libs/email/types.js +1 -0
  124. package/dist/libs/email/utils.d.ts +6 -0
  125. package/dist/libs/email/utils.d.ts.map +1 -0
  126. package/dist/libs/email/utils.js +7 -0
  127. package/dist/libs/email/utils.js.map +1 -0
  128. package/dist/libs/email/waitlist-application.d.ts +7 -0
  129. package/dist/libs/email/waitlist-application.d.ts.map +1 -0
  130. package/dist/libs/email/waitlist-application.js +170 -0
  131. package/dist/libs/email/waitlist-application.js.map +1 -0
  132. package/dist/libs/email/waitlist.d.ts +7 -0
  133. package/dist/libs/email/waitlist.d.ts.map +1 -0
  134. package/dist/libs/email/waitlist.js +105 -0
  135. package/dist/libs/email/waitlist.js.map +1 -0
  136. package/dist/libs/pricing-examples.d.ts +22 -0
  137. package/dist/libs/pricing-examples.d.ts.map +1 -0
  138. package/dist/libs/pricing-examples.js +21 -0
  139. package/dist/libs/pricing-examples.js.map +1 -0
  140. package/dist/registry/engine.d.ts +17 -0
  141. package/dist/registry/engine.d.ts.map +1 -0
  142. package/dist/registry/engine.js +24 -0
  143. package/dist/registry/engine.js.map +1 -0
  144. package/dist/registry/factory.d.ts +64 -0
  145. package/dist/registry/factory.d.ts.map +1 -0
  146. package/dist/registry/factory.js +61 -0
  147. package/dist/registry/factory.js.map +1 -0
  148. package/dist/registry/index.d.ts +8 -0
  149. package/dist/registry/index.js +8 -0
  150. package/dist/registry/registry-docs.d.ts +15 -0
  151. package/dist/registry/registry-docs.d.ts.map +1 -0
  152. package/dist/registry/registry-docs.js +305 -0
  153. package/dist/registry/registry-docs.js.map +1 -0
  154. package/dist/registry/registry-landing.d.ts +19 -0
  155. package/dist/registry/registry-landing.d.ts.map +1 -0
  156. package/dist/registry/registry-landing.js +95 -0
  157. package/dist/registry/registry-landing.js.map +1 -0
  158. package/dist/registry/registry.d.ts +30 -0
  159. package/dist/registry/registry.d.ts.map +1 -0
  160. package/dist/registry/registry.js +61 -0
  161. package/dist/registry/registry.js.map +1 -0
  162. package/dist/registry/types.d.ts +19 -0
  163. package/dist/registry/types.d.ts.map +1 -0
  164. package/dist/registry/types.js +0 -0
  165. package/dist/registry/utils.d.ts +31 -0
  166. package/dist/registry/utils.d.ts.map +1 -0
  167. package/dist/registry/utils.js +54 -0
  168. package/dist/registry/utils.js.map +1 -0
  169. package/package.json +151 -0
  170. package/src/components/marketing/ChangelogPage.tsx +110 -0
  171. package/src/components/marketing/CofounderPage.tsx +409 -0
  172. package/src/components/marketing/ContactClient.tsx +174 -0
  173. package/src/components/marketing/ContributePage.tsx +319 -0
  174. package/src/components/marketing/DesignPartnerPage.tsx +181 -0
  175. package/src/components/marketing/LandingPage.tsx +30 -0
  176. package/src/components/marketing/PricingClient.tsx +446 -0
  177. package/src/components/marketing/ProductClientPage.tsx +391 -0
  178. package/src/components/marketing/index.ts +10 -0
  179. package/src/components/marketing/pricing-thinking-modal.tsx +224 -0
  180. package/src/components/marketing/sections/AudienceSection.tsx +66 -0
  181. package/src/components/marketing/sections/CorePositioningSection.tsx +44 -0
  182. package/src/components/marketing/sections/CtaSection.tsx +57 -0
  183. package/src/components/marketing/sections/DevelopersSection.tsx +38 -0
  184. package/src/components/marketing/sections/FearsSection.tsx +45 -0
  185. package/src/components/marketing/sections/HeroMarketingSection.tsx +73 -0
  186. package/src/components/marketing/sections/IconGridSection.tsx +91 -0
  187. package/src/components/marketing/sections/OutputsSection.tsx +59 -0
  188. package/src/components/marketing/sections/ProblemSection.tsx +47 -0
  189. package/src/components/marketing/sections/SolutionSection.tsx +47 -0
  190. package/src/components/marketing/sections/StepsSection.tsx +55 -0
  191. package/src/components/marketing/waitlist-section.tsx +606 -0
  192. package/src/components/templates/TemplatesClientPage.tsx +711 -0
  193. package/src/components/templates/TemplatesPage.tsx +129 -0
  194. package/src/components/templates/TemplatesPreviewModal.tsx +260 -0
  195. package/src/components/templates/index.ts +3 -0
  196. package/src/index.ts +15 -0
  197. package/src/libs/email/client.test.ts +107 -0
  198. package/src/libs/email/client.ts +146 -0
  199. package/src/libs/email/contact.ts +80 -0
  200. package/src/libs/email/newsletter.ts +108 -0
  201. package/src/libs/email/types.ts +59 -0
  202. package/src/libs/email/utils.ts +8 -0
  203. package/src/libs/email/waitlist-application.ts +192 -0
  204. package/src/libs/email/waitlist.ts +118 -0
  205. package/src/libs/pricing-examples.ts +19 -0
  206. package/src/registry/engine.ts +38 -0
  207. package/src/registry/factory.ts +110 -0
  208. package/src/registry/index.ts +7 -0
  209. package/src/registry/registry-docs.ts +843 -0
  210. package/src/registry/registry-landing.ts +118 -0
  211. package/src/registry/registry.ts +85 -0
  212. package/src/registry/types.ts +17 -0
  213. package/src/registry/utils.ts +99 -0
  214. package/tsconfig.json +13 -0
  215. package/tsconfig.tsbuildinfo +1 -0
  216. package/tsdown.config.js +10 -0
@@ -0,0 +1,460 @@
1
+ 'use client';
2
+
3
+ import { analyticsEventNames, captureAnalyticsEvent } from "@contractspec/bundle.library/libs/posthog/client";
4
+ import { CheckCircle, ChevronRight, Database, FileCode, GitBranch, Layers, RefreshCw, Shield, Unlock, Zap } from "lucide-react";
5
+ import { jsx, jsxs } from "react/jsx-runtime";
6
+ import Link from "@contractspec/lib.ui-link";
7
+
8
+ //#region src/components/marketing/ProductClientPage.tsx
9
+ const ProductClientPage = () => /* @__PURE__ */ jsxs("main", {
10
+ className: "",
11
+ children: [
12
+ /* @__PURE__ */ jsx("section", {
13
+ className: "section-padding hero-gradient relative",
14
+ children: /* @__PURE__ */ jsxs("div", {
15
+ className: "mx-auto max-w-4xl space-y-6 text-center",
16
+ children: [
17
+ /* @__PURE__ */ jsx("h1", {
18
+ className: "text-5xl leading-tight font-bold md:text-6xl",
19
+ children: "Compiler for AI-coded systems"
20
+ }),
21
+ /* @__PURE__ */ jsx("p", {
22
+ className: "text-muted-foreground mx-auto max-w-2xl text-lg",
23
+ children: "Define contracts once. Generate consistent code across API, DB, UI, and events. Regenerate safely anytime. No lock-in."
24
+ }),
25
+ /* @__PURE__ */ jsxs("div", {
26
+ className: "flex flex-col items-center justify-center gap-4 pt-4 sm:flex-row",
27
+ children: [/* @__PURE__ */ jsxs(Link, {
28
+ href: "/install",
29
+ onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_INSTALL_CLICK, { surface: "product-hero" }),
30
+ className: "btn-primary inline-flex items-center gap-2",
31
+ children: ["Install OSS Core ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
32
+ }), /* @__PURE__ */ jsx(Link, {
33
+ href: "/pricing",
34
+ className: "btn-ghost",
35
+ children: "View pricing"
36
+ })]
37
+ })
38
+ ]
39
+ })
40
+ }),
41
+ /* @__PURE__ */ jsx("section", {
42
+ className: "section-padding border-border border-b",
43
+ children: /* @__PURE__ */ jsxs("div", {
44
+ className: "mx-auto max-w-4xl space-y-8",
45
+ children: [/* @__PURE__ */ jsxs("div", {
46
+ className: "space-y-4",
47
+ children: [
48
+ /* @__PURE__ */ jsxs("div", {
49
+ className: "inline-flex items-center gap-2 rounded-full border border-blue-500/20 bg-blue-500/10 px-3 py-1",
50
+ children: [/* @__PURE__ */ jsx(Layers, {
51
+ size: 16,
52
+ className: "text-blue-400"
53
+ }), /* @__PURE__ */ jsx("span", {
54
+ className: "text-sm font-medium text-blue-300",
55
+ children: "Multi-Surface Consistency"
56
+ })]
57
+ }),
58
+ /* @__PURE__ */ jsx("h2", {
59
+ className: "text-3xl font-bold md:text-4xl",
60
+ children: "One contract, all surfaces in sync"
61
+ }),
62
+ /* @__PURE__ */ jsx("p", {
63
+ className: "text-muted-foreground text-lg",
64
+ children: "Stop chasing drift between your API, database, UI, and events. One spec generates all outputs, guaranteed to stay consistent."
65
+ })
66
+ ]
67
+ }), /* @__PURE__ */ jsx("div", {
68
+ className: "grid gap-6 md:grid-cols-2",
69
+ children: [
70
+ {
71
+ title: "REST & GraphQL API",
72
+ description: "Type-safe endpoints with validation. Standard Express, Hono, Elysia, or Apollo handlers.",
73
+ icon: Zap
74
+ },
75
+ {
76
+ title: "Database Schema",
77
+ description: "Prisma migrations and types generated from the same spec. Always in sync with your API.",
78
+ icon: Database
79
+ },
80
+ {
81
+ title: "UI Components",
82
+ description: "React forms and views derived from specs. Validation and types flow through automatically.",
83
+ icon: FileCode
84
+ },
85
+ {
86
+ title: "MCP Tools & Events",
87
+ description: "AI agent tool definitions and event schemas. Same contract, different surfaces.",
88
+ icon: GitBranch
89
+ }
90
+ ].map((item, i) => /* @__PURE__ */ jsxs("div", {
91
+ className: "card-subtle space-y-4 p-6",
92
+ children: [
93
+ /* @__PURE__ */ jsx(item.icon, {
94
+ className: "text-blue-400",
95
+ size: 24
96
+ }),
97
+ /* @__PURE__ */ jsx("h3", {
98
+ className: "text-lg font-bold",
99
+ children: item.title
100
+ }),
101
+ /* @__PURE__ */ jsx("p", {
102
+ className: "text-muted-foreground text-sm",
103
+ children: item.description
104
+ })
105
+ ]
106
+ }, i))
107
+ })]
108
+ })
109
+ }),
110
+ /* @__PURE__ */ jsx("section", {
111
+ className: "section-padding border-border bg-muted/20 border-b",
112
+ children: /* @__PURE__ */ jsxs("div", {
113
+ className: "mx-auto max-w-4xl space-y-8",
114
+ children: [/* @__PURE__ */ jsxs("div", {
115
+ className: "space-y-4",
116
+ children: [
117
+ /* @__PURE__ */ jsxs("div", {
118
+ className: "inline-flex items-center gap-2 rounded-full border border-emerald-500/20 bg-emerald-500/10 px-3 py-1",
119
+ children: [/* @__PURE__ */ jsx(RefreshCw, {
120
+ size: 16,
121
+ className: "text-emerald-400"
122
+ }), /* @__PURE__ */ jsx("span", {
123
+ className: "text-sm font-medium text-emerald-300",
124
+ children: "Safe Regeneration"
125
+ })]
126
+ }),
127
+ /* @__PURE__ */ jsx("h2", {
128
+ className: "text-3xl font-bold md:text-4xl",
129
+ children: "Regenerate anytime without fear"
130
+ }),
131
+ /* @__PURE__ */ jsx("p", {
132
+ className: "text-muted-foreground text-lg",
133
+ children: "Contracts enforce invariants. Breaking changes are caught at compile time, not production. Regenerate with confidence."
134
+ })
135
+ ]
136
+ }), /* @__PURE__ */ jsxs("div", {
137
+ className: "grid gap-6 md:grid-cols-2",
138
+ children: [/* @__PURE__ */ jsxs("div", {
139
+ className: "card-subtle space-y-4 p-6",
140
+ children: [
141
+ /* @__PURE__ */ jsx("h3", {
142
+ className: "font-bold",
143
+ children: "Spec-First Safety"
144
+ }),
145
+ /* @__PURE__ */ jsx("p", {
146
+ className: "text-muted-foreground text-sm",
147
+ children: "AI agents read specs, not implementations. Generated code that violates contracts gets flagged automatically."
148
+ }),
149
+ /* @__PURE__ */ jsxs("ul", {
150
+ className: "text-muted-foreground space-y-2 text-sm",
151
+ children: [
152
+ /* @__PURE__ */ jsxs("li", {
153
+ className: "flex gap-3",
154
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
155
+ size: 16,
156
+ className: "mt-0.5 flex-shrink-0 text-emerald-400"
157
+ }), "Type-safe from spec to runtime"]
158
+ }),
159
+ /* @__PURE__ */ jsxs("li", {
160
+ className: "flex gap-3",
161
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
162
+ size: 16,
163
+ className: "mt-0.5 flex-shrink-0 text-emerald-400"
164
+ }), "Invariants enforced at compile time"]
165
+ }),
166
+ /* @__PURE__ */ jsxs("li", {
167
+ className: "flex gap-3",
168
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
169
+ size: 16,
170
+ className: "mt-0.5 flex-shrink-0 text-emerald-400"
171
+ }), "Breaking changes detected early"]
172
+ })
173
+ ]
174
+ })
175
+ ]
176
+ }), /* @__PURE__ */ jsxs("div", {
177
+ className: "card-subtle space-y-4 p-6",
178
+ children: [
179
+ /* @__PURE__ */ jsx("h3", {
180
+ className: "font-bold",
181
+ children: "Version Control Built-in"
182
+ }),
183
+ /* @__PURE__ */ jsx("p", {
184
+ className: "text-muted-foreground text-sm",
185
+ children: "Every spec change is tracked. Roll back to any previous version. Migrations are explicit and reversible."
186
+ }),
187
+ /* @__PURE__ */ jsxs("ul", {
188
+ className: "text-muted-foreground space-y-2 text-sm",
189
+ children: [
190
+ /* @__PURE__ */ jsxs("li", {
191
+ className: "flex gap-3",
192
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
193
+ size: 16,
194
+ className: "mt-0.5 flex-shrink-0 text-emerald-400"
195
+ }), "Git-native spec history"]
196
+ }),
197
+ /* @__PURE__ */ jsxs("li", {
198
+ className: "flex gap-3",
199
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
200
+ size: 16,
201
+ className: "mt-0.5 flex-shrink-0 text-emerald-400"
202
+ }), "Explicit migration paths"]
203
+ }),
204
+ /* @__PURE__ */ jsxs("li", {
205
+ className: "flex gap-3",
206
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
207
+ size: 16,
208
+ className: "mt-0.5 flex-shrink-0 text-emerald-400"
209
+ }), "One-click rollback"]
210
+ })
211
+ ]
212
+ })
213
+ ]
214
+ })]
215
+ })]
216
+ })
217
+ }),
218
+ /* @__PURE__ */ jsx("section", {
219
+ className: "section-padding border-border border-b",
220
+ children: /* @__PURE__ */ jsxs("div", {
221
+ className: "mx-auto max-w-4xl space-y-8",
222
+ children: [/* @__PURE__ */ jsxs("div", {
223
+ className: "space-y-4",
224
+ children: [
225
+ /* @__PURE__ */ jsxs("div", {
226
+ className: "inline-flex items-center gap-2 rounded-full border border-violet-500/20 bg-violet-500/10 px-3 py-1",
227
+ children: [/* @__PURE__ */ jsx(Shield, {
228
+ size: 16,
229
+ className: "text-violet-400"
230
+ }), /* @__PURE__ */ jsx("span", {
231
+ className: "text-sm font-medium text-violet-300",
232
+ children: "Contract Enforcement"
233
+ })]
234
+ }),
235
+ /* @__PURE__ */ jsx("h2", {
236
+ className: "text-3xl font-bold md:text-4xl",
237
+ children: "AI governance that actually works"
238
+ }),
239
+ /* @__PURE__ */ jsx("p", {
240
+ className: "text-muted-foreground text-lg",
241
+ children: "Constrain what AI agents can change. Enforce contracts they must respect. No more hallucinated refactors breaking your system."
242
+ })
243
+ ]
244
+ }), /* @__PURE__ */ jsxs("div", {
245
+ className: "card-subtle space-y-6 p-6",
246
+ children: [/* @__PURE__ */ jsxs("div", {
247
+ className: "space-y-4",
248
+ children: [/* @__PURE__ */ jsx("h3", {
249
+ className: "font-bold",
250
+ children: "How contract enforcement works"
251
+ }), /* @__PURE__ */ jsx("p", {
252
+ className: "text-muted-foreground text-sm",
253
+ children: "Contracts define what the system should do. AI-generated code that violates these contracts is automatically flagged and rejected before it can cause damage."
254
+ })]
255
+ }), /* @__PURE__ */ jsx("div", {
256
+ className: "grid gap-4 md:grid-cols-3",
257
+ children: [
258
+ {
259
+ title: "Define",
260
+ description: "Write specs in TypeScript. Define inputs, outputs, and invariants."
261
+ },
262
+ {
263
+ title: "Generate",
264
+ description: "ContractSpec generates code across all surfaces from your specs."
265
+ },
266
+ {
267
+ title: "Enforce",
268
+ description: "Any code that violates specs is flagged. AI agents can't break contracts."
269
+ }
270
+ ].map((step, i) => /* @__PURE__ */ jsxs("div", {
271
+ className: "space-y-2",
272
+ children: [
273
+ /* @__PURE__ */ jsx("div", {
274
+ className: "flex h-8 w-8 items-center justify-center rounded-lg bg-violet-500/20",
275
+ children: /* @__PURE__ */ jsx("div", {
276
+ className: "text-sm font-bold text-violet-400",
277
+ children: i + 1
278
+ })
279
+ }),
280
+ /* @__PURE__ */ jsx("h4", {
281
+ className: "text-sm font-bold",
282
+ children: step.title
283
+ }),
284
+ /* @__PURE__ */ jsx("p", {
285
+ className: "text-muted-foreground text-xs",
286
+ children: step.description
287
+ })
288
+ ]
289
+ }, i))
290
+ })]
291
+ })]
292
+ })
293
+ }),
294
+ /* @__PURE__ */ jsx("section", {
295
+ className: "section-padding border-border border-b bg-gradient-to-br from-violet-500/10 via-indigo-500/5 to-blue-500/5",
296
+ children: /* @__PURE__ */ jsxs("div", {
297
+ className: "mx-auto max-w-4xl space-y-8",
298
+ children: [
299
+ /* @__PURE__ */ jsxs("div", {
300
+ className: "space-y-4",
301
+ children: [
302
+ /* @__PURE__ */ jsxs("div", {
303
+ className: "inline-flex items-center gap-2 rounded-full border border-pink-500/20 bg-pink-500/10 px-3 py-1",
304
+ children: [/* @__PURE__ */ jsx(Unlock, {
305
+ size: 16,
306
+ className: "text-pink-400"
307
+ }), /* @__PURE__ */ jsx("span", {
308
+ className: "text-sm font-medium text-pink-300",
309
+ children: "No Lock-in"
310
+ })]
311
+ }),
312
+ /* @__PURE__ */ jsx("h2", {
313
+ className: "text-3xl font-bold md:text-4xl",
314
+ children: "You own everything. Eject anytime."
315
+ }),
316
+ /* @__PURE__ */ jsx("p", {
317
+ className: "text-muted-foreground text-lg",
318
+ children: "ContractSpec is a compiler, not a prison. The generated code is yours: standard TypeScript, standard SQL, standard GraphQL."
319
+ })
320
+ ]
321
+ }),
322
+ /* @__PURE__ */ jsxs("div", {
323
+ className: "grid gap-6 md:grid-cols-2",
324
+ children: [/* @__PURE__ */ jsxs("div", {
325
+ className: "card-subtle space-y-4 p-6",
326
+ children: [/* @__PURE__ */ jsx("h3", {
327
+ className: "text-lg font-bold",
328
+ children: "Standard Tech Output"
329
+ }), /* @__PURE__ */ jsx("ul", {
330
+ className: "text-muted-foreground space-y-3 text-sm",
331
+ children: [
332
+ "TypeScript you can read and modify",
333
+ "Prisma migrations you can run manually",
334
+ "GraphQL schemas you can serve anywhere",
335
+ "React components with no magic",
336
+ "REST handlers that work with any framework"
337
+ ].map((item, i) => /* @__PURE__ */ jsxs("li", {
338
+ className: "flex gap-3",
339
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
340
+ size: 16,
341
+ className: "mt-0.5 flex-shrink-0 text-pink-400"
342
+ }), item]
343
+ }, i))
344
+ })]
345
+ }), /* @__PURE__ */ jsxs("div", {
346
+ className: "card-subtle space-y-4 p-6",
347
+ children: [/* @__PURE__ */ jsx("h3", {
348
+ className: "text-lg font-bold",
349
+ children: "No Proprietary Dependencies"
350
+ }), /* @__PURE__ */ jsx("ul", {
351
+ className: "text-muted-foreground space-y-3 text-sm",
352
+ children: [
353
+ "No runtime library required",
354
+ "No vendor-specific abstractions",
355
+ "Works with your existing CI/CD",
356
+ "Eject anytime, keep everything",
357
+ "Open spec format"
358
+ ].map((item, i) => /* @__PURE__ */ jsxs("li", {
359
+ className: "flex gap-3",
360
+ children: [/* @__PURE__ */ jsx(CheckCircle, {
361
+ size: 16,
362
+ className: "mt-0.5 flex-shrink-0 text-pink-400"
363
+ }), item]
364
+ }, i))
365
+ })]
366
+ })]
367
+ }),
368
+ /* @__PURE__ */ jsx("div", {
369
+ className: "pt-4 text-center",
370
+ children: /* @__PURE__ */ jsxs("p", {
371
+ className: "text-muted-foreground mb-4 text-sm",
372
+ children: [
373
+ "Like TypeScript compiles to JavaScript, ContractSpec compiles to standard code.",
374
+ /* @__PURE__ */ jsx("br", {}),
375
+ /* @__PURE__ */ jsx("span", {
376
+ className: "font-medium text-violet-400",
377
+ children: "We're the compiler, not the prison."
378
+ })
379
+ ]
380
+ })
381
+ })
382
+ ]
383
+ })
384
+ }),
385
+ /* @__PURE__ */ jsx("section", {
386
+ className: "section-padding border-border border-b",
387
+ children: /* @__PURE__ */ jsxs("div", {
388
+ className: "mx-auto max-w-4xl space-y-8",
389
+ children: [
390
+ /* @__PURE__ */ jsx("h2", {
391
+ className: "text-center text-3xl font-bold md:text-4xl",
392
+ children: "Start small. Expand gradually."
393
+ }),
394
+ /* @__PURE__ */ jsx("p", {
395
+ className: "text-muted-foreground mx-auto max-w-2xl text-center text-lg",
396
+ children: "You don't rewrite your app. You stabilize one module at a time. Start with one endpoint, prove value, then expand."
397
+ }),
398
+ /* @__PURE__ */ jsx("div", {
399
+ className: "grid gap-6 md:grid-cols-3",
400
+ children: [
401
+ {
402
+ title: "Day 1",
403
+ description: "Pick one API endpoint. Write a spec. See what gets generated."
404
+ },
405
+ {
406
+ title: "Week 1",
407
+ description: "Add a few more specs. Compare generated code to existing code."
408
+ },
409
+ {
410
+ title: "Month 1",
411
+ description: "Migrate a full module. Enjoy multi-surface consistency."
412
+ }
413
+ ].map((item, i) => /* @__PURE__ */ jsxs("div", {
414
+ className: "card-subtle space-y-4 p-6 text-center",
415
+ children: [/* @__PURE__ */ jsx("div", {
416
+ className: "text-2xl font-bold text-violet-400",
417
+ children: item.title
418
+ }), /* @__PURE__ */ jsx("p", {
419
+ className: "text-muted-foreground text-sm",
420
+ children: item.description
421
+ })]
422
+ }, i))
423
+ })
424
+ ]
425
+ })
426
+ }),
427
+ /* @__PURE__ */ jsx("section", {
428
+ className: "section-padding hero-gradient",
429
+ children: /* @__PURE__ */ jsxs("div", {
430
+ className: "mx-auto max-w-4xl space-y-6 text-center",
431
+ children: [
432
+ /* @__PURE__ */ jsx("h2", {
433
+ className: "text-3xl font-bold md:text-4xl",
434
+ children: "Ready to stabilize your AI-generated code?"
435
+ }),
436
+ /* @__PURE__ */ jsx("p", {
437
+ className: "text-muted-foreground text-lg",
438
+ children: "Start with one module. No big-bang migration. No lock-in."
439
+ }),
440
+ /* @__PURE__ */ jsxs("div", {
441
+ className: "flex flex-col items-center justify-center gap-4 pt-4 sm:flex-row",
442
+ children: [/* @__PURE__ */ jsxs(Link, {
443
+ href: "/install",
444
+ className: "btn-primary inline-flex items-center gap-2",
445
+ children: ["Install OSS Core ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
446
+ }), /* @__PURE__ */ jsx(Link, {
447
+ href: "/contact#waitlist",
448
+ className: "btn-ghost",
449
+ children: "Join Studio Waitlist"
450
+ })]
451
+ })
452
+ ]
453
+ })
454
+ })
455
+ ]
456
+ });
457
+
458
+ //#endregion
459
+ export { ProductClientPage };
460
+ //# sourceMappingURL=ProductClientPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductClientPage.js","names":[],"sources":["../../../src/components/marketing/ProductClientPage.tsx"],"sourcesContent":["'use client';\n\nimport Link from '@contractspec/lib.ui-link';\nimport {\n analyticsEventNames,\n captureAnalyticsEvent,\n} from '@contractspec/bundle.library/libs/posthog/client';\nimport {\n CheckCircle,\n ChevronRight,\n Database,\n FileCode,\n GitBranch,\n Layers,\n RefreshCw,\n Shield,\n Unlock,\n Zap,\n} from 'lucide-react';\n\nexport const ProductClientPage = () => (\n <main className=\"\">\n {/* Hero */}\n <section className=\"section-padding hero-gradient relative\">\n <div className=\"mx-auto max-w-4xl space-y-6 text-center\">\n <h1 className=\"text-5xl leading-tight font-bold md:text-6xl\">\n Compiler for AI-coded systems\n </h1>\n <p className=\"text-muted-foreground mx-auto max-w-2xl text-lg\">\n Define contracts once. Generate consistent code across API, DB, UI,\n and events. Regenerate safely anytime. No lock-in.\n </p>\n <div className=\"flex flex-col items-center justify-center gap-4 pt-4 sm:flex-row\">\n <Link\n href=\"/install\"\n onClick={() =>\n captureAnalyticsEvent(analyticsEventNames.CTA_INSTALL_CLICK, {\n surface: 'product-hero',\n })\n }\n className=\"btn-primary inline-flex items-center gap-2\"\n >\n Install OSS Core <ChevronRight size={16} />\n </Link>\n <Link href=\"/pricing\" className=\"btn-ghost\">\n View pricing\n </Link>\n </div>\n </div>\n </section>\n\n {/* Multi-Surface Consistency */}\n <section className=\"section-padding border-border border-b\">\n <div className=\"mx-auto max-w-4xl space-y-8\">\n <div className=\"space-y-4\">\n <div className=\"inline-flex items-center gap-2 rounded-full border border-blue-500/20 bg-blue-500/10 px-3 py-1\">\n <Layers size={16} className=\"text-blue-400\" />\n <span className=\"text-sm font-medium text-blue-300\">\n Multi-Surface Consistency\n </span>\n </div>\n <h2 className=\"text-3xl font-bold md:text-4xl\">\n One contract, all surfaces in sync\n </h2>\n <p className=\"text-muted-foreground text-lg\">\n Stop chasing drift between your API, database, UI, and events. One\n spec generates all outputs, guaranteed to stay consistent.\n </p>\n </div>\n <div className=\"grid gap-6 md:grid-cols-2\">\n {[\n {\n title: 'REST & GraphQL API',\n description:\n 'Type-safe endpoints with validation. Standard Express, Hono, Elysia, or Apollo handlers.',\n icon: Zap,\n },\n {\n title: 'Database Schema',\n description:\n 'Prisma migrations and types generated from the same spec. Always in sync with your API.',\n icon: Database,\n },\n {\n title: 'UI Components',\n description:\n 'React forms and views derived from specs. Validation and types flow through automatically.',\n icon: FileCode,\n },\n {\n title: 'MCP Tools & Events',\n description:\n 'AI agent tool definitions and event schemas. Same contract, different surfaces.',\n icon: GitBranch,\n },\n ].map((item, i) => (\n <div key={i} className=\"card-subtle space-y-4 p-6\">\n <item.icon className=\"text-blue-400\" size={24} />\n <h3 className=\"text-lg font-bold\">{item.title}</h3>\n <p className=\"text-muted-foreground text-sm\">\n {item.description}\n </p>\n </div>\n ))}\n </div>\n </div>\n </section>\n\n {/* Safe Regeneration */}\n <section className=\"section-padding border-border bg-muted/20 border-b\">\n <div className=\"mx-auto max-w-4xl space-y-8\">\n <div className=\"space-y-4\">\n <div className=\"inline-flex items-center gap-2 rounded-full border border-emerald-500/20 bg-emerald-500/10 px-3 py-1\">\n <RefreshCw size={16} className=\"text-emerald-400\" />\n <span className=\"text-sm font-medium text-emerald-300\">\n Safe Regeneration\n </span>\n </div>\n <h2 className=\"text-3xl font-bold md:text-4xl\">\n Regenerate anytime without fear\n </h2>\n <p className=\"text-muted-foreground text-lg\">\n Contracts enforce invariants. Breaking changes are caught at compile\n time, not production. Regenerate with confidence.\n </p>\n </div>\n <div className=\"grid gap-6 md:grid-cols-2\">\n <div className=\"card-subtle space-y-4 p-6\">\n <h3 className=\"font-bold\">Spec-First Safety</h3>\n <p className=\"text-muted-foreground text-sm\">\n AI agents read specs, not implementations. Generated code that\n violates contracts gets flagged automatically.\n </p>\n <ul className=\"text-muted-foreground space-y-2 text-sm\">\n <li className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-emerald-400\"\n />\n Type-safe from spec to runtime\n </li>\n <li className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-emerald-400\"\n />\n Invariants enforced at compile time\n </li>\n <li className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-emerald-400\"\n />\n Breaking changes detected early\n </li>\n </ul>\n </div>\n <div className=\"card-subtle space-y-4 p-6\">\n <h3 className=\"font-bold\">Version Control Built-in</h3>\n <p className=\"text-muted-foreground text-sm\">\n Every spec change is tracked. Roll back to any previous version.\n Migrations are explicit and reversible.\n </p>\n <ul className=\"text-muted-foreground space-y-2 text-sm\">\n <li className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-emerald-400\"\n />\n Git-native spec history\n </li>\n <li className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-emerald-400\"\n />\n Explicit migration paths\n </li>\n <li className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-emerald-400\"\n />\n One-click rollback\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n\n {/* Contract Enforcement */}\n <section className=\"section-padding border-border border-b\">\n <div className=\"mx-auto max-w-4xl space-y-8\">\n <div className=\"space-y-4\">\n <div className=\"inline-flex items-center gap-2 rounded-full border border-violet-500/20 bg-violet-500/10 px-3 py-1\">\n <Shield size={16} className=\"text-violet-400\" />\n <span className=\"text-sm font-medium text-violet-300\">\n Contract Enforcement\n </span>\n </div>\n <h2 className=\"text-3xl font-bold md:text-4xl\">\n AI governance that actually works\n </h2>\n <p className=\"text-muted-foreground text-lg\">\n Constrain what AI agents can change. Enforce contracts they must\n respect. No more hallucinated refactors breaking your system.\n </p>\n </div>\n <div className=\"card-subtle space-y-6 p-6\">\n <div className=\"space-y-4\">\n <h3 className=\"font-bold\">How contract enforcement works</h3>\n <p className=\"text-muted-foreground text-sm\">\n Contracts define what the system should do. AI-generated code that\n violates these contracts is automatically flagged and rejected\n before it can cause damage.\n </p>\n </div>\n <div className=\"grid gap-4 md:grid-cols-3\">\n {[\n {\n title: 'Define',\n description:\n 'Write specs in TypeScript. Define inputs, outputs, and invariants.',\n },\n {\n title: 'Generate',\n description:\n 'ContractSpec generates code across all surfaces from your specs.',\n },\n {\n title: 'Enforce',\n description:\n \"Any code that violates specs is flagged. AI agents can't break contracts.\",\n },\n ].map((step, i) => (\n <div key={i} className=\"space-y-2\">\n <div className=\"flex h-8 w-8 items-center justify-center rounded-lg bg-violet-500/20\">\n <div className=\"text-sm font-bold text-violet-400\">\n {i + 1}\n </div>\n </div>\n <h4 className=\"text-sm font-bold\">{step.title}</h4>\n <p className=\"text-muted-foreground text-xs\">\n {step.description}\n </p>\n </div>\n ))}\n </div>\n </div>\n </div>\n </section>\n\n {/* No Lock-in */}\n <section className=\"section-padding border-border border-b bg-gradient-to-br from-violet-500/10 via-indigo-500/5 to-blue-500/5\">\n <div className=\"mx-auto max-w-4xl space-y-8\">\n <div className=\"space-y-4\">\n <div className=\"inline-flex items-center gap-2 rounded-full border border-pink-500/20 bg-pink-500/10 px-3 py-1\">\n <Unlock size={16} className=\"text-pink-400\" />\n <span className=\"text-sm font-medium text-pink-300\">\n No Lock-in\n </span>\n </div>\n <h2 className=\"text-3xl font-bold md:text-4xl\">\n You own everything. Eject anytime.\n </h2>\n <p className=\"text-muted-foreground text-lg\">\n ContractSpec is a compiler, not a prison. The generated code is\n yours: standard TypeScript, standard SQL, standard GraphQL.\n </p>\n </div>\n <div className=\"grid gap-6 md:grid-cols-2\">\n <div className=\"card-subtle space-y-4 p-6\">\n <h3 className=\"text-lg font-bold\">Standard Tech Output</h3>\n <ul className=\"text-muted-foreground space-y-3 text-sm\">\n {[\n 'TypeScript you can read and modify',\n 'Prisma migrations you can run manually',\n 'GraphQL schemas you can serve anywhere',\n 'React components with no magic',\n 'REST handlers that work with any framework',\n ].map((item, i) => (\n <li key={i} className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-pink-400\"\n />\n {item}\n </li>\n ))}\n </ul>\n </div>\n <div className=\"card-subtle space-y-4 p-6\">\n <h3 className=\"text-lg font-bold\">No Proprietary Dependencies</h3>\n <ul className=\"text-muted-foreground space-y-3 text-sm\">\n {[\n 'No runtime library required',\n 'No vendor-specific abstractions',\n 'Works with your existing CI/CD',\n 'Eject anytime, keep everything',\n 'Open spec format',\n ].map((item, i) => (\n <li key={i} className=\"flex gap-3\">\n <CheckCircle\n size={16}\n className=\"mt-0.5 flex-shrink-0 text-pink-400\"\n />\n {item}\n </li>\n ))}\n </ul>\n </div>\n </div>\n <div className=\"pt-4 text-center\">\n <p className=\"text-muted-foreground mb-4 text-sm\">\n Like TypeScript compiles to JavaScript, ContractSpec compiles to\n standard code.\n <br />\n <span className=\"font-medium text-violet-400\">\n We're the compiler, not the prison.\n </span>\n </p>\n </div>\n </div>\n </section>\n\n {/* Incremental Adoption */}\n <section className=\"section-padding border-border border-b\">\n <div className=\"mx-auto max-w-4xl space-y-8\">\n <h2 className=\"text-center text-3xl font-bold md:text-4xl\">\n Start small. Expand gradually.\n </h2>\n <p className=\"text-muted-foreground mx-auto max-w-2xl text-center text-lg\">\n You don't rewrite your app. You stabilize one module at a time. Start\n with one endpoint, prove value, then expand.\n </p>\n <div className=\"grid gap-6 md:grid-cols-3\">\n {[\n {\n title: 'Day 1',\n description:\n 'Pick one API endpoint. Write a spec. See what gets generated.',\n },\n {\n title: 'Week 1',\n description:\n 'Add a few more specs. Compare generated code to existing code.',\n },\n {\n title: 'Month 1',\n description:\n 'Migrate a full module. Enjoy multi-surface consistency.',\n },\n ].map((item, i) => (\n <div key={i} className=\"card-subtle space-y-4 p-6 text-center\">\n <div className=\"text-2xl font-bold text-violet-400\">\n {item.title}\n </div>\n <p className=\"text-muted-foreground text-sm\">\n {item.description}\n </p>\n </div>\n ))}\n </div>\n </div>\n </section>\n\n {/* CTA */}\n <section className=\"section-padding hero-gradient\">\n <div className=\"mx-auto max-w-4xl space-y-6 text-center\">\n <h2 className=\"text-3xl font-bold md:text-4xl\">\n Ready to stabilize your AI-generated code?\n </h2>\n <p className=\"text-muted-foreground text-lg\">\n Start with one module. No big-bang migration. No lock-in.\n </p>\n <div className=\"flex flex-col items-center justify-center gap-4 pt-4 sm:flex-row\">\n <Link\n href=\"/install\"\n className=\"btn-primary inline-flex items-center gap-2\"\n >\n Install OSS Core <ChevronRight size={16} />\n </Link>\n <Link href=\"/contact#waitlist\" className=\"btn-ghost\">\n Join Studio Waitlist\n </Link>\n </div>\n </div>\n </section>\n </main>\n);\n"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import { ChangelogPage } from "./ChangelogPage.js";
2
+ import { CofounderPage } from "./CofounderPage.js";
3
+ import { ContactClient } from "./ContactClient.js";
4
+ import { ContributePage } from "./ContributePage.js";
5
+ import { DesignPartnerPage } from "./DesignPartnerPage.js";
6
+ import { LandingPage } from "./LandingPage.js";
7
+ import { PricingClient } from "./PricingClient.js";
8
+ import { ProductClientPage } from "./ProductClientPage.js";
9
+ import { WaitlistSection } from "./waitlist-section.js";
10
+ import { PricingThinkingModal } from "./pricing-thinking-modal.js";
11
+ export { ChangelogPage, CofounderPage, ContactClient, ContributePage, DesignPartnerPage, LandingPage, PricingClient, PricingThinkingModal, ProductClientPage, WaitlistSection };
@@ -0,0 +1,12 @@
1
+ import { LandingPage } from "./LandingPage.js";
2
+ import { ProductClientPage } from "./ProductClientPage.js";
3
+ import { WaitlistSection } from "./waitlist-section.js";
4
+ import { PricingThinkingModal } from "./pricing-thinking-modal.js";
5
+ import { PricingClient } from "./PricingClient.js";
6
+ import { ContactClient } from "./ContactClient.js";
7
+ import { ChangelogPage } from "./ChangelogPage.js";
8
+ import { CofounderPage } from "./CofounderPage.js";
9
+ import { ContributePage } from "./ContributePage.js";
10
+ import { DesignPartnerPage } from "./DesignPartnerPage.js";
11
+
12
+ export { ChangelogPage, CofounderPage, ContactClient, ContributePage, DesignPartnerPage, LandingPage, PricingClient, PricingThinkingModal, ProductClientPage, WaitlistSection };
@@ -0,0 +1,16 @@
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+
3
+ //#region src/components/marketing/pricing-thinking-modal.d.ts
4
+ interface PricingThinkingModalProps {
5
+ open: boolean;
6
+ onOpenChange: (open: boolean) => void;
7
+ onApplyClick?: () => void;
8
+ }
9
+ declare function PricingThinkingModal({
10
+ open,
11
+ onOpenChange,
12
+ onApplyClick
13
+ }: PricingThinkingModalProps): react_jsx_runtime0.JSX.Element;
14
+ //#endregion
15
+ export { PricingThinkingModal };
16
+ //# sourceMappingURL=pricing-thinking-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pricing-thinking-modal.d.ts","names":[],"sources":["../../../src/components/marketing/pricing-thinking-modal.tsx"],"mappings":";;;UAwFU,yBAAA;EACR,IAAA;EACA,YAAA,GAAe,IAAA;EACf,YAAA;AAAA;AAAA,iBAGc,oBAAA,CAAA;EACd,IAAA;EACA,YAAA;EACA;AAAA,GACC,yBAAA,GAAyB,kBAAA,CAAA,GAAA,CAAA,OAAA"}