@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
@@ -3,229 +3,200 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
3
3
 
4
4
  // src/components/marketing/DesignPartnerPage.tsx
5
5
  import Link from "next/link";
6
- import { Button } from "@contractspec/lib.design-system";
7
- import {
8
- ArrowRight,
9
- BookOpen,
10
- MessageSquare,
11
- Rocket,
12
- Users
13
- } from "lucide-react";
14
6
  import { jsxDEV } from "react/jsx-dev-runtime";
15
7
  var metadata = {
16
- title: "Design Partner Getting Started | ContractSpec",
17
- description: "Onboarding and resources for ContractSpec Design Partners."
8
+ title: "Design Partner | ContractSpec",
9
+ description: "Work directly with the ContractSpec team if you are shaping a live AI-native product or operations workflow."
18
10
  };
11
+ var steps = [
12
+ {
13
+ title: "Run the open system against a live problem",
14
+ copy: "Bring one workflow or module that already feels risky, inconsistent, or hard to regenerate safely."
15
+ },
16
+ {
17
+ title: "Use Studio where packaged coordination helps",
18
+ copy: "We focus on the parts of your loop where an operating product materially reduces friction for the team."
19
+ },
20
+ {
21
+ title: "Feed real constraints back into the product",
22
+ copy: "The partnership is valuable when your live complexity changes what we should build next."
23
+ }
24
+ ];
19
25
  function DesignPartnerPage() {
20
26
  return /* @__PURE__ */ jsxDEV("main", {
21
- className: "flex grow flex-col",
22
27
  children: [
23
28
  /* @__PURE__ */ jsxDEV("section", {
24
- className: "section-padding relative overflow-hidden",
29
+ className: "section-padding hero-gradient border-border/70 border-b",
25
30
  children: /* @__PURE__ */ jsxDEV("div", {
26
- className: "container mx-auto max-w-5xl",
27
- children: /* @__PURE__ */ jsxDEV("div", {
28
- className: "mb-12 max-w-3xl",
29
- children: [
30
- /* @__PURE__ */ jsxDEV("h1", {
31
- className: "mb-6 text-4xl font-bold tracking-tight sm:text-5xl",
32
- children: "Welcome, Design Partner"
33
- }, undefined, false, undefined, this),
34
- /* @__PURE__ */ jsxDEV("p", {
35
- className: "text-muted-foreground text-xl leading-relaxed",
36
- children: "We're thrilled to have you on board. As a Design Partner, you play a critical role in shaping the future of ContractSpec. This hub contains everything you need to get started, collaborate with us, and build your first specifications."
37
- }, undefined, false, undefined, this)
38
- ]
39
- }, undefined, true, undefined, this)
40
- }, undefined, false, undefined, this)
41
- }, undefined, false, undefined, this),
42
- /* @__PURE__ */ jsxDEV("section", {
43
- className: "section-padding bg-white/5",
44
- children: /* @__PURE__ */ jsxDEV("div", {
45
- className: "container mx-auto max-w-5xl",
31
+ className: "editorial-shell grid gap-8 lg:grid-cols-[1.05fr_0.95fr]",
46
32
  children: [
47
- /* @__PURE__ */ jsxDEV("h2", {
48
- className: "mb-12 text-3xl font-bold",
49
- children: "Getting Started"
50
- }, undefined, false, undefined, this),
51
33
  /* @__PURE__ */ jsxDEV("div", {
52
- className: "grid gap-12 md:grid-cols-2",
34
+ className: "space-y-5",
53
35
  children: [
54
- /* @__PURE__ */ jsxDEV("div", {
55
- className: "space-y-4",
56
- children: [
57
- /* @__PURE__ */ jsxDEV("div", {
58
- className: "border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border",
59
- children: /* @__PURE__ */ jsxDEV(Rocket, {
60
- className: "text-primary h-6 w-6"
61
- }, undefined, false, undefined, this)
62
- }, undefined, false, undefined, this),
63
- /* @__PURE__ */ jsxDEV("h3", {
64
- className: "text-xl font-semibold",
65
- children: "1. Access the Studio"
66
- }, undefined, false, undefined, this),
67
- /* @__PURE__ */ jsxDEV("p", {
68
- className: "text-muted-foreground",
69
- children: "Your account has been enabled with Design Partner privileges. Log in to ContractSpec Studio to run the full loop from evidence to spec-first deliverables with your team."
70
- }, undefined, false, undefined, this),
71
- /* @__PURE__ */ jsxDEV("div", {
72
- className: "pt-2",
73
- children: /* @__PURE__ */ jsxDEV(Button, {
74
- asChild: true,
75
- variant: "outline",
76
- children: /* @__PURE__ */ jsxDEV(Link, {
77
- href: "https://www.contractspec.studio",
78
- children: [
79
- "Launch Studio ",
80
- /* @__PURE__ */ jsxDEV(ArrowRight, {
81
- className: "ml-2 h-4 w-4"
82
- }, undefined, false, undefined, this)
83
- ]
84
- }, undefined, true, undefined, this)
85
- }, undefined, false, undefined, this)
86
- }, undefined, false, undefined, this)
87
- ]
88
- }, undefined, true, undefined, this),
89
- /* @__PURE__ */ jsxDEV("div", {
90
- className: "space-y-4",
91
- children: [
92
- /* @__PURE__ */ jsxDEV("div", {
93
- className: "border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border",
94
- children: /* @__PURE__ */ jsxDEV(MessageSquare, {
95
- className: "text-primary h-6 w-6"
96
- }, undefined, false, undefined, this)
97
- }, undefined, false, undefined, this),
98
- /* @__PURE__ */ jsxDEV("h3", {
99
- className: "text-xl font-semibold",
100
- children: "2. Join the Conversation"
101
- }, undefined, false, undefined, this),
102
- /* @__PURE__ */ jsxDEV("p", {
103
- className: "text-muted-foreground",
104
- children: "We've set up a dedicated private channel for real-time feedback and support. Connect with our engineering team and other partners."
105
- }, undefined, false, undefined, this),
106
- /* @__PURE__ */ jsxDEV("div", {
107
- className: "pt-2",
108
- children: /* @__PURE__ */ jsxDEV(Button, {
109
- asChild: true,
110
- variant: "outline",
111
- children: /* @__PURE__ */ jsxDEV(Link, {
112
- href: "mailto:partners@contractspec.io",
113
- children: [
114
- "Contact Partner Success",
115
- " ",
116
- /* @__PURE__ */ jsxDEV(ArrowRight, {
117
- className: "ml-2 h-4 w-4"
118
- }, undefined, false, undefined, this)
119
- ]
120
- }, undefined, true, undefined, this)
121
- }, undefined, false, undefined, this)
122
- }, undefined, false, undefined, this)
123
- ]
124
- }, undefined, true, undefined, this),
125
- /* @__PURE__ */ jsxDEV("div", {
126
- className: "space-y-4",
36
+ /* @__PURE__ */ jsxDEV("p", {
37
+ className: "editorial-kicker",
38
+ children: "Design partner program"
39
+ }, undefined, false, undefined, this),
40
+ /* @__PURE__ */ jsxDEV("h1", {
41
+ className: "editorial-title max-w-4xl",
42
+ children: "Shape the operating product from real AI-native workflow pressure."
43
+ }, undefined, false, undefined, this),
44
+ /* @__PURE__ */ jsxDEV("p", {
45
+ className: "editorial-subtitle",
46
+ children: "The design partner path is for teams whose complexity is already real: multiple surfaces, live signals, coordination cost, and unsafe regeneration pain. We use that pressure to sharpen both the open foundation and the Studio layer on top."
47
+ }, undefined, false, undefined, this)
48
+ ]
49
+ }, undefined, true, undefined, this),
50
+ /* @__PURE__ */ jsxDEV("div", {
51
+ className: "editorial-panel space-y-5",
52
+ children: [
53
+ /* @__PURE__ */ jsxDEV("p", {
54
+ className: "editorial-kicker",
55
+ children: "Who this is for"
56
+ }, undefined, false, undefined, this),
57
+ /* @__PURE__ */ jsxDEV("ul", {
58
+ className: "editorial-list",
127
59
  children: [
128
- /* @__PURE__ */ jsxDEV("div", {
129
- className: "border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border",
130
- children: /* @__PURE__ */ jsxDEV(BookOpen, {
131
- className: "text-primary h-6 w-6"
132
- }, undefined, false, undefined, this)
133
- }, undefined, false, undefined, this),
134
- /* @__PURE__ */ jsxDEV("h3", {
135
- className: "text-xl font-semibold",
136
- children: "3. Explore Documentation"
137
- }, undefined, false, undefined, this),
138
- /* @__PURE__ */ jsxDEV("p", {
139
- className: "text-muted-foreground",
140
- children: "Dive deep into the core concepts, API references, and architecture guides. Our docs are evolving, and your feedback helps us improve them."
141
- }, undefined, false, undefined, this),
142
- /* @__PURE__ */ jsxDEV("div", {
143
- className: "pt-2",
144
- children: /* @__PURE__ */ jsxDEV(Button, {
145
- asChild: true,
146
- variant: "outline",
147
- children: /* @__PURE__ */ jsxDEV(Link, {
148
- href: "/docs",
149
- children: [
150
- "Read the Docs ",
151
- /* @__PURE__ */ jsxDEV(ArrowRight, {
152
- className: "ml-2 h-4 w-4"
153
- }, undefined, false, undefined, this)
154
- ]
155
- }, undefined, true, undefined, this)
156
- }, undefined, false, undefined, this)
157
- }, undefined, false, undefined, this)
60
+ /* @__PURE__ */ jsxDEV("li", {
61
+ children: [
62
+ /* @__PURE__ */ jsxDEV("span", {
63
+ className: "editorial-list-marker"
64
+ }, undefined, false, undefined, this),
65
+ /* @__PURE__ */ jsxDEV("span", {
66
+ children: "Small teams already shipping AI-assisted products or ops loops."
67
+ }, undefined, false, undefined, this)
68
+ ]
69
+ }, undefined, true, undefined, this),
70
+ /* @__PURE__ */ jsxDEV("li", {
71
+ children: [
72
+ /* @__PURE__ */ jsxDEV("span", {
73
+ className: "editorial-list-marker"
74
+ }, undefined, false, undefined, this),
75
+ /* @__PURE__ */ jsxDEV("span", {
76
+ children: "Builders who want direct access to the product team."
77
+ }, undefined, false, undefined, this)
78
+ ]
79
+ }, undefined, true, undefined, this),
80
+ /* @__PURE__ */ jsxDEV("li", {
81
+ children: [
82
+ /* @__PURE__ */ jsxDEV("span", {
83
+ className: "editorial-list-marker"
84
+ }, undefined, false, undefined, this),
85
+ /* @__PURE__ */ jsxDEV("span", {
86
+ children: "Teams comfortable shaping a product in motion."
87
+ }, undefined, false, undefined, this)
88
+ ]
89
+ }, undefined, true, undefined, this)
158
90
  ]
159
91
  }, undefined, true, undefined, this),
160
- /* @__PURE__ */ jsxDEV("div", {
161
- className: "space-y-4",
162
- children: [
163
- /* @__PURE__ */ jsxDEV("div", {
164
- className: "border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border",
165
- children: /* @__PURE__ */ jsxDEV(Users, {
166
- className: "text-primary h-6 w-6"
167
- }, undefined, false, undefined, this)
168
- }, undefined, false, undefined, this),
169
- /* @__PURE__ */ jsxDEV("h3", {
170
- className: "text-xl font-semibold",
171
- children: "4. Partner Syncs"
172
- }, undefined, false, undefined, this),
173
- /* @__PURE__ */ jsxDEV("p", {
174
- className: "text-muted-foreground",
175
- children: "We schedule bi-weekly syncs to review your progress, blockers, and feature requests. Check your calendar invite for the next session."
176
- }, undefined, false, undefined, this)
177
- ]
178
- }, undefined, true, undefined, this)
92
+ /* @__PURE__ */ jsxDEV(Link, {
93
+ href: "mailto:partners@contractspec.io",
94
+ className: "btn-primary",
95
+ children: "Contact partner team"
96
+ }, undefined, false, undefined, this)
179
97
  ]
180
98
  }, undefined, true, undefined, this)
181
99
  ]
182
100
  }, undefined, true, undefined, this)
183
101
  }, undefined, false, undefined, this),
184
102
  /* @__PURE__ */ jsxDEV("section", {
185
- className: "section-padding",
103
+ className: "editorial-section",
104
+ children: /* @__PURE__ */ jsxDEV("div", {
105
+ className: "editorial-shell grid gap-5 md:grid-cols-3",
106
+ children: steps.map((step, index) => /* @__PURE__ */ jsxDEV("div", {
107
+ className: "editorial-panel space-y-4",
108
+ children: [
109
+ /* @__PURE__ */ jsxDEV("div", {
110
+ className: "flex h-9 w-9 items-center justify-center rounded-full bg-[rgb(162_79_42_/_0.12)] font-mono text-[color:var(--rust)] text-xs",
111
+ children: [
112
+ "0",
113
+ index + 1
114
+ ]
115
+ }, undefined, true, undefined, this),
116
+ /* @__PURE__ */ jsxDEV("h2", {
117
+ className: "font-serif text-3xl tracking-[-0.04em]",
118
+ children: step.title
119
+ }, undefined, false, undefined, this),
120
+ /* @__PURE__ */ jsxDEV("p", {
121
+ className: "text-muted-foreground text-sm leading-7",
122
+ children: step.copy
123
+ }, undefined, false, undefined, this)
124
+ ]
125
+ }, step.title, true, undefined, this))
126
+ }, undefined, false, undefined, this)
127
+ }, undefined, false, undefined, this),
128
+ /* @__PURE__ */ jsxDEV("section", {
129
+ className: "editorial-section bg-striped",
186
130
  children: /* @__PURE__ */ jsxDEV("div", {
187
- className: "container mx-auto max-w-3xl",
131
+ className: "editorial-shell grid gap-8 lg:grid-cols-2",
188
132
  children: [
189
- /* @__PURE__ */ jsxDEV("h2", {
190
- className: "mb-8 text-3xl font-bold",
191
- children: "What to Expect"
192
- }, undefined, false, undefined, this),
193
133
  /* @__PURE__ */ jsxDEV("div", {
194
- className: "space-y-8",
134
+ className: "editorial-panel",
195
135
  children: [
196
- /* @__PURE__ */ jsxDEV("div", {
136
+ /* @__PURE__ */ jsxDEV("p", {
137
+ className: "editorial-kicker",
138
+ children: "What you get"
139
+ }, undefined, false, undefined, this),
140
+ /* @__PURE__ */ jsxDEV("ul", {
141
+ className: "editorial-list mt-6",
197
142
  children: [
198
- /* @__PURE__ */ jsxDEV("h3", {
199
- className: "mb-2 text-xl font-semibold",
200
- children: "Fast Iteration Cycles"
201
- }, undefined, false, undefined, this),
202
- /* @__PURE__ */ jsxDEV("p", {
203
- className: "text-muted-foreground",
204
- children: "We ship updates frequently. You might see UI changes or new capabilities appear weekly. We'll do our best to communicate breaking changes in advance."
205
- }, undefined, false, undefined, this)
143
+ /* @__PURE__ */ jsxDEV("li", {
144
+ children: [
145
+ /* @__PURE__ */ jsxDEV("span", {
146
+ className: "editorial-list-marker"
147
+ }, undefined, false, undefined, this),
148
+ /* @__PURE__ */ jsxDEV("span", {
149
+ children: "Direct access to the builders instead of generic support routing."
150
+ }, undefined, false, undefined, this)
151
+ ]
152
+ }, undefined, true, undefined, this),
153
+ /* @__PURE__ */ jsxDEV("li", {
154
+ children: [
155
+ /* @__PURE__ */ jsxDEV("span", {
156
+ className: "editorial-list-marker"
157
+ }, undefined, false, undefined, this),
158
+ /* @__PURE__ */ jsxDEV("span", {
159
+ children: "Faster feedback cycles around the workflows that matter to you."
160
+ }, undefined, false, undefined, this)
161
+ ]
162
+ }, undefined, true, undefined, this),
163
+ /* @__PURE__ */ jsxDEV("li", {
164
+ children: [
165
+ /* @__PURE__ */ jsxDEV("span", {
166
+ className: "editorial-list-marker"
167
+ }, undefined, false, undefined, this),
168
+ /* @__PURE__ */ jsxDEV("span", {
169
+ children: "Input into how OSS and Studio packaging should evolve together."
170
+ }, undefined, false, undefined, this)
171
+ ]
172
+ }, undefined, true, undefined, this)
206
173
  ]
207
- }, undefined, true, undefined, this),
208
- /* @__PURE__ */ jsxDEV("div", {
209
- children: [
210
- /* @__PURE__ */ jsxDEV("h3", {
211
- className: "mb-2 text-xl font-semibold",
212
- children: "Direct Engineering Access"
213
- }, undefined, false, undefined, this),
214
- /* @__PURE__ */ jsxDEV("p", {
215
- className: "text-muted-foreground",
216
- children: "You're not talking to support agents; you're talking to the builders. Your feedback goes directly into the issue tracker."
217
- }, undefined, false, undefined, this)
218
- ]
219
- }, undefined, true, undefined, this),
174
+ }, undefined, true, undefined, this)
175
+ ]
176
+ }, undefined, true, undefined, this),
177
+ /* @__PURE__ */ jsxDEV("div", {
178
+ className: "editorial-panel",
179
+ children: [
180
+ /* @__PURE__ */ jsxDEV("p", {
181
+ className: "editorial-kicker",
182
+ children: "How to start"
183
+ }, undefined, false, undefined, this),
184
+ /* @__PURE__ */ jsxDEV("p", {
185
+ className: "text-muted-foreground text-sm leading-7",
186
+ children: "Bring one concrete workflow, the current points of drift or instability, and the team context around it. That is enough to tell whether the right next step is open-system adoption, a Studio pilot, or a deeper partnership."
187
+ }, undefined, false, undefined, this),
220
188
  /* @__PURE__ */ jsxDEV("div", {
189
+ className: "mt-6 flex flex-col gap-3 sm:flex-row",
221
190
  children: [
222
- /* @__PURE__ */ jsxDEV("h3", {
223
- className: "mb-2 text-xl font-semibold",
224
- children: "Input on Roadmap"
191
+ /* @__PURE__ */ jsxDEV(Link, {
192
+ href: "https://www.contractspec.studio",
193
+ className: "btn-primary",
194
+ children: "Explore Studio"
225
195
  }, undefined, false, undefined, this),
226
- /* @__PURE__ */ jsxDEV("p", {
227
- className: "text-muted-foreground",
228
- children: "Design Partners influence priority. If a feature enables a critical use case for you, let us know—we often reshuffle our sprint to accommodate partner needs."
196
+ /* @__PURE__ */ jsxDEV(Link, {
197
+ href: "/contact",
198
+ className: "btn-ghost",
199
+ children: "Book a conversation"
229
200
  }, undefined, false, undefined, this)
230
201
  ]
231
202
  }, undefined, true, undefined, this)
@@ -233,30 +204,6 @@ function DesignPartnerPage() {
233
204
  }, undefined, true, undefined, this)
234
205
  ]
235
206
  }, undefined, true, undefined, this)
236
- }, undefined, false, undefined, this),
237
- /* @__PURE__ */ jsxDEV("section", {
238
- className: "section-padding border-t border-white/10",
239
- children: /* @__PURE__ */ jsxDEV("div", {
240
- className: "container mx-auto max-w-3xl text-center",
241
- children: [
242
- /* @__PURE__ */ jsxDEV("h2", {
243
- className: "mb-4 text-3xl font-bold",
244
- children: "Have a question right now?"
245
- }, undefined, false, undefined, this),
246
- /* @__PURE__ */ jsxDEV("p", {
247
- className: "text-muted-foreground mb-8",
248
- children: "Don't hesitate to reach out. We are here to help you succeed."
249
- }, undefined, false, undefined, this),
250
- /* @__PURE__ */ jsxDEV(Button, {
251
- asChild: true,
252
- size: "lg",
253
- children: /* @__PURE__ */ jsxDEV(Link, {
254
- href: "mailto:partners@contractspec.io",
255
- children: "Email the Founders"
256
- }, undefined, false, undefined, this)
257
- }, undefined, false, undefined, this)
258
- ]
259
- }, undefined, true, undefined, this)
260
207
  }, undefined, false, undefined, this)
261
208
  ]
262
209
  }, undefined, true, undefined, this);