@contractspec/bundle.marketing 3.7.5 → 3.7.7

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 (164) hide show
  1. package/.turbo/turbo-build.log +84 -84
  2. package/AGENTS.md +29 -21
  3. package/CHANGELOG.md +27 -0
  4. package/README.md +36 -49
  5. package/dist/browser/components/marketing/ChangelogPage.js +8 -8
  6. package/dist/browser/components/marketing/CofounderPage.js +167 -523
  7. package/dist/browser/components/marketing/ContactClient.js +200 -207
  8. package/dist/browser/components/marketing/ContributePage.js +211 -463
  9. package/dist/browser/components/marketing/DesignPartnerPage.js +165 -218
  10. package/dist/browser/components/marketing/LandingPage.js +464 -568
  11. package/dist/browser/components/marketing/PricingClient.js +213 -839
  12. package/dist/browser/components/marketing/ProductClientPage.js +265 -463
  13. package/dist/browser/components/marketing/index.js +2007 -3338
  14. package/dist/browser/components/marketing/pricing-thinking-modal.js +12 -12
  15. package/dist/browser/components/marketing/sections/AudienceSection.js +2 -2
  16. package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
  17. package/dist/browser/components/marketing/sections/CtaSection.js +3 -3
  18. package/dist/browser/components/marketing/sections/FearsSection.js +3 -3
  19. package/dist/browser/components/marketing/sections/HeroMarketingSection.js +6 -6
  20. package/dist/browser/components/marketing/sections/IconGridSection.js +2 -2
  21. package/dist/browser/components/marketing/sections/OutputsSection.js +2 -2
  22. package/dist/browser/components/marketing/sections/ProblemSection.js +2 -2
  23. package/dist/browser/components/marketing/sections/SolutionSection.js +2 -2
  24. package/dist/browser/components/marketing/sections/StepsSection.js +4 -4
  25. package/dist/browser/components/marketing/studio-signup-section.js +25 -41
  26. package/dist/browser/components/templates/TemplatesClientPage.js +2324 -3578
  27. package/dist/browser/components/templates/TemplatesPage.js +1 -1
  28. package/dist/browser/components/templates/TemplatesPreviewModal.js +3 -3
  29. package/dist/browser/components/templates/index.js +2361 -3615
  30. package/dist/browser/index.js +2363 -3617
  31. package/dist/browser/libs/email/client.js +1 -1
  32. package/dist/browser/libs/email/contact.js +1 -1
  33. package/dist/browser/libs/email/newsletter.js +1 -1
  34. package/dist/browser/libs/email/waitlist-application.js +1 -1
  35. package/dist/browser/libs/email/waitlist.js +1 -1
  36. package/dist/browser/registry/engine.js +2003 -3334
  37. package/dist/browser/registry/index.js +2003 -3334
  38. package/dist/browser/registry/registry-docs.js +2 -2
  39. package/dist/browser/registry/registry-landing.js +2007 -3338
  40. package/dist/browser/registry/registry.js +2003 -3334
  41. package/dist/browser/registry/utils.js +2003 -3334
  42. package/dist/components/marketing/ChangelogPage.js +8 -8
  43. package/dist/components/marketing/CofounderPage.js +167 -523
  44. package/dist/components/marketing/ContactClient.js +200 -207
  45. package/dist/components/marketing/ContributePage.d.ts +0 -2
  46. package/dist/components/marketing/ContributePage.js +211 -463
  47. package/dist/components/marketing/DesignPartnerPage.js +165 -218
  48. package/dist/components/marketing/LandingPage.js +464 -568
  49. package/dist/components/marketing/PricingClient.js +213 -839
  50. package/dist/components/marketing/ProductClientPage.js +265 -463
  51. package/dist/components/marketing/index.d.ts +5 -5
  52. package/dist/components/marketing/index.js +2007 -3338
  53. package/dist/components/marketing/pricing-thinking-modal.js +12 -12
  54. package/dist/components/marketing/sections/AudienceSection.js +2 -2
  55. package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
  56. package/dist/components/marketing/sections/CtaSection.js +3 -3
  57. package/dist/components/marketing/sections/FearsSection.js +3 -3
  58. package/dist/components/marketing/sections/HeroMarketingSection.js +6 -6
  59. package/dist/components/marketing/sections/IconGridSection.d.ts +3 -3
  60. package/dist/components/marketing/sections/IconGridSection.js +2 -2
  61. package/dist/components/marketing/sections/OutputsSection.js +2 -2
  62. package/dist/components/marketing/sections/ProblemSection.js +2 -2
  63. package/dist/components/marketing/sections/SolutionSection.js +2 -2
  64. package/dist/components/marketing/sections/StepsSection.js +4 -4
  65. package/dist/components/marketing/studio-signup-section.js +25 -41
  66. package/dist/components/templates/TemplatesClientPage.js +2324 -3578
  67. package/dist/components/templates/TemplatesPage.js +1 -1
  68. package/dist/components/templates/TemplatesPreviewModal.js +3 -3
  69. package/dist/components/templates/index.js +2361 -3615
  70. package/dist/index.js +2363 -3617
  71. package/dist/libs/email/client.js +1 -1
  72. package/dist/libs/email/contact.js +1 -1
  73. package/dist/libs/email/newsletter.js +1 -1
  74. package/dist/libs/email/waitlist-application.js +1 -1
  75. package/dist/libs/email/waitlist.js +1 -1
  76. package/dist/node/components/marketing/ChangelogPage.js +8 -8
  77. package/dist/node/components/marketing/CofounderPage.js +167 -523
  78. package/dist/node/components/marketing/ContactClient.js +200 -207
  79. package/dist/node/components/marketing/ContributePage.js +211 -463
  80. package/dist/node/components/marketing/DesignPartnerPage.js +165 -218
  81. package/dist/node/components/marketing/LandingPage.js +464 -568
  82. package/dist/node/components/marketing/PricingClient.js +213 -839
  83. package/dist/node/components/marketing/ProductClientPage.js +265 -463
  84. package/dist/node/components/marketing/index.js +2007 -3338
  85. package/dist/node/components/marketing/pricing-thinking-modal.js +12 -12
  86. package/dist/node/components/marketing/sections/AudienceSection.js +2 -2
  87. package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
  88. package/dist/node/components/marketing/sections/CtaSection.js +3 -3
  89. package/dist/node/components/marketing/sections/FearsSection.js +3 -3
  90. package/dist/node/components/marketing/sections/HeroMarketingSection.js +6 -6
  91. package/dist/node/components/marketing/sections/IconGridSection.js +2 -2
  92. package/dist/node/components/marketing/sections/OutputsSection.js +2 -2
  93. package/dist/node/components/marketing/sections/ProblemSection.js +2 -2
  94. package/dist/node/components/marketing/sections/SolutionSection.js +2 -2
  95. package/dist/node/components/marketing/sections/StepsSection.js +4 -4
  96. package/dist/node/components/marketing/studio-signup-section.js +25 -41
  97. package/dist/node/components/templates/TemplatesClientPage.js +2324 -3578
  98. package/dist/node/components/templates/TemplatesPage.js +1 -1
  99. package/dist/node/components/templates/TemplatesPreviewModal.js +3 -3
  100. package/dist/node/components/templates/index.js +2361 -3615
  101. package/dist/node/index.js +2363 -3617
  102. package/dist/node/libs/email/client.js +1 -1
  103. package/dist/node/libs/email/contact.js +1 -1
  104. package/dist/node/libs/email/newsletter.js +1 -1
  105. package/dist/node/libs/email/waitlist-application.js +1 -1
  106. package/dist/node/libs/email/waitlist.js +1 -1
  107. package/dist/node/registry/engine.js +2003 -3334
  108. package/dist/node/registry/index.js +2003 -3334
  109. package/dist/node/registry/registry-docs.js +2 -2
  110. package/dist/node/registry/registry-landing.js +2007 -3338
  111. package/dist/node/registry/registry.js +2003 -3334
  112. package/dist/node/registry/utils.js +2003 -3334
  113. package/dist/registry/engine.js +2003 -3334
  114. package/dist/registry/index.js +2003 -3334
  115. package/dist/registry/registry-docs.js +2 -2
  116. package/dist/registry/registry-landing.js +2007 -3338
  117. package/dist/registry/registry.js +2003 -3334
  118. package/dist/registry/utils.js +2003 -3334
  119. package/package.json +29 -29
  120. package/src/bundles/MarketingBundle.ts +273 -273
  121. package/src/components/marketing/ChangelogPage.tsx +72 -100
  122. package/src/components/marketing/CofounderPage.tsx +120 -384
  123. package/src/components/marketing/ContactClient.tsx +164 -154
  124. package/src/components/marketing/ContributePage.tsx +139 -313
  125. package/src/components/marketing/DesignPartnerPage.tsx +133 -171
  126. package/src/components/marketing/LandingPage.tsx +353 -25
  127. package/src/components/marketing/PricingClient.tsx +192 -437
  128. package/src/components/marketing/ProductClientPage.tsx +255 -377
  129. package/src/components/marketing/index.ts +5 -5
  130. package/src/components/marketing/pricing-thinking-modal.tsx +197 -197
  131. package/src/components/marketing/sections/AudienceSection.tsx +55 -56
  132. package/src/components/marketing/sections/CorePositioningSection.tsx +37 -37
  133. package/src/components/marketing/sections/CtaSection.tsx +49 -50
  134. package/src/components/marketing/sections/DevelopersSection.tsx +26 -27
  135. package/src/components/marketing/sections/FearsSection.tsx +36 -37
  136. package/src/components/marketing/sections/HeroMarketingSection.tsx +59 -59
  137. package/src/components/marketing/sections/IconGridSection.tsx +71 -71
  138. package/src/components/marketing/sections/OutputsSection.tsx +51 -52
  139. package/src/components/marketing/sections/ProblemSection.tsx +39 -40
  140. package/src/components/marketing/sections/SolutionSection.tsx +39 -40
  141. package/src/components/marketing/sections/StepsSection.tsx +47 -48
  142. package/src/components/marketing/studio-signup-section.tsx +39 -41
  143. package/src/components/templates/TemplatesClientPage.tsx +727 -685
  144. package/src/components/templates/TemplatesPage.tsx +110 -110
  145. package/src/components/templates/TemplatesPreviewModal.tsx +197 -198
  146. package/src/index.ts +4 -4
  147. package/src/libs/email/client.test.ts +81 -81
  148. package/src/libs/email/client.ts +111 -111
  149. package/src/libs/email/contact.ts +35 -35
  150. package/src/libs/email/newsletter.ts +46 -46
  151. package/src/libs/email/types.ts +29 -29
  152. package/src/libs/email/utils.ts +5 -5
  153. package/src/libs/email/waitlist-application.ts +72 -72
  154. package/src/libs/email/waitlist.ts +46 -46
  155. package/src/libs/pricing-examples.ts +12 -12
  156. package/src/registry/engine.ts +16 -16
  157. package/src/registry/factory.ts +57 -57
  158. package/src/registry/registry-docs.ts +656 -666
  159. package/src/registry/registry-landing.ts +94 -95
  160. package/src/registry/registry.ts +36 -37
  161. package/src/registry/types.ts +2 -2
  162. package/src/registry/utils.ts +56 -56
  163. package/tsconfig.json +11 -11
  164. package/tsdown.config.js +5 -5
@@ -7,27 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  });
8
8
 
9
9
  // src/components/marketing/CofounderPage.tsx
10
- import { ButtonLink, MarketingSection } from "@contractspec/lib.design-system";
11
- import { Box, HStack, VStack } from "@contractspec/lib.ui-kit-web/ui/stack";
12
- import {
13
- H1,
14
- H2,
15
- H3,
16
- Lead,
17
- Muted,
18
- Small
19
- } from "@contractspec/lib.ui-kit-web/ui/typography";
20
- import {
21
- Check,
22
- Clock,
23
- MapPin,
24
- MessageSquare,
25
- Percent,
26
- Rocket,
27
- Target,
28
- Users,
29
- X
30
- } from "lucide-react";
10
+ import Link from "next/link";
31
11
  import { jsxDEV } from "react/jsx-dev-runtime";
32
12
  "use client";
33
13
  var COFOUNDER_EMAIL = "tboutron@contractspec.io";
@@ -47,532 +27,196 @@ What I would own in the first 90 days:
47
27
  [your answer]
48
28
  `;
49
29
  var mailtoLink = `mailto:${COFOUNDER_EMAIL}?subject=${encodeURIComponent(APPLY_SUBJECT)}&body=${encodeURIComponent(APPLY_BODY)}`;
50
- function HeroSection() {
51
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
52
- tone: "gradient",
53
- padding: "spacious",
54
- align: "center",
55
- children: /* @__PURE__ */ jsxDEV(VStack, {
56
- gap: "lg",
57
- align: "center",
58
- className: "text-center",
59
- children: [
60
- /* @__PURE__ */ jsxDEV(H1, {
61
- className: "text-4xl leading-tight font-bold text-balance md:text-5xl",
62
- children: "Co-founder wanted"
63
- }, undefined, false, undefined, this),
64
- /* @__PURE__ */ jsxDEV(Lead, {
65
- className: "text-muted-foreground max-w-2xl text-lg text-balance md:text-xl",
66
- children: "ContractSpec is a contract-first compiler for AI-generated code. Define specs, enforce policies, regenerate safely. Pre-PMF. Building in public."
67
- }, undefined, false, undefined, this),
68
- /* @__PURE__ */ jsxDEV(HStack, {
69
- gap: "md",
70
- justify: "center",
71
- wrap: "wrap",
72
- className: "pt-2",
73
- children: [
74
- /* @__PURE__ */ jsxDEV(ButtonLink, {
75
- href: mailtoLink,
76
- children: "Talk about co-founding"
77
- }, undefined, false, undefined, this),
78
- /* @__PURE__ */ jsxDEV(ButtonLink, {
79
- variant: "ghost",
80
- href: "/contact",
81
- children: "Become a design partner"
82
- }, undefined, false, undefined, this)
83
- ]
84
- }, undefined, true, undefined, this)
85
- ]
86
- }, undefined, true, undefined, this)
87
- }, undefined, false, undefined, this);
88
- }
89
- function WhatExistsSection() {
90
- const realNow = [
91
- "ContractSpec Core: open-source spec compiler",
92
- "Working CLI and TypeScript runtime",
93
- "Design partner pipeline open",
94
- "Solo founder, bootstrapped"
95
- ];
96
- const planned = [
97
- "ContractSpec Studio product-decision engine",
98
- "Auto-evolution engine",
99
- "Multi-tenant SaaS",
100
- "Integration marketplace"
101
- ];
102
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
103
- padding: "comfortable",
104
- align: "center",
105
- maxWidth: "lg",
106
- children: /* @__PURE__ */ jsxDEV(VStack, {
107
- gap: "lg",
108
- children: [
109
- /* @__PURE__ */ jsxDEV(H2, {
110
- className: "text-3xl font-bold",
111
- children: "What exists today"
112
- }, undefined, false, undefined, this),
113
- /* @__PURE__ */ jsxDEV("div", {
114
- className: "grid w-full gap-8 md:grid-cols-2",
30
+ var tracks = [
31
+ {
32
+ title: "GTM / partnerships",
33
+ copy: "Own the design partner pipeline, sharpen messaging, and turn market feedback into product signal."
34
+ },
35
+ {
36
+ title: "Product / design",
37
+ copy: "Own the Studio surface, shape the interaction model, and turn live user behavior into clearer workflows."
38
+ }
39
+ ];
40
+ function CofounderPage() {
41
+ return /* @__PURE__ */ jsxDEV("main", {
42
+ children: [
43
+ /* @__PURE__ */ jsxDEV("section", {
44
+ className: "section-padding hero-gradient border-border/70 border-b",
45
+ children: /* @__PURE__ */ jsxDEV("div", {
46
+ className: "editorial-shell grid gap-8 lg:grid-cols-[1.05fr_0.95fr]",
115
47
  children: [
116
- /* @__PURE__ */ jsxDEV(VStack, {
117
- gap: "sm",
118
- align: "start",
48
+ /* @__PURE__ */ jsxDEV("div", {
49
+ className: "space-y-5",
119
50
  children: [
120
- /* @__PURE__ */ jsxDEV(H3, {
121
- className: "text-lg font-semibold text-emerald-400",
122
- children: "Real now"
51
+ /* @__PURE__ */ jsxDEV("p", {
52
+ className: "editorial-kicker",
53
+ children: "Co-founder search"
123
54
  }, undefined, false, undefined, this),
124
- /* @__PURE__ */ jsxDEV("ul", {
125
- className: "space-y-2",
126
- children: realNow.map((item) => /* @__PURE__ */ jsxDEV("li", {
127
- className: "flex items-start gap-2",
128
- children: [
129
- /* @__PURE__ */ jsxDEV(Check, {
130
- size: 16,
131
- className: "mt-1 shrink-0 text-emerald-400"
132
- }, undefined, false, undefined, this),
133
- /* @__PURE__ */ jsxDEV(Small, {
134
- children: item
135
- }, undefined, false, undefined, this)
136
- ]
137
- }, item, true, undefined, this))
55
+ /* @__PURE__ */ jsxDEV("h1", {
56
+ className: "editorial-title max-w-4xl",
57
+ children: "Looking for a co-founder who wants to build an open system and the product on top of it."
58
+ }, undefined, false, undefined, this),
59
+ /* @__PURE__ */ jsxDEV("p", {
60
+ className: "editorial-subtitle",
61
+ children: "ContractSpec already has the early stack shape: explicit contracts, runtimes, harnesses, examples, and the first Studio operating loops. The next phase needs someone who can own either GTM or product depth with real execution energy."
138
62
  }, undefined, false, undefined, this)
139
63
  ]
140
64
  }, undefined, true, undefined, this),
141
- /* @__PURE__ */ jsxDEV(VStack, {
142
- gap: "sm",
143
- align: "start",
65
+ /* @__PURE__ */ jsxDEV("div", {
66
+ className: "editorial-panel space-y-5",
144
67
  children: [
145
- /* @__PURE__ */ jsxDEV(H3, {
146
- className: "text-lg font-semibold text-blue-400",
147
- children: "Planned"
68
+ /* @__PURE__ */ jsxDEV("p", {
69
+ className: "editorial-kicker",
70
+ children: "What exists now"
148
71
  }, undefined, false, undefined, this),
149
72
  /* @__PURE__ */ jsxDEV("ul", {
150
- className: "space-y-2",
151
- children: planned.map((item) => /* @__PURE__ */ jsxDEV("li", {
152
- className: "flex items-start gap-2",
153
- children: [
154
- /* @__PURE__ */ jsxDEV(Target, {
155
- size: 16,
156
- className: "mt-1 shrink-0 text-blue-400"
157
- }, undefined, false, undefined, this),
158
- /* @__PURE__ */ jsxDEV(Small, {
159
- children: item
160
- }, undefined, false, undefined, this)
161
- ]
162
- }, item, true, undefined, this))
73
+ className: "editorial-list",
74
+ children: [
75
+ /* @__PURE__ */ jsxDEV("li", {
76
+ children: [
77
+ /* @__PURE__ */ jsxDEV("span", {
78
+ className: "editorial-list-marker"
79
+ }, undefined, false, undefined, this),
80
+ /* @__PURE__ */ jsxDEV("span", {
81
+ children: "Open-source package ecosystem and working website/docs surface."
82
+ }, undefined, false, undefined, this)
83
+ ]
84
+ }, undefined, true, undefined, this),
85
+ /* @__PURE__ */ jsxDEV("li", {
86
+ children: [
87
+ /* @__PURE__ */ jsxDEV("span", {
88
+ className: "editorial-list-marker"
89
+ }, undefined, false, undefined, this),
90
+ /* @__PURE__ */ jsxDEV("span", {
91
+ children: "Studio product direction with live operating workflows."
92
+ }, undefined, false, undefined, this)
93
+ ]
94
+ }, undefined, true, undefined, this),
95
+ /* @__PURE__ */ jsxDEV("li", {
96
+ children: [
97
+ /* @__PURE__ */ jsxDEV("span", {
98
+ className: "editorial-list-marker"
99
+ }, undefined, false, undefined, this),
100
+ /* @__PURE__ */ jsxDEV("span", {
101
+ children: "Founder-led product, bootstrapped, still early enough to shape."
102
+ }, undefined, false, undefined, this)
103
+ ]
104
+ }, undefined, true, undefined, this)
105
+ ]
106
+ }, undefined, true, undefined, this),
107
+ /* @__PURE__ */ jsxDEV(Link, {
108
+ href: mailtoLink,
109
+ className: "btn-primary",
110
+ children: "Talk about co-founding"
163
111
  }, undefined, false, undefined, this)
164
112
  ]
165
113
  }, undefined, true, undefined, this)
166
114
  ]
167
115
  }, undefined, true, undefined, this)
168
- ]
169
- }, undefined, true, undefined, this)
170
- }, undefined, false, undefined, this);
171
- }
172
- function RoleSection() {
173
- const gtmDeliverables = [
174
- "Run 5+ sales conversations per week",
175
- "Own the design partner pipeline end-to-end",
176
- "Write positioning copy that ships",
177
- "Build and maintain partnership channels",
178
- "Turn user feedback into roadmap signal"
179
- ];
180
- const productDeliverables = [
181
- "Ship UI/UX improvements weekly",
182
- "Define specs based on user research",
183
- "Own the Studio product experience",
184
- "Collaborate on architecture decisions"
185
- ];
186
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
187
- padding: "comfortable",
188
- align: "center",
189
- maxWidth: "lg",
190
- children: /* @__PURE__ */ jsxDEV(VStack, {
191
- gap: "lg",
192
- children: [
193
- /* @__PURE__ */ jsxDEV(H2, {
194
- className: "text-3xl font-bold",
195
- children: "The role"
196
- }, undefined, false, undefined, this),
197
- /* @__PURE__ */ jsxDEV(VStack, {
198
- gap: "md",
199
- align: "start",
200
- className: "w-full",
201
- children: [
202
- /* @__PURE__ */ jsxDEV(H3, {
203
- className: "text-xl font-semibold",
204
- children: "Option A: GTM / Sales / Partnerships"
205
- }, undefined, false, undefined, this),
206
- /* @__PURE__ */ jsxDEV(Muted, {
207
- children: "Weekly deliverables, not vague traits:"
208
- }, undefined, false, undefined, this),
209
- /* @__PURE__ */ jsxDEV("ul", {
210
- className: "space-y-2",
211
- children: gtmDeliverables.map((item) => /* @__PURE__ */ jsxDEV("li", {
212
- className: "flex items-start gap-2",
213
- children: [
214
- /* @__PURE__ */ jsxDEV(Rocket, {
215
- size: 16,
216
- className: "mt-1 shrink-0 text-amber-400"
217
- }, undefined, false, undefined, this),
218
- /* @__PURE__ */ jsxDEV(Small, {
219
- children: item
220
- }, undefined, false, undefined, this)
221
- ]
222
- }, item, true, undefined, this))
223
- }, undefined, false, undefined, this)
224
- ]
225
- }, undefined, true, undefined, this),
226
- /* @__PURE__ */ jsxDEV(VStack, {
227
- gap: "md",
228
- align: "start",
229
- className: "w-full pt-4",
230
- children: [
231
- /* @__PURE__ */ jsxDEV(H3, {
232
- className: "text-xl font-semibold",
233
- children: "Option B: Product / Design"
234
- }, undefined, false, undefined, this),
235
- /* @__PURE__ */ jsxDEV(Muted, {
236
- children: "If this is your strength:"
237
- }, undefined, false, undefined, this),
238
- /* @__PURE__ */ jsxDEV("ul", {
239
- className: "space-y-2",
240
- children: productDeliverables.map((item) => /* @__PURE__ */ jsxDEV("li", {
241
- className: "flex items-start gap-2",
242
- children: [
243
- /* @__PURE__ */ jsxDEV(Rocket, {
244
- size: 16,
245
- className: "mt-1 shrink-0 text-purple-400"
246
- }, undefined, false, undefined, this),
247
- /* @__PURE__ */ jsxDEV(Small, {
248
- children: item
249
- }, undefined, false, undefined, this)
250
- ]
251
- }, item, true, undefined, this))
252
- }, undefined, false, undefined, this)
253
- ]
254
- }, undefined, true, undefined, this)
255
- ]
256
- }, undefined, true, undefined, this)
257
- }, undefined, false, undefined, this);
258
- }
259
- function IdealCofounderSection() {
260
- const qualities = [
261
- "You have shipped products people paid for — links or it didn't happen",
262
- "You have sold something (product, consulting, yourself)",
263
- "You write clearly and fast — emails, docs, copy",
264
- "You have taste: you know good UX when you see it",
265
- "You can work 6+ months without a salary",
266
- "You are allergic to meetings that could be docs",
267
- "You have built in public or contributed to open source",
268
- "You are based in Europe or overlap significantly with CET"
269
- ];
270
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
271
- padding: "comfortable",
272
- align: "center",
273
- maxWidth: "lg",
274
- children: /* @__PURE__ */ jsxDEV(VStack, {
275
- gap: "lg",
276
- children: [
277
- /* @__PURE__ */ jsxDEV(H2, {
278
- className: "text-3xl font-bold",
279
- children: "The ideal co-founder"
280
- }, undefined, false, undefined, this),
281
- /* @__PURE__ */ jsxDEV("ul", {
282
- className: "space-y-3",
283
- children: qualities.map((item) => /* @__PURE__ */ jsxDEV("li", {
284
- className: "flex items-start gap-2",
285
- children: [
286
- /* @__PURE__ */ jsxDEV(Check, {
287
- size: 16,
288
- className: "mt-1 shrink-0 text-emerald-400"
289
- }, undefined, false, undefined, this),
290
- /* @__PURE__ */ jsxDEV(Small, {
291
- children: item
292
- }, undefined, false, undefined, this)
293
- ]
294
- }, item, true, undefined, this))
295
- }, undefined, false, undefined, this),
296
- /* @__PURE__ */ jsxDEV(Box, {
297
- className: "border-border mt-4 rounded-lg border p-4",
298
- children: /* @__PURE__ */ jsxDEV(VStack, {
299
- gap: "sm",
300
- align: "start",
301
- children: [
302
- /* @__PURE__ */ jsxDEV(H3, {
303
- className: "text-lg font-semibold",
304
- children: "Proof of work examples"
305
- }, undefined, false, undefined, this),
306
- /* @__PURE__ */ jsxDEV(Muted, {
307
- className: "text-sm",
308
- children: "GitHub profile, shipped product, writing (blog/Twitter/essays), revenue screenshot, open-source contributions, or anything that shows you execute."
309
- }, undefined, false, undefined, this)
310
- ]
311
- }, undefined, true, undefined, this)
312
- }, undefined, false, undefined, this)
313
- ]
314
- }, undefined, true, undefined, this)
315
- }, undefined, false, undefined, this);
316
- }
317
- function WhatYouGetSection() {
318
- const benefits = [
319
- {
320
- icon: /* @__PURE__ */ jsxDEV(Percent, {
321
- size: 20,
322
- className: "text-emerald-400"
323
- }, undefined, false, undefined, this),
324
- title: "Equity-first",
325
- desc: "Meaningful co-founder equity. Salary is minimal/zero until revenue covers it."
326
- },
327
- {
328
- icon: /* @__PURE__ */ jsxDEV(Users, {
329
- size: 20,
330
- className: "text-blue-400"
331
116
  }, undefined, false, undefined, this),
332
- title: "Real ownership",
333
- desc: "You own your domain. No permission-seeking. Ship and iterate."
334
- },
335
- {
336
- icon: /* @__PURE__ */ jsxDEV(MessageSquare, {
337
- size: 20,
338
- className: "text-amber-400"
339
- }, undefined, false, undefined, this),
340
- title: "Written-first decisions",
341
- desc: "We default to async, docs, and fast decisions. Meetings are last resort."
342
- }
343
- ];
344
- const values = [
345
- "Contracts over conventions",
346
- "Clarity over cleverness",
347
- "Safety over speed (in code)",
348
- "Leverage over labor"
349
- ];
350
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
351
- padding: "comfortable",
352
- align: "center",
353
- maxWidth: "lg",
354
- children: /* @__PURE__ */ jsxDEV(VStack, {
355
- gap: "lg",
356
- children: [
357
- /* @__PURE__ */ jsxDEV(H2, {
358
- className: "text-3xl font-bold",
359
- children: "What you get"
360
- }, undefined, false, undefined, this),
361
- /* @__PURE__ */ jsxDEV("div", {
362
- className: "grid w-full gap-6 md:grid-cols-3",
363
- children: benefits.map((b) => /* @__PURE__ */ jsxDEV(VStack, {
364
- gap: "sm",
365
- align: "start",
366
- className: "border-border rounded-lg border p-4",
117
+ /* @__PURE__ */ jsxDEV("section", {
118
+ className: "editorial-section",
119
+ children: /* @__PURE__ */ jsxDEV("div", {
120
+ className: "editorial-shell grid gap-6 lg:grid-cols-2",
121
+ children: tracks.map((track) => /* @__PURE__ */ jsxDEV("div", {
122
+ className: "editorial-panel",
367
123
  children: [
368
- b.icon,
369
- /* @__PURE__ */ jsxDEV(H3, {
370
- className: "text-lg font-semibold",
371
- children: b.title
124
+ /* @__PURE__ */ jsxDEV("p", {
125
+ className: "editorial-kicker",
126
+ children: track.title
372
127
  }, undefined, false, undefined, this),
373
- /* @__PURE__ */ jsxDEV(Muted, {
374
- className: "text-sm",
375
- children: b.desc
376
- }, undefined, false, undefined, this)
377
- ]
378
- }, b.title, true, undefined, this))
379
- }, undefined, false, undefined, this),
380
- /* @__PURE__ */ jsxDEV(VStack, {
381
- gap: "sm",
382
- align: "start",
383
- className: "w-full pt-4",
384
- children: [
385
- /* @__PURE__ */ jsxDEV(H3, {
386
- className: "text-lg font-semibold",
387
- children: "Our values"
388
- }, undefined, false, undefined, this),
389
- /* @__PURE__ */ jsxDEV(HStack, {
390
- gap: "sm",
391
- wrap: "wrap",
392
- children: values.map((v) => /* @__PURE__ */ jsxDEV(Box, {
393
- className: "border-border rounded-full border px-3 py-1 text-sm",
394
- children: v
395
- }, v, false, undefined, this))
396
- }, undefined, false, undefined, this)
397
- ]
398
- }, undefined, true, undefined, this)
399
- ]
400
- }, undefined, true, undefined, this)
401
- }, undefined, false, undefined, this);
402
- }
403
- function RedFlagsSection() {
404
- const redFlags = [
405
- "Needs a big salary now",
406
- "Hates selling or talking to users",
407
- "Vague about past execution",
408
- 'Wants to "advise" instead of build',
409
- "Needs a big team to feel productive",
410
- "Cannot write clearly"
411
- ];
412
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
413
- padding: "comfortable",
414
- align: "center",
415
- maxWidth: "lg",
416
- children: /* @__PURE__ */ jsxDEV(VStack, {
417
- gap: "lg",
418
- children: [
419
- /* @__PURE__ */ jsxDEV(H2, {
420
- className: "text-3xl font-bold",
421
- children: "Non-negotiables / red flags"
422
- }, undefined, false, undefined, this),
423
- /* @__PURE__ */ jsxDEV(Muted, {
424
- children: "If any of these apply, this is not the right fit:"
425
- }, undefined, false, undefined, this),
426
- /* @__PURE__ */ jsxDEV("ul", {
427
- className: "space-y-2",
428
- children: redFlags.map((item) => /* @__PURE__ */ jsxDEV("li", {
429
- className: "flex items-start gap-2",
430
- children: [
431
- /* @__PURE__ */ jsxDEV(X, {
432
- size: 16,
433
- className: "mt-1 shrink-0 text-red-400"
128
+ /* @__PURE__ */ jsxDEV("h2", {
129
+ className: "mt-3 font-serif text-4xl tracking-[-0.04em]",
130
+ children: track.title
434
131
  }, undefined, false, undefined, this),
435
- /* @__PURE__ */ jsxDEV(Small, {
436
- children: item
132
+ /* @__PURE__ */ jsxDEV("p", {
133
+ className: "mt-4 text-muted-foreground text-sm leading-7",
134
+ children: track.copy
437
135
  }, undefined, false, undefined, this)
438
136
  ]
439
- }, item, true, undefined, this))
137
+ }, track.title, true, undefined, this))
440
138
  }, undefined, false, undefined, this)
441
- ]
442
- }, undefined, true, undefined, this)
443
- }, undefined, false, undefined, this);
444
- }
445
- function FAQSection() {
446
- const faqs = [
447
- {
448
- icon: /* @__PURE__ */ jsxDEV(Users, {
449
- size: 18
450
- }, undefined, false, undefined, this),
451
- q: "Why co-founder instead of hiring?",
452
- a: "I need a partner who thinks like an owner, not an employee. Someone who will stay when things get hard and share in the upside when they don't."
453
- },
454
- {
455
- icon: /* @__PURE__ */ jsxDEV(Clock, {
456
- size: 18
457
- }, undefined, false, undefined, this),
458
- q: "What is the timeline to revenue?",
459
- a: "Design partners are converting now. Goal: paying customers in 2025. But this is startup life — timelines are best guesses."
460
- },
461
- {
462
- icon: /* @__PURE__ */ jsxDEV(MapPin, {
463
- size: 18
464
139
  }, undefined, false, undefined, this),
465
- q: "Is this remote?",
466
- a: "Yes. Async-first. Occasional in-person (Paris-based) for planning. Europe timezone overlap strongly preferred."
467
- },
468
- {
469
- icon: /* @__PURE__ */ jsxDEV(Percent, {
470
- size: 18
471
- }, undefined, false, undefined, this),
472
- q: "How much equity?",
473
- a: "Depends on what you bring, when you join, and how much you can commit. Expect meaningful co-founder equity with 4-year vesting. We will discuss specifics in person."
474
- }
475
- ];
476
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
477
- padding: "comfortable",
478
- align: "center",
479
- maxWidth: "lg",
480
- children: /* @__PURE__ */ jsxDEV(VStack, {
481
- gap: "lg",
482
- children: [
483
- /* @__PURE__ */ jsxDEV(H2, {
484
- className: "text-3xl font-bold",
485
- children: "FAQ"
486
- }, undefined, false, undefined, this),
487
- /* @__PURE__ */ jsxDEV(VStack, {
488
- gap: "md",
489
- className: "w-full",
490
- children: faqs.map((faq) => /* @__PURE__ */ jsxDEV(VStack, {
491
- gap: "xs",
492
- align: "start",
493
- className: "border-border w-full rounded-lg border p-4",
494
- children: [
495
- /* @__PURE__ */ jsxDEV(HStack, {
496
- gap: "sm",
497
- align: "center",
498
- children: [
499
- /* @__PURE__ */ jsxDEV("span", {
500
- className: "text-muted-foreground",
501
- children: faq.icon
502
- }, undefined, false, undefined, this),
503
- /* @__PURE__ */ jsxDEV(H3, {
504
- className: "text-lg font-semibold",
505
- children: faq.q
506
- }, undefined, false, undefined, this)
507
- ]
508
- }, undefined, true, undefined, this),
509
- /* @__PURE__ */ jsxDEV(Muted, {
510
- children: faq.a
511
- }, undefined, false, undefined, this)
512
- ]
513
- }, faq.q, true, undefined, this))
514
- }, undefined, false, undefined, this)
515
- ]
516
- }, undefined, true, undefined, this)
517
- }, undefined, false, undefined, this);
518
- }
519
- function FinalCtaSection() {
520
- return /* @__PURE__ */ jsxDEV(MarketingSection, {
521
- tone: "gradient",
522
- padding: "comfortable",
523
- align: "center",
524
- maxWidth: "lg",
525
- children: /* @__PURE__ */ jsxDEV(VStack, {
526
- gap: "md",
527
- align: "center",
528
- className: "text-center",
529
- children: [
530
- /* @__PURE__ */ jsxDEV(H2, {
531
- className: "text-3xl font-bold md:text-4xl",
532
- children: "Ready to talk?"
533
- }, undefined, false, undefined, this),
534
- /* @__PURE__ */ jsxDEV(Lead, {
535
- className: "text-muted-foreground max-w-xl",
536
- children: "Send an email with: your LinkedIn, 2 proof-of-work links, why ContractSpec, and what you would own in the first 90 days."
537
- }, undefined, false, undefined, this),
538
- /* @__PURE__ */ jsxDEV(HStack, {
539
- gap: "md",
540
- justify: "center",
541
- wrap: "wrap",
542
- className: "pt-2",
140
+ /* @__PURE__ */ jsxDEV("section", {
141
+ className: "editorial-section bg-striped",
142
+ children: /* @__PURE__ */ jsxDEV("div", {
143
+ className: "editorial-shell grid gap-8 lg:grid-cols-2",
543
144
  children: [
544
- /* @__PURE__ */ jsxDEV(ButtonLink, {
545
- href: mailtoLink,
546
- children: "Talk about co-founding"
547
- }, undefined, false, undefined, this),
548
- /* @__PURE__ */ jsxDEV(ButtonLink, {
549
- variant: "ghost",
550
- href: "/contact",
551
- children: "Become a design partner"
552
- }, undefined, false, undefined, this)
145
+ /* @__PURE__ */ jsxDEV("div", {
146
+ className: "editorial-panel",
147
+ children: [
148
+ /* @__PURE__ */ jsxDEV("p", {
149
+ className: "editorial-kicker",
150
+ children: "What good looks like"
151
+ }, undefined, false, undefined, this),
152
+ /* @__PURE__ */ jsxDEV("ul", {
153
+ className: "editorial-list mt-6",
154
+ children: [
155
+ /* @__PURE__ */ jsxDEV("li", {
156
+ children: [
157
+ /* @__PURE__ */ jsxDEV("span", {
158
+ className: "editorial-list-marker"
159
+ }, undefined, false, undefined, this),
160
+ /* @__PURE__ */ jsxDEV("span", {
161
+ children: "You have proof of work, not just interest."
162
+ }, undefined, false, undefined, this)
163
+ ]
164
+ }, undefined, true, undefined, this),
165
+ /* @__PURE__ */ jsxDEV("li", {
166
+ children: [
167
+ /* @__PURE__ */ jsxDEV("span", {
168
+ className: "editorial-list-marker"
169
+ }, undefined, false, undefined, this),
170
+ /* @__PURE__ */ jsxDEV("span", {
171
+ children: "You can own a whole surface and move without waiting for permission."
172
+ }, undefined, false, undefined, this)
173
+ ]
174
+ }, undefined, true, undefined, this),
175
+ /* @__PURE__ */ jsxDEV("li", {
176
+ children: [
177
+ /* @__PURE__ */ jsxDEV("span", {
178
+ className: "editorial-list-marker"
179
+ }, undefined, false, undefined, this),
180
+ /* @__PURE__ */ jsxDEV("span", {
181
+ children: "You like written clarity, sharp product taste, and direct feedback."
182
+ }, undefined, false, undefined, this)
183
+ ]
184
+ }, undefined, true, undefined, this)
185
+ ]
186
+ }, undefined, true, undefined, this)
187
+ ]
188
+ }, undefined, true, undefined, this),
189
+ /* @__PURE__ */ jsxDEV("div", {
190
+ className: "editorial-panel",
191
+ children: [
192
+ /* @__PURE__ */ jsxDEV("p", {
193
+ className: "editorial-kicker",
194
+ children: "Apply"
195
+ }, undefined, false, undefined, this),
196
+ /* @__PURE__ */ jsxDEV("p", {
197
+ className: "text-muted-foreground text-sm leading-7",
198
+ children: "Send links that prove how you think and how you ship. The best applications make it obvious what you would own in the first 90 days and why this problem is worth years of your attention."
199
+ }, undefined, false, undefined, this),
200
+ /* @__PURE__ */ jsxDEV("div", {
201
+ className: "mt-6 flex flex-col gap-3 sm:flex-row",
202
+ children: [
203
+ /* @__PURE__ */ jsxDEV(Link, {
204
+ href: mailtoLink,
205
+ className: "btn-primary",
206
+ children: "Email application"
207
+ }, undefined, false, undefined, this),
208
+ /* @__PURE__ */ jsxDEV(Link, {
209
+ href: "/contact",
210
+ className: "btn-ghost",
211
+ children: "Start with a conversation"
212
+ }, undefined, false, undefined, this)
213
+ ]
214
+ }, undefined, true, undefined, this)
215
+ ]
216
+ }, undefined, true, undefined, this)
553
217
  ]
554
- }, undefined, true, undefined, this),
555
- /* @__PURE__ */ jsxDEV(Muted, {
556
- className: "pt-4 text-sm",
557
- children: "CHAMAN VENTURES, SASU · RCS Paris · SIREN 989 498 902 · 229 rue Saint-Honoré, 75001 Paris"
558
- }, undefined, false, undefined, this)
559
- ]
560
- }, undefined, true, undefined, this)
561
- }, undefined, false, undefined, this);
562
- }
563
- function CofounderPage() {
564
- return /* @__PURE__ */ jsxDEV(VStack, {
565
- as: "main",
566
- gap: "none",
567
- children: [
568
- /* @__PURE__ */ jsxDEV(HeroSection, {}, undefined, false, undefined, this),
569
- /* @__PURE__ */ jsxDEV(WhatExistsSection, {}, undefined, false, undefined, this),
570
- /* @__PURE__ */ jsxDEV(RoleSection, {}, undefined, false, undefined, this),
571
- /* @__PURE__ */ jsxDEV(IdealCofounderSection, {}, undefined, false, undefined, this),
572
- /* @__PURE__ */ jsxDEV(WhatYouGetSection, {}, undefined, false, undefined, this),
573
- /* @__PURE__ */ jsxDEV(RedFlagsSection, {}, undefined, false, undefined, this),
574
- /* @__PURE__ */ jsxDEV(FAQSection, {}, undefined, false, undefined, this),
575
- /* @__PURE__ */ jsxDEV(FinalCtaSection, {}, undefined, false, undefined, this)
218
+ }, undefined, true, undefined, this)
219
+ }, undefined, false, undefined, this)
576
220
  ]
577
221
  }, undefined, true, undefined, this);
578
222
  }