@contractspec/bundle.marketing 3.7.6 → 3.8.2
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.
- package/.turbo/turbo-build.log +87 -87
- package/AGENTS.md +29 -21
- package/CHANGELOG.md +59 -0
- package/README.md +36 -49
- package/dist/browser/components/marketing/ChangelogPage.js +8 -8
- package/dist/browser/components/marketing/CofounderPage.js +167 -523
- package/dist/browser/components/marketing/ContactClient.js +200 -207
- package/dist/browser/components/marketing/ContributePage.js +211 -463
- package/dist/browser/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/browser/components/marketing/LandingPage.js +464 -568
- package/dist/browser/components/marketing/PricingClient.js +213 -839
- package/dist/browser/components/marketing/ProductClientPage.js +265 -463
- package/dist/browser/components/marketing/index.js +2007 -3338
- package/dist/browser/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/browser/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/browser/components/marketing/sections/CtaSection.js +3 -3
- package/dist/browser/components/marketing/sections/FearsSection.js +3 -3
- package/dist/browser/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/browser/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/browser/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/browser/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/browser/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/browser/components/marketing/sections/StepsSection.js +4 -4
- package/dist/browser/components/marketing/studio-signup-section.js +25 -41
- package/dist/browser/components/templates/TemplatesClientPage.js +2374 -3571
- package/dist/browser/components/templates/TemplatesPage.js +1 -1
- package/dist/browser/components/templates/TemplatesPreviewModal.js +27 -3
- package/dist/browser/components/templates/index.js +2412 -3609
- package/dist/browser/index.js +2415 -3612
- package/dist/browser/libs/email/client.js +1 -1
- package/dist/browser/libs/email/contact.js +1 -1
- package/dist/browser/libs/email/newsletter.js +1 -1
- package/dist/browser/libs/email/waitlist-application.js +1 -1
- package/dist/browser/libs/email/waitlist.js +1 -1
- package/dist/browser/registry/engine.js +2003 -3334
- package/dist/browser/registry/index.js +2003 -3334
- package/dist/browser/registry/registry-docs.js +2 -2
- package/dist/browser/registry/registry-landing.js +2007 -3338
- package/dist/browser/registry/registry.js +2003 -3334
- package/dist/browser/registry/utils.js +2003 -3334
- package/dist/components/marketing/ChangelogPage.js +8 -8
- package/dist/components/marketing/CofounderPage.js +167 -523
- package/dist/components/marketing/ContactClient.js +200 -207
- package/dist/components/marketing/ContributePage.d.ts +0 -2
- package/dist/components/marketing/ContributePage.js +211 -463
- package/dist/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/components/marketing/LandingPage.js +464 -568
- package/dist/components/marketing/PricingClient.js +213 -839
- package/dist/components/marketing/ProductClientPage.js +265 -463
- package/dist/components/marketing/index.d.ts +5 -5
- package/dist/components/marketing/index.js +2007 -3338
- package/dist/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/components/marketing/sections/CtaSection.js +3 -3
- package/dist/components/marketing/sections/FearsSection.js +3 -3
- package/dist/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/components/marketing/sections/IconGridSection.d.ts +3 -3
- package/dist/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/components/marketing/sections/StepsSection.js +4 -4
- package/dist/components/marketing/studio-signup-section.js +25 -41
- package/dist/components/templates/TemplatesClientPage.js +2374 -3571
- package/dist/components/templates/TemplatesPage.js +1 -1
- package/dist/components/templates/TemplatesPreviewModal.js +27 -3
- package/dist/components/templates/index.js +2412 -3609
- package/dist/index.js +2415 -3612
- package/dist/libs/email/client.js +1 -1
- package/dist/libs/email/contact.js +1 -1
- package/dist/libs/email/newsletter.js +1 -1
- package/dist/libs/email/waitlist-application.js +1 -1
- package/dist/libs/email/waitlist.js +1 -1
- package/dist/node/components/marketing/ChangelogPage.js +8 -8
- package/dist/node/components/marketing/CofounderPage.js +167 -523
- package/dist/node/components/marketing/ContactClient.js +200 -207
- package/dist/node/components/marketing/ContributePage.js +211 -463
- package/dist/node/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/node/components/marketing/LandingPage.js +464 -568
- package/dist/node/components/marketing/PricingClient.js +213 -839
- package/dist/node/components/marketing/ProductClientPage.js +265 -463
- package/dist/node/components/marketing/index.js +2007 -3338
- package/dist/node/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/node/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/node/components/marketing/sections/CtaSection.js +3 -3
- package/dist/node/components/marketing/sections/FearsSection.js +3 -3
- package/dist/node/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/node/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/node/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/node/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/node/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/node/components/marketing/sections/StepsSection.js +4 -4
- package/dist/node/components/marketing/studio-signup-section.js +25 -41
- package/dist/node/components/templates/TemplatesClientPage.js +2374 -3571
- package/dist/node/components/templates/TemplatesPage.js +1 -1
- package/dist/node/components/templates/TemplatesPreviewModal.js +27 -3
- package/dist/node/components/templates/index.js +2412 -3609
- package/dist/node/index.js +2415 -3612
- package/dist/node/libs/email/client.js +1 -1
- package/dist/node/libs/email/contact.js +1 -1
- package/dist/node/libs/email/newsletter.js +1 -1
- package/dist/node/libs/email/waitlist-application.js +1 -1
- package/dist/node/libs/email/waitlist.js +1 -1
- package/dist/node/registry/engine.js +2003 -3334
- package/dist/node/registry/index.js +2003 -3334
- package/dist/node/registry/registry-docs.js +2 -2
- package/dist/node/registry/registry-landing.js +2007 -3338
- package/dist/node/registry/registry.js +2003 -3334
- package/dist/node/registry/utils.js +2003 -3334
- package/dist/registry/engine.js +2003 -3334
- package/dist/registry/index.js +2003 -3334
- package/dist/registry/registry-docs.js +2 -2
- package/dist/registry/registry-landing.js +2007 -3338
- package/dist/registry/registry.js +2003 -3334
- package/dist/registry/utils.js +2003 -3334
- package/package.json +31 -29
- package/src/bundles/MarketingBundle.ts +273 -273
- package/src/components/marketing/ChangelogPage.tsx +72 -100
- package/src/components/marketing/CofounderPage.tsx +120 -384
- package/src/components/marketing/ContactClient.tsx +164 -154
- package/src/components/marketing/ContributePage.tsx +139 -313
- package/src/components/marketing/DesignPartnerPage.tsx +133 -171
- package/src/components/marketing/LandingPage.tsx +353 -25
- package/src/components/marketing/PricingClient.tsx +192 -437
- package/src/components/marketing/ProductClientPage.tsx +255 -377
- package/src/components/marketing/index.ts +5 -5
- package/src/components/marketing/pricing-thinking-modal.tsx +197 -197
- package/src/components/marketing/sections/AudienceSection.tsx +55 -56
- package/src/components/marketing/sections/CorePositioningSection.tsx +37 -37
- package/src/components/marketing/sections/CtaSection.tsx +49 -50
- package/src/components/marketing/sections/DevelopersSection.tsx +26 -27
- package/src/components/marketing/sections/FearsSection.tsx +36 -37
- package/src/components/marketing/sections/HeroMarketingSection.tsx +59 -59
- package/src/components/marketing/sections/IconGridSection.tsx +71 -71
- package/src/components/marketing/sections/OutputsSection.tsx +51 -52
- package/src/components/marketing/sections/ProblemSection.tsx +39 -40
- package/src/components/marketing/sections/SolutionSection.tsx +39 -40
- package/src/components/marketing/sections/StepsSection.tsx +47 -48
- package/src/components/marketing/studio-signup-section.tsx +39 -41
- package/src/components/templates/TemplatesClientPage.tsx +763 -685
- package/src/components/templates/TemplatesPage.tsx +110 -110
- package/src/components/templates/TemplatesPreviewModal.tsx +251 -198
- package/src/index.ts +4 -4
- package/src/libs/email/client.test.ts +81 -81
- package/src/libs/email/client.ts +111 -111
- package/src/libs/email/contact.ts +35 -35
- package/src/libs/email/newsletter.ts +46 -46
- package/src/libs/email/types.ts +29 -29
- package/src/libs/email/utils.ts +5 -5
- package/src/libs/email/waitlist-application.ts +72 -72
- package/src/libs/email/waitlist.ts +46 -46
- package/src/libs/pricing-examples.ts +12 -12
- package/src/registry/engine.ts +16 -16
- package/src/registry/factory.ts +57 -57
- package/src/registry/registry-docs.ts +656 -666
- package/src/registry/registry-landing.ts +94 -95
- package/src/registry/registry.ts +36 -37
- package/src/registry/types.ts +2 -2
- package/src/registry/utils.ts +56 -56
- package/tsconfig.json +11 -11
- package/tsdown.config.js +5 -5
|
@@ -8,229 +8,200 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
8
8
|
|
|
9
9
|
// src/components/marketing/DesignPartnerPage.tsx
|
|
10
10
|
import Link from "next/link";
|
|
11
|
-
import { Button } from "@contractspec/lib.design-system";
|
|
12
|
-
import {
|
|
13
|
-
ArrowRight,
|
|
14
|
-
BookOpen,
|
|
15
|
-
MessageSquare,
|
|
16
|
-
Rocket,
|
|
17
|
-
Users
|
|
18
|
-
} from "lucide-react";
|
|
19
11
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
20
12
|
var metadata = {
|
|
21
|
-
title: "Design Partner
|
|
22
|
-
description: "
|
|
13
|
+
title: "Design Partner | ContractSpec",
|
|
14
|
+
description: "Work directly with the ContractSpec team if you are shaping a live AI-native product or operations workflow."
|
|
23
15
|
};
|
|
16
|
+
var steps = [
|
|
17
|
+
{
|
|
18
|
+
title: "Run the open system against a live problem",
|
|
19
|
+
copy: "Bring one workflow or module that already feels risky, inconsistent, or hard to regenerate safely."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
title: "Use Studio where packaged coordination helps",
|
|
23
|
+
copy: "We focus on the parts of your loop where an operating product materially reduces friction for the team."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
title: "Feed real constraints back into the product",
|
|
27
|
+
copy: "The partnership is valuable when your live complexity changes what we should build next."
|
|
28
|
+
}
|
|
29
|
+
];
|
|
24
30
|
function DesignPartnerPage() {
|
|
25
31
|
return /* @__PURE__ */ jsxDEV("main", {
|
|
26
|
-
className: "flex grow flex-col",
|
|
27
32
|
children: [
|
|
28
33
|
/* @__PURE__ */ jsxDEV("section", {
|
|
29
|
-
className: "section-padding
|
|
34
|
+
className: "section-padding hero-gradient border-border/70 border-b",
|
|
30
35
|
children: /* @__PURE__ */ jsxDEV("div", {
|
|
31
|
-
className: "
|
|
32
|
-
children: /* @__PURE__ */ jsxDEV("div", {
|
|
33
|
-
className: "mb-12 max-w-3xl",
|
|
34
|
-
children: [
|
|
35
|
-
/* @__PURE__ */ jsxDEV("h1", {
|
|
36
|
-
className: "mb-6 text-4xl font-bold tracking-tight sm:text-5xl",
|
|
37
|
-
children: "Welcome, Design Partner"
|
|
38
|
-
}, undefined, false, undefined, this),
|
|
39
|
-
/* @__PURE__ */ jsxDEV("p", {
|
|
40
|
-
className: "text-muted-foreground text-xl leading-relaxed",
|
|
41
|
-
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."
|
|
42
|
-
}, undefined, false, undefined, this)
|
|
43
|
-
]
|
|
44
|
-
}, undefined, true, undefined, this)
|
|
45
|
-
}, undefined, false, undefined, this)
|
|
46
|
-
}, undefined, false, undefined, this),
|
|
47
|
-
/* @__PURE__ */ jsxDEV("section", {
|
|
48
|
-
className: "section-padding bg-white/5",
|
|
49
|
-
children: /* @__PURE__ */ jsxDEV("div", {
|
|
50
|
-
className: "container mx-auto max-w-5xl",
|
|
36
|
+
className: "editorial-shell grid gap-8 lg:grid-cols-[1.05fr_0.95fr]",
|
|
51
37
|
children: [
|
|
52
|
-
/* @__PURE__ */ jsxDEV("h2", {
|
|
53
|
-
className: "mb-12 text-3xl font-bold",
|
|
54
|
-
children: "Getting Started"
|
|
55
|
-
}, undefined, false, undefined, this),
|
|
56
38
|
/* @__PURE__ */ jsxDEV("div", {
|
|
57
|
-
className: "
|
|
39
|
+
className: "space-y-5",
|
|
58
40
|
children: [
|
|
59
|
-
/* @__PURE__ */ jsxDEV("
|
|
60
|
-
className: "
|
|
61
|
-
children:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
href: "https://www.contractspec.studio",
|
|
83
|
-
children: [
|
|
84
|
-
"Launch Studio ",
|
|
85
|
-
/* @__PURE__ */ jsxDEV(ArrowRight, {
|
|
86
|
-
className: "ml-2 h-4 w-4"
|
|
87
|
-
}, undefined, false, undefined, this)
|
|
88
|
-
]
|
|
89
|
-
}, undefined, true, undefined, this)
|
|
90
|
-
}, undefined, false, undefined, this)
|
|
91
|
-
}, undefined, false, undefined, this)
|
|
92
|
-
]
|
|
93
|
-
}, undefined, true, undefined, this),
|
|
94
|
-
/* @__PURE__ */ jsxDEV("div", {
|
|
95
|
-
className: "space-y-4",
|
|
96
|
-
children: [
|
|
97
|
-
/* @__PURE__ */ jsxDEV("div", {
|
|
98
|
-
className: "border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border",
|
|
99
|
-
children: /* @__PURE__ */ jsxDEV(MessageSquare, {
|
|
100
|
-
className: "text-primary h-6 w-6"
|
|
101
|
-
}, undefined, false, undefined, this)
|
|
102
|
-
}, undefined, false, undefined, this),
|
|
103
|
-
/* @__PURE__ */ jsxDEV("h3", {
|
|
104
|
-
className: "text-xl font-semibold",
|
|
105
|
-
children: "2. Join the Conversation"
|
|
106
|
-
}, undefined, false, undefined, this),
|
|
107
|
-
/* @__PURE__ */ jsxDEV("p", {
|
|
108
|
-
className: "text-muted-foreground",
|
|
109
|
-
children: "We've set up a dedicated private channel for real-time feedback and support. Connect with our engineering team and other partners."
|
|
110
|
-
}, undefined, false, undefined, this),
|
|
111
|
-
/* @__PURE__ */ jsxDEV("div", {
|
|
112
|
-
className: "pt-2",
|
|
113
|
-
children: /* @__PURE__ */ jsxDEV(Button, {
|
|
114
|
-
asChild: true,
|
|
115
|
-
variant: "outline",
|
|
116
|
-
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
117
|
-
href: "mailto:partners@contractspec.io",
|
|
118
|
-
children: [
|
|
119
|
-
"Contact Partner Success",
|
|
120
|
-
" ",
|
|
121
|
-
/* @__PURE__ */ jsxDEV(ArrowRight, {
|
|
122
|
-
className: "ml-2 h-4 w-4"
|
|
123
|
-
}, undefined, false, undefined, this)
|
|
124
|
-
]
|
|
125
|
-
}, undefined, true, undefined, this)
|
|
126
|
-
}, undefined, false, undefined, this)
|
|
127
|
-
}, undefined, false, undefined, this)
|
|
128
|
-
]
|
|
129
|
-
}, undefined, true, undefined, this),
|
|
130
|
-
/* @__PURE__ */ jsxDEV("div", {
|
|
131
|
-
className: "space-y-4",
|
|
41
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
42
|
+
className: "editorial-kicker",
|
|
43
|
+
children: "Design partner program"
|
|
44
|
+
}, undefined, false, undefined, this),
|
|
45
|
+
/* @__PURE__ */ jsxDEV("h1", {
|
|
46
|
+
className: "editorial-title max-w-4xl",
|
|
47
|
+
children: "Shape the operating product from real AI-native workflow pressure."
|
|
48
|
+
}, undefined, false, undefined, this),
|
|
49
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
50
|
+
className: "editorial-subtitle",
|
|
51
|
+
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."
|
|
52
|
+
}, undefined, false, undefined, this)
|
|
53
|
+
]
|
|
54
|
+
}, undefined, true, undefined, this),
|
|
55
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
56
|
+
className: "editorial-panel space-y-5",
|
|
57
|
+
children: [
|
|
58
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
59
|
+
className: "editorial-kicker",
|
|
60
|
+
children: "Who this is for"
|
|
61
|
+
}, undefined, false, undefined, this),
|
|
62
|
+
/* @__PURE__ */ jsxDEV("ul", {
|
|
63
|
+
className: "editorial-list",
|
|
132
64
|
children: [
|
|
133
|
-
/* @__PURE__ */ jsxDEV("
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}, undefined,
|
|
143
|
-
/* @__PURE__ */ jsxDEV("
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}, undefined,
|
|
161
|
-
|
|
162
|
-
}, undefined,
|
|
65
|
+
/* @__PURE__ */ jsxDEV("li", {
|
|
66
|
+
children: [
|
|
67
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
68
|
+
className: "editorial-list-marker"
|
|
69
|
+
}, undefined, false, undefined, this),
|
|
70
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
71
|
+
children: "Small teams already shipping AI-assisted products or ops loops."
|
|
72
|
+
}, undefined, false, undefined, this)
|
|
73
|
+
]
|
|
74
|
+
}, undefined, true, undefined, this),
|
|
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: "Builders who want direct access to the product team."
|
|
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: "Teams comfortable shaping a product in motion."
|
|
92
|
+
}, undefined, false, undefined, this)
|
|
93
|
+
]
|
|
94
|
+
}, undefined, true, undefined, this)
|
|
163
95
|
]
|
|
164
96
|
}, undefined, true, undefined, this),
|
|
165
|
-
/* @__PURE__ */ jsxDEV(
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
children: /* @__PURE__ */ jsxDEV(Users, {
|
|
171
|
-
className: "text-primary h-6 w-6"
|
|
172
|
-
}, undefined, false, undefined, this)
|
|
173
|
-
}, undefined, false, undefined, this),
|
|
174
|
-
/* @__PURE__ */ jsxDEV("h3", {
|
|
175
|
-
className: "text-xl font-semibold",
|
|
176
|
-
children: "4. Partner Syncs"
|
|
177
|
-
}, undefined, false, undefined, this),
|
|
178
|
-
/* @__PURE__ */ jsxDEV("p", {
|
|
179
|
-
className: "text-muted-foreground",
|
|
180
|
-
children: "We schedule bi-weekly syncs to review your progress, blockers, and feature requests. Check your calendar invite for the next session."
|
|
181
|
-
}, undefined, false, undefined, this)
|
|
182
|
-
]
|
|
183
|
-
}, undefined, true, undefined, this)
|
|
97
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
98
|
+
href: "mailto:partners@contractspec.io",
|
|
99
|
+
className: "btn-primary",
|
|
100
|
+
children: "Contact partner team"
|
|
101
|
+
}, undefined, false, undefined, this)
|
|
184
102
|
]
|
|
185
103
|
}, undefined, true, undefined, this)
|
|
186
104
|
]
|
|
187
105
|
}, undefined, true, undefined, this)
|
|
188
106
|
}, undefined, false, undefined, this),
|
|
189
107
|
/* @__PURE__ */ jsxDEV("section", {
|
|
190
|
-
className: "section
|
|
108
|
+
className: "editorial-section",
|
|
109
|
+
children: /* @__PURE__ */ jsxDEV("div", {
|
|
110
|
+
className: "editorial-shell grid gap-5 md:grid-cols-3",
|
|
111
|
+
children: steps.map((step, index) => /* @__PURE__ */ jsxDEV("div", {
|
|
112
|
+
className: "editorial-panel space-y-4",
|
|
113
|
+
children: [
|
|
114
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
115
|
+
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",
|
|
116
|
+
children: [
|
|
117
|
+
"0",
|
|
118
|
+
index + 1
|
|
119
|
+
]
|
|
120
|
+
}, undefined, true, undefined, this),
|
|
121
|
+
/* @__PURE__ */ jsxDEV("h2", {
|
|
122
|
+
className: "font-serif text-3xl tracking-[-0.04em]",
|
|
123
|
+
children: step.title
|
|
124
|
+
}, undefined, false, undefined, this),
|
|
125
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
126
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
127
|
+
children: step.copy
|
|
128
|
+
}, undefined, false, undefined, this)
|
|
129
|
+
]
|
|
130
|
+
}, step.title, true, undefined, this))
|
|
131
|
+
}, undefined, false, undefined, this)
|
|
132
|
+
}, undefined, false, undefined, this),
|
|
133
|
+
/* @__PURE__ */ jsxDEV("section", {
|
|
134
|
+
className: "editorial-section bg-striped",
|
|
191
135
|
children: /* @__PURE__ */ jsxDEV("div", {
|
|
192
|
-
className: "
|
|
136
|
+
className: "editorial-shell grid gap-8 lg:grid-cols-2",
|
|
193
137
|
children: [
|
|
194
|
-
/* @__PURE__ */ jsxDEV("h2", {
|
|
195
|
-
className: "mb-8 text-3xl font-bold",
|
|
196
|
-
children: "What to Expect"
|
|
197
|
-
}, undefined, false, undefined, this),
|
|
198
138
|
/* @__PURE__ */ jsxDEV("div", {
|
|
199
|
-
className: "
|
|
139
|
+
className: "editorial-panel",
|
|
200
140
|
children: [
|
|
201
|
-
/* @__PURE__ */ jsxDEV("
|
|
141
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
142
|
+
className: "editorial-kicker",
|
|
143
|
+
children: "What you get"
|
|
144
|
+
}, undefined, false, undefined, this),
|
|
145
|
+
/* @__PURE__ */ jsxDEV("ul", {
|
|
146
|
+
className: "editorial-list mt-6",
|
|
202
147
|
children: [
|
|
203
|
-
/* @__PURE__ */ jsxDEV("
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
148
|
+
/* @__PURE__ */ jsxDEV("li", {
|
|
149
|
+
children: [
|
|
150
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
151
|
+
className: "editorial-list-marker"
|
|
152
|
+
}, undefined, false, undefined, this),
|
|
153
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
154
|
+
children: "Direct access to the builders instead of generic support routing."
|
|
155
|
+
}, undefined, false, undefined, this)
|
|
156
|
+
]
|
|
157
|
+
}, undefined, true, undefined, this),
|
|
158
|
+
/* @__PURE__ */ jsxDEV("li", {
|
|
159
|
+
children: [
|
|
160
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
161
|
+
className: "editorial-list-marker"
|
|
162
|
+
}, undefined, false, undefined, this),
|
|
163
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
164
|
+
children: "Faster feedback cycles around the workflows that matter to you."
|
|
165
|
+
}, undefined, false, undefined, this)
|
|
166
|
+
]
|
|
167
|
+
}, undefined, true, undefined, this),
|
|
168
|
+
/* @__PURE__ */ jsxDEV("li", {
|
|
169
|
+
children: [
|
|
170
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
171
|
+
className: "editorial-list-marker"
|
|
172
|
+
}, undefined, false, undefined, this),
|
|
173
|
+
/* @__PURE__ */ jsxDEV("span", {
|
|
174
|
+
children: "Input into how OSS and Studio packaging should evolve together."
|
|
175
|
+
}, undefined, false, undefined, this)
|
|
176
|
+
]
|
|
177
|
+
}, undefined, true, undefined, this)
|
|
211
178
|
]
|
|
212
|
-
}, undefined, true, undefined, this)
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
179
|
+
}, undefined, true, undefined, this)
|
|
180
|
+
]
|
|
181
|
+
}, undefined, true, undefined, this),
|
|
182
|
+
/* @__PURE__ */ jsxDEV("div", {
|
|
183
|
+
className: "editorial-panel",
|
|
184
|
+
children: [
|
|
185
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
186
|
+
className: "editorial-kicker",
|
|
187
|
+
children: "How to start"
|
|
188
|
+
}, undefined, false, undefined, this),
|
|
189
|
+
/* @__PURE__ */ jsxDEV("p", {
|
|
190
|
+
className: "text-muted-foreground text-sm leading-7",
|
|
191
|
+
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."
|
|
192
|
+
}, undefined, false, undefined, this),
|
|
225
193
|
/* @__PURE__ */ jsxDEV("div", {
|
|
194
|
+
className: "mt-6 flex flex-col gap-3 sm:flex-row",
|
|
226
195
|
children: [
|
|
227
|
-
/* @__PURE__ */ jsxDEV(
|
|
228
|
-
|
|
229
|
-
|
|
196
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
197
|
+
href: "https://www.contractspec.studio",
|
|
198
|
+
className: "btn-primary",
|
|
199
|
+
children: "Explore Studio"
|
|
230
200
|
}, undefined, false, undefined, this),
|
|
231
|
-
/* @__PURE__ */ jsxDEV(
|
|
232
|
-
|
|
233
|
-
|
|
201
|
+
/* @__PURE__ */ jsxDEV(Link, {
|
|
202
|
+
href: "/contact",
|
|
203
|
+
className: "btn-ghost",
|
|
204
|
+
children: "Book a conversation"
|
|
234
205
|
}, undefined, false, undefined, this)
|
|
235
206
|
]
|
|
236
207
|
}, undefined, true, undefined, this)
|
|
@@ -238,30 +209,6 @@ function DesignPartnerPage() {
|
|
|
238
209
|
}, undefined, true, undefined, this)
|
|
239
210
|
]
|
|
240
211
|
}, undefined, true, undefined, this)
|
|
241
|
-
}, undefined, false, undefined, this),
|
|
242
|
-
/* @__PURE__ */ jsxDEV("section", {
|
|
243
|
-
className: "section-padding border-t border-white/10",
|
|
244
|
-
children: /* @__PURE__ */ jsxDEV("div", {
|
|
245
|
-
className: "container mx-auto max-w-3xl text-center",
|
|
246
|
-
children: [
|
|
247
|
-
/* @__PURE__ */ jsxDEV("h2", {
|
|
248
|
-
className: "mb-4 text-3xl font-bold",
|
|
249
|
-
children: "Have a question right now?"
|
|
250
|
-
}, undefined, false, undefined, this),
|
|
251
|
-
/* @__PURE__ */ jsxDEV("p", {
|
|
252
|
-
className: "text-muted-foreground mb-8",
|
|
253
|
-
children: "Don't hesitate to reach out. We are here to help you succeed."
|
|
254
|
-
}, undefined, false, undefined, this),
|
|
255
|
-
/* @__PURE__ */ jsxDEV(Button, {
|
|
256
|
-
asChild: true,
|
|
257
|
-
size: "lg",
|
|
258
|
-
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
259
|
-
href: "mailto:partners@contractspec.io",
|
|
260
|
-
children: "Email the Founders"
|
|
261
|
-
}, undefined, false, undefined, this)
|
|
262
|
-
}, undefined, false, undefined, this)
|
|
263
|
-
]
|
|
264
|
-
}, undefined, true, undefined, this)
|
|
265
212
|
}, undefined, false, undefined, this)
|
|
266
213
|
]
|
|
267
214
|
}, undefined, true, undefined, this);
|