@contractspec/bundle.marketing 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build$colon$types.log +1 -0
- package/.turbo/turbo-build.log +175 -0
- package/.turbo/turbo-lint.log +3 -0
- package/AGENTS.md +36 -0
- package/CHANGELOG.md +416 -0
- package/README.md +57 -0
- package/dist/components/marketing/ChangelogPage.d.ts +21 -0
- package/dist/components/marketing/ChangelogPage.d.ts.map +1 -0
- package/dist/components/marketing/ChangelogPage.js +65 -0
- package/dist/components/marketing/ChangelogPage.js.map +1 -0
- package/dist/components/marketing/CofounderPage.d.ts +7 -0
- package/dist/components/marketing/CofounderPage.d.ts.map +1 -0
- package/dist/components/marketing/CofounderPage.js +468 -0
- package/dist/components/marketing/CofounderPage.js.map +1 -0
- package/dist/components/marketing/ContactClient.d.ts +7 -0
- package/dist/components/marketing/ContactClient.d.ts.map +1 -0
- package/dist/components/marketing/ContactClient.js +158 -0
- package/dist/components/marketing/ContactClient.js.map +1 -0
- package/dist/components/marketing/ContributePage.d.ts +9 -0
- package/dist/components/marketing/ContributePage.d.ts.map +1 -0
- package/dist/components/marketing/ContributePage.js +362 -0
- package/dist/components/marketing/ContributePage.js.map +1 -0
- package/dist/components/marketing/DesignPartnerPage.d.ts +9 -0
- package/dist/components/marketing/DesignPartnerPage.d.ts.map +1 -0
- package/dist/components/marketing/DesignPartnerPage.js +215 -0
- package/dist/components/marketing/DesignPartnerPage.js.map +1 -0
- package/dist/components/marketing/LandingPage.d.ts +7 -0
- package/dist/components/marketing/LandingPage.d.ts.map +1 -0
- package/dist/components/marketing/LandingPage.js +38 -0
- package/dist/components/marketing/LandingPage.js.map +1 -0
- package/dist/components/marketing/PricingClient.d.ts +7 -0
- package/dist/components/marketing/PricingClient.d.ts.map +1 -0
- package/dist/components/marketing/PricingClient.js +521 -0
- package/dist/components/marketing/PricingClient.js.map +1 -0
- package/dist/components/marketing/ProductClientPage.d.ts +7 -0
- package/dist/components/marketing/ProductClientPage.d.ts.map +1 -0
- package/dist/components/marketing/ProductClientPage.js +460 -0
- package/dist/components/marketing/ProductClientPage.js.map +1 -0
- package/dist/components/marketing/index.d.ts +11 -0
- package/dist/components/marketing/index.js +12 -0
- package/dist/components/marketing/pricing-thinking-modal.d.ts +16 -0
- package/dist/components/marketing/pricing-thinking-modal.d.ts.map +1 -0
- package/dist/components/marketing/pricing-thinking-modal.js +202 -0
- package/dist/components/marketing/pricing-thinking-modal.js.map +1 -0
- package/dist/components/marketing/sections/AudienceSection.d.ts +7 -0
- package/dist/components/marketing/sections/AudienceSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/AudienceSection.js +68 -0
- package/dist/components/marketing/sections/AudienceSection.js.map +1 -0
- package/dist/components/marketing/sections/CorePositioningSection.d.ts +7 -0
- package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/CorePositioningSection.js +59 -0
- package/dist/components/marketing/sections/CorePositioningSection.js.map +1 -0
- package/dist/components/marketing/sections/CtaSection.d.ts +7 -0
- package/dist/components/marketing/sections/CtaSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/CtaSection.js +54 -0
- package/dist/components/marketing/sections/CtaSection.js.map +1 -0
- package/dist/components/marketing/sections/DevelopersSection.d.ts +7 -0
- package/dist/components/marketing/sections/DevelopersSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/DevelopersSection.js +45 -0
- package/dist/components/marketing/sections/DevelopersSection.js.map +1 -0
- package/dist/components/marketing/sections/FearsSection.d.ts +7 -0
- package/dist/components/marketing/sections/FearsSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/FearsSection.js +48 -0
- package/dist/components/marketing/sections/FearsSection.js.map +1 -0
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts +7 -0
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/HeroMarketingSection.js +77 -0
- package/dist/components/marketing/sections/HeroMarketingSection.js.map +1 -0
- package/dist/components/marketing/sections/IconGridSection.d.ts +45 -0
- package/dist/components/marketing/sections/IconGridSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/IconGridSection.js +44 -0
- package/dist/components/marketing/sections/IconGridSection.js.map +1 -0
- package/dist/components/marketing/sections/OutputsSection.d.ts +7 -0
- package/dist/components/marketing/sections/OutputsSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/OutputsSection.js +59 -0
- package/dist/components/marketing/sections/OutputsSection.js.map +1 -0
- package/dist/components/marketing/sections/ProblemSection.d.ts +7 -0
- package/dist/components/marketing/sections/ProblemSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/ProblemSection.js +46 -0
- package/dist/components/marketing/sections/ProblemSection.js.map +1 -0
- package/dist/components/marketing/sections/SolutionSection.d.ts +7 -0
- package/dist/components/marketing/sections/SolutionSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/SolutionSection.js +46 -0
- package/dist/components/marketing/sections/SolutionSection.js.map +1 -0
- package/dist/components/marketing/sections/StepsSection.d.ts +7 -0
- package/dist/components/marketing/sections/StepsSection.d.ts.map +1 -0
- package/dist/components/marketing/sections/StepsSection.js +52 -0
- package/dist/components/marketing/sections/StepsSection.js.map +1 -0
- package/dist/components/marketing/waitlist-section.d.ts +15 -0
- package/dist/components/marketing/waitlist-section.d.ts.map +1 -0
- package/dist/components/marketing/waitlist-section.js +578 -0
- package/dist/components/marketing/waitlist-section.js.map +1 -0
- package/dist/components/templates/TemplatesClientPage.d.ts +7 -0
- package/dist/components/templates/TemplatesClientPage.d.ts.map +1 -0
- package/dist/components/templates/TemplatesClientPage.js +625 -0
- package/dist/components/templates/TemplatesClientPage.js.map +1 -0
- package/dist/components/templates/TemplatesPage.d.ts +7 -0
- package/dist/components/templates/TemplatesPage.d.ts.map +1 -0
- package/dist/components/templates/TemplatesPage.js +125 -0
- package/dist/components/templates/TemplatesPage.js.map +1 -0
- package/dist/components/templates/TemplatesPreviewModal.d.ts +15 -0
- package/dist/components/templates/TemplatesPreviewModal.d.ts.map +1 -0
- package/dist/components/templates/TemplatesPreviewModal.js +137 -0
- package/dist/components/templates/TemplatesPreviewModal.js.map +1 -0
- package/dist/components/templates/index.d.ts +4 -0
- package/dist/components/templates/index.js +5 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +28 -0
- package/dist/libs/email/client.d.ts +15 -0
- package/dist/libs/email/client.d.ts.map +1 -0
- package/dist/libs/email/client.js +113 -0
- package/dist/libs/email/client.js.map +1 -0
- package/dist/libs/email/contact.d.ts +7 -0
- package/dist/libs/email/contact.d.ts.map +1 -0
- package/dist/libs/email/contact.js +71 -0
- package/dist/libs/email/contact.js.map +1 -0
- package/dist/libs/email/newsletter.d.ts +7 -0
- package/dist/libs/email/newsletter.d.ts.map +1 -0
- package/dist/libs/email/newsletter.js +95 -0
- package/dist/libs/email/newsletter.js.map +1 -0
- package/dist/libs/email/types.d.ts +53 -0
- package/dist/libs/email/types.d.ts.map +1 -0
- package/dist/libs/email/types.js +1 -0
- package/dist/libs/email/utils.d.ts +6 -0
- package/dist/libs/email/utils.d.ts.map +1 -0
- package/dist/libs/email/utils.js +7 -0
- package/dist/libs/email/utils.js.map +1 -0
- package/dist/libs/email/waitlist-application.d.ts +7 -0
- package/dist/libs/email/waitlist-application.d.ts.map +1 -0
- package/dist/libs/email/waitlist-application.js +170 -0
- package/dist/libs/email/waitlist-application.js.map +1 -0
- package/dist/libs/email/waitlist.d.ts +7 -0
- package/dist/libs/email/waitlist.d.ts.map +1 -0
- package/dist/libs/email/waitlist.js +105 -0
- package/dist/libs/email/waitlist.js.map +1 -0
- package/dist/libs/pricing-examples.d.ts +22 -0
- package/dist/libs/pricing-examples.d.ts.map +1 -0
- package/dist/libs/pricing-examples.js +21 -0
- package/dist/libs/pricing-examples.js.map +1 -0
- package/dist/registry/engine.d.ts +17 -0
- package/dist/registry/engine.d.ts.map +1 -0
- package/dist/registry/engine.js +24 -0
- package/dist/registry/engine.js.map +1 -0
- package/dist/registry/factory.d.ts +64 -0
- package/dist/registry/factory.d.ts.map +1 -0
- package/dist/registry/factory.js +61 -0
- package/dist/registry/factory.js.map +1 -0
- package/dist/registry/index.d.ts +8 -0
- package/dist/registry/index.js +8 -0
- package/dist/registry/registry-docs.d.ts +15 -0
- package/dist/registry/registry-docs.d.ts.map +1 -0
- package/dist/registry/registry-docs.js +305 -0
- package/dist/registry/registry-docs.js.map +1 -0
- package/dist/registry/registry-landing.d.ts +19 -0
- package/dist/registry/registry-landing.d.ts.map +1 -0
- package/dist/registry/registry-landing.js +95 -0
- package/dist/registry/registry-landing.js.map +1 -0
- package/dist/registry/registry.d.ts +30 -0
- package/dist/registry/registry.d.ts.map +1 -0
- package/dist/registry/registry.js +61 -0
- package/dist/registry/registry.js.map +1 -0
- package/dist/registry/types.d.ts +19 -0
- package/dist/registry/types.d.ts.map +1 -0
- package/dist/registry/types.js +0 -0
- package/dist/registry/utils.d.ts +31 -0
- package/dist/registry/utils.d.ts.map +1 -0
- package/dist/registry/utils.js +54 -0
- package/dist/registry/utils.js.map +1 -0
- package/package.json +151 -0
- package/src/components/marketing/ChangelogPage.tsx +110 -0
- package/src/components/marketing/CofounderPage.tsx +409 -0
- package/src/components/marketing/ContactClient.tsx +174 -0
- package/src/components/marketing/ContributePage.tsx +319 -0
- package/src/components/marketing/DesignPartnerPage.tsx +181 -0
- package/src/components/marketing/LandingPage.tsx +30 -0
- package/src/components/marketing/PricingClient.tsx +446 -0
- package/src/components/marketing/ProductClientPage.tsx +391 -0
- package/src/components/marketing/index.ts +10 -0
- package/src/components/marketing/pricing-thinking-modal.tsx +224 -0
- package/src/components/marketing/sections/AudienceSection.tsx +66 -0
- package/src/components/marketing/sections/CorePositioningSection.tsx +44 -0
- package/src/components/marketing/sections/CtaSection.tsx +57 -0
- package/src/components/marketing/sections/DevelopersSection.tsx +38 -0
- package/src/components/marketing/sections/FearsSection.tsx +45 -0
- package/src/components/marketing/sections/HeroMarketingSection.tsx +73 -0
- package/src/components/marketing/sections/IconGridSection.tsx +91 -0
- package/src/components/marketing/sections/OutputsSection.tsx +59 -0
- package/src/components/marketing/sections/ProblemSection.tsx +47 -0
- package/src/components/marketing/sections/SolutionSection.tsx +47 -0
- package/src/components/marketing/sections/StepsSection.tsx +55 -0
- package/src/components/marketing/waitlist-section.tsx +606 -0
- package/src/components/templates/TemplatesClientPage.tsx +711 -0
- package/src/components/templates/TemplatesPage.tsx +129 -0
- package/src/components/templates/TemplatesPreviewModal.tsx +260 -0
- package/src/components/templates/index.ts +3 -0
- package/src/index.ts +15 -0
- package/src/libs/email/client.test.ts +107 -0
- package/src/libs/email/client.ts +146 -0
- package/src/libs/email/contact.ts +80 -0
- package/src/libs/email/newsletter.ts +108 -0
- package/src/libs/email/types.ts +59 -0
- package/src/libs/email/utils.ts +8 -0
- package/src/libs/email/waitlist-application.ts +192 -0
- package/src/libs/email/waitlist.ts +118 -0
- package/src/libs/pricing-examples.ts +19 -0
- package/src/registry/engine.ts +38 -0
- package/src/registry/factory.ts +110 -0
- package/src/registry/index.ts +7 -0
- package/src/registry/registry-docs.ts +843 -0
- package/src/registry/registry-landing.ts +118 -0
- package/src/registry/registry.ts +85 -0
- package/src/registry/types.ts +17 -0
- package/src/registry/utils.ts +99 -0
- package/tsconfig.json +13 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/tsdown.config.js +10 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
import { PRICING_EXAMPLES } from "../../libs/pricing-examples.js";
|
|
4
|
+
import { Button } from "@contractspec/lib.design-system";
|
|
5
|
+
import { CheckCircle } from "lucide-react";
|
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from "@contractspec/lib.ui-kit-web/ui/dialog";
|
|
8
|
+
|
|
9
|
+
//#region src/components/marketing/pricing-thinking-modal.tsx
|
|
10
|
+
const pricingTiers = [
|
|
11
|
+
{
|
|
12
|
+
tag: "Planned",
|
|
13
|
+
title: "Free",
|
|
14
|
+
priceLine: "For hobbyists and pre-PMF teams",
|
|
15
|
+
bullets: [
|
|
16
|
+
"1 active project",
|
|
17
|
+
"Small spec size",
|
|
18
|
+
`Example: ~${PRICING_EXAMPLES.free.regenerationsPerMonth} free regenerations per month`,
|
|
19
|
+
`Example: ~${PRICING_EXAMPLES.free.aiActionsPerMonth} free AI agent actions per month`,
|
|
20
|
+
"Unlimited collaborators"
|
|
21
|
+
],
|
|
22
|
+
note: "Good enough to build and launch a real product before paying."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
tag: "Planned",
|
|
26
|
+
title: "Builder",
|
|
27
|
+
priceLine: "Usage-based, for solo builders and small teams",
|
|
28
|
+
bullets: [
|
|
29
|
+
"More projects",
|
|
30
|
+
`More monthly regenerations included (e.g. ${PRICING_EXAMPLES.builder.regenerationsPerMonthHint})`,
|
|
31
|
+
`More AI agent actions included (e.g. ${PRICING_EXAMPLES.builder.aiActionsPerMonthHint})`,
|
|
32
|
+
"Pay-as-you-go for extra regenerations and AI",
|
|
33
|
+
"Basic environments (dev / prod)"
|
|
34
|
+
],
|
|
35
|
+
note: "Pay for how fast and how often you evolve your system, not for seats."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
tag: "Planned",
|
|
39
|
+
title: "Team & Platform",
|
|
40
|
+
priceLine: "For teams standardizing on ContractSpec",
|
|
41
|
+
bullets: [
|
|
42
|
+
"Multiple projects and environments",
|
|
43
|
+
"Higher regeneration and AI action limits",
|
|
44
|
+
"Cheaper overages as you scale",
|
|
45
|
+
"Advanced RBAC and governance",
|
|
46
|
+
"SSO, audit trails, and longer retention"
|
|
47
|
+
],
|
|
48
|
+
note: "For platform teams using ContractSpec as infra for multiple apps."
|
|
49
|
+
}
|
|
50
|
+
];
|
|
51
|
+
const usageMetrics = [
|
|
52
|
+
{
|
|
53
|
+
name: "Regenerations",
|
|
54
|
+
freeTier: `Free tier: e.g. ~${PRICING_EXAMPLES.free.regenerationsPerMonth} regenerations / month`,
|
|
55
|
+
beyond: "Beyond: pay per additional regeneration, with volume discounts."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
name: "AI agent actions",
|
|
59
|
+
freeTier: `Free tier: e.g. ~${PRICING_EXAMPLES.free.aiActionsPerMonth} AI agent actions / month`,
|
|
60
|
+
beyond: "Beyond: pay-as-you-go for extra AI usage."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: "Projects",
|
|
64
|
+
freeTier: `Free tier: ${PRICING_EXAMPLES.free.projects} project`,
|
|
65
|
+
beyond: "Builder / Team: more projects included; extra projects available as you scale."
|
|
66
|
+
}
|
|
67
|
+
];
|
|
68
|
+
function PricingThinkingModal({ open, onOpenChange, onApplyClick }) {
|
|
69
|
+
return /* @__PURE__ */ jsx(Dialog, {
|
|
70
|
+
open,
|
|
71
|
+
onOpenChange,
|
|
72
|
+
children: /* @__PURE__ */ jsxs(DialogContent, {
|
|
73
|
+
className: "max-h-[90vh] w-full overflow-y-auto md:max-w-5xl",
|
|
74
|
+
children: [/* @__PURE__ */ jsxs(DialogHeader, { children: [/* @__PURE__ */ jsx(DialogTitle, { children: "Tentative pricing (work in progress)" }), /* @__PURE__ */ jsx(DialogDescription, { children: "We're still in design-partner mode. This is a draft of how we expect pricing to look once we open public access." })] }), /* @__PURE__ */ jsxs("div", {
|
|
75
|
+
className: "space-y-8",
|
|
76
|
+
children: [
|
|
77
|
+
/* @__PURE__ */ jsxs("div", {
|
|
78
|
+
className: "space-y-4",
|
|
79
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
80
|
+
className: "flex items-center gap-2",
|
|
81
|
+
children: [
|
|
82
|
+
/* @__PURE__ */ jsx("span", {
|
|
83
|
+
className: "text-muted-foreground text-xs font-medium",
|
|
84
|
+
children: "Draft"
|
|
85
|
+
}),
|
|
86
|
+
/* @__PURE__ */ jsx("span", {
|
|
87
|
+
className: "text-muted-foreground text-xs",
|
|
88
|
+
children: "•"
|
|
89
|
+
}),
|
|
90
|
+
/* @__PURE__ */ jsx("span", {
|
|
91
|
+
className: "text-muted-foreground text-xs",
|
|
92
|
+
children: "Subject to change"
|
|
93
|
+
})
|
|
94
|
+
]
|
|
95
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
96
|
+
className: "grid gap-4 md:grid-cols-3",
|
|
97
|
+
children: pricingTiers.map((tier) => /* @__PURE__ */ jsxs("div", {
|
|
98
|
+
className: "card-subtle relative space-y-4 p-6",
|
|
99
|
+
children: [
|
|
100
|
+
/* @__PURE__ */ jsx("div", {
|
|
101
|
+
className: "bg-muted border-border absolute -top-2 left-1/2 -translate-x-1/2 rounded-full border px-2 py-0.5 text-xs font-medium",
|
|
102
|
+
children: tier.tag
|
|
103
|
+
}),
|
|
104
|
+
/* @__PURE__ */ jsxs("div", {
|
|
105
|
+
className: "space-y-2 pt-2",
|
|
106
|
+
children: [/* @__PURE__ */ jsx("h3", {
|
|
107
|
+
className: "text-xl font-bold",
|
|
108
|
+
children: tier.title
|
|
109
|
+
}), /* @__PURE__ */ jsx("p", {
|
|
110
|
+
className: "text-muted-foreground text-sm",
|
|
111
|
+
children: tier.priceLine
|
|
112
|
+
})]
|
|
113
|
+
}),
|
|
114
|
+
/* @__PURE__ */ jsx("ul", {
|
|
115
|
+
className: "space-y-2",
|
|
116
|
+
children: tier.bullets.map((bullet, i) => /* @__PURE__ */ jsxs("li", {
|
|
117
|
+
className: "text-muted-foreground flex gap-2 text-sm",
|
|
118
|
+
children: [/* @__PURE__ */ jsx(CheckCircle, {
|
|
119
|
+
size: 14,
|
|
120
|
+
className: "mt-0.5 shrink-0 text-violet-400"
|
|
121
|
+
}), bullet]
|
|
122
|
+
}, i))
|
|
123
|
+
}),
|
|
124
|
+
/* @__PURE__ */ jsx("p", {
|
|
125
|
+
className: "text-muted-foreground text-xs italic",
|
|
126
|
+
children: tier.note
|
|
127
|
+
})
|
|
128
|
+
]
|
|
129
|
+
}, tier.title))
|
|
130
|
+
})]
|
|
131
|
+
}),
|
|
132
|
+
/* @__PURE__ */ jsxs("div", {
|
|
133
|
+
className: "border-border space-y-4 border-t pt-6",
|
|
134
|
+
children: [/* @__PURE__ */ jsxs("div", { children: [
|
|
135
|
+
/* @__PURE__ */ jsx("h3", {
|
|
136
|
+
className: "text-lg font-bold",
|
|
137
|
+
children: "Usage-based, with a generous free tier"
|
|
138
|
+
}),
|
|
139
|
+
/* @__PURE__ */ jsx("p", {
|
|
140
|
+
className: "text-muted-foreground mt-2 text-sm",
|
|
141
|
+
children: "Inspired by products like PostHog, we plan to keep a generous free tier on all plans, then charge based on actual usage: regenerations, AI agent actions, and the number of projects you run on ContractSpec."
|
|
142
|
+
}),
|
|
143
|
+
/* @__PURE__ */ jsx("p", {
|
|
144
|
+
className: "text-muted-foreground mt-3 text-xs italic",
|
|
145
|
+
children: "Free tier limits are intentionally small but useful: enough to try the agent and regenerate a real project, not enough to run a full team's workload for free."
|
|
146
|
+
})
|
|
147
|
+
] }), /* @__PURE__ */ jsx("div", {
|
|
148
|
+
className: "grid gap-4 md:grid-cols-3",
|
|
149
|
+
children: usageMetrics.map((metric) => /* @__PURE__ */ jsxs("div", {
|
|
150
|
+
className: "card-subtle space-y-2 p-4",
|
|
151
|
+
children: [
|
|
152
|
+
/* @__PURE__ */ jsx("h4", {
|
|
153
|
+
className: "text-sm font-semibold",
|
|
154
|
+
children: metric.name
|
|
155
|
+
}),
|
|
156
|
+
/* @__PURE__ */ jsx("p", {
|
|
157
|
+
className: "text-muted-foreground text-xs",
|
|
158
|
+
children: metric.freeTier
|
|
159
|
+
}),
|
|
160
|
+
/* @__PURE__ */ jsx("p", {
|
|
161
|
+
className: "text-muted-foreground text-xs",
|
|
162
|
+
children: metric.beyond
|
|
163
|
+
})
|
|
164
|
+
]
|
|
165
|
+
}, metric.name))
|
|
166
|
+
})]
|
|
167
|
+
}),
|
|
168
|
+
/* @__PURE__ */ jsxs("div", {
|
|
169
|
+
className: "border-border space-y-4 border-t pt-6",
|
|
170
|
+
children: [
|
|
171
|
+
/* @__PURE__ */ jsx("p", {
|
|
172
|
+
className: "text-muted-foreground text-xs",
|
|
173
|
+
children: "These numbers are examples only. Final pricing and limits will evolve as we learn from design partners."
|
|
174
|
+
}),
|
|
175
|
+
/* @__PURE__ */ jsx("p", {
|
|
176
|
+
className: "text-muted-foreground text-xs",
|
|
177
|
+
children: "This is a tentative pricing model. We're pre-PMF and pricing is still in draft, subject to change based on what we learn."
|
|
178
|
+
}),
|
|
179
|
+
/* @__PURE__ */ jsx("p", {
|
|
180
|
+
className: "text-muted-foreground text-xs",
|
|
181
|
+
children: "Design partners get early access and a founding discount when paid plans launch."
|
|
182
|
+
}),
|
|
183
|
+
onApplyClick && /* @__PURE__ */ jsx(Button, {
|
|
184
|
+
onClick: () => {
|
|
185
|
+
onOpenChange(false);
|
|
186
|
+
onApplyClick();
|
|
187
|
+
},
|
|
188
|
+
className: "w-full",
|
|
189
|
+
variant: "outline",
|
|
190
|
+
children: "Apply as a design partner"
|
|
191
|
+
})
|
|
192
|
+
]
|
|
193
|
+
})
|
|
194
|
+
]
|
|
195
|
+
})]
|
|
196
|
+
})
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
//#endregion
|
|
201
|
+
export { PricingThinkingModal };
|
|
202
|
+
//# sourceMappingURL=pricing-thinking-modal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricing-thinking-modal.js","names":[],"sources":["../../../src/components/marketing/pricing-thinking-modal.tsx"],"sourcesContent":["'use client';\n\nimport { CheckCircle } from 'lucide-react';\nimport {\n Dialog,\n DialogContent,\n DialogDescription,\n DialogHeader,\n DialogTitle,\n} from '@contractspec/lib.ui-kit-web/ui/dialog';\nimport { Button } from '@contractspec/lib.design-system';\nimport { PRICING_EXAMPLES } from '../../libs/pricing-examples';\n\ninterface PricingTier {\n tag: string;\n title: string;\n priceLine: string;\n bullets: string[];\n note: string;\n}\n\ninterface UsageMetric {\n name: string;\n freeTier: string;\n beyond: string;\n}\n\nconst pricingTiers: PricingTier[] = [\n {\n tag: 'Planned',\n title: 'Free',\n priceLine: 'For hobbyists and pre-PMF teams',\n bullets: [\n '1 active project',\n 'Small spec size',\n `Example: ~${PRICING_EXAMPLES.free.regenerationsPerMonth} free regenerations per month`,\n `Example: ~${PRICING_EXAMPLES.free.aiActionsPerMonth} free AI agent actions per month`,\n 'Unlimited collaborators',\n ],\n note: 'Good enough to build and launch a real product before paying.',\n },\n {\n tag: 'Planned',\n title: 'Builder',\n priceLine: 'Usage-based, for solo builders and small teams',\n bullets: [\n 'More projects',\n `More monthly regenerations included (e.g. ${PRICING_EXAMPLES.builder.regenerationsPerMonthHint})`,\n `More AI agent actions included (e.g. ${PRICING_EXAMPLES.builder.aiActionsPerMonthHint})`,\n 'Pay-as-you-go for extra regenerations and AI',\n 'Basic environments (dev / prod)',\n ],\n note: 'Pay for how fast and how often you evolve your system, not for seats.',\n },\n {\n tag: 'Planned',\n title: 'Team & Platform',\n priceLine: 'For teams standardizing on ContractSpec',\n bullets: [\n 'Multiple projects and environments',\n 'Higher regeneration and AI action limits',\n 'Cheaper overages as you scale',\n 'Advanced RBAC and governance',\n 'SSO, audit trails, and longer retention',\n ],\n note: 'For platform teams using ContractSpec as infra for multiple apps.',\n },\n];\n\nconst usageMetrics: UsageMetric[] = [\n {\n name: 'Regenerations',\n freeTier: `Free tier: e.g. ~${PRICING_EXAMPLES.free.regenerationsPerMonth} regenerations / month`,\n beyond: 'Beyond: pay per additional regeneration, with volume discounts.',\n },\n {\n name: 'AI agent actions',\n freeTier: `Free tier: e.g. ~${PRICING_EXAMPLES.free.aiActionsPerMonth} AI agent actions / month`,\n beyond: 'Beyond: pay-as-you-go for extra AI usage.',\n },\n {\n name: 'Projects',\n freeTier: `Free tier: ${PRICING_EXAMPLES.free.projects} project`,\n beyond:\n 'Builder / Team: more projects included; extra projects available as you scale.',\n },\n];\n\ninterface PricingThinkingModalProps {\n open: boolean;\n onOpenChange: (open: boolean) => void;\n onApplyClick?: () => void;\n}\n\nexport function PricingThinkingModal({\n open,\n onOpenChange,\n onApplyClick,\n}: PricingThinkingModalProps) {\n return (\n <Dialog open={open} onOpenChange={onOpenChange}>\n <DialogContent className=\"max-h-[90vh] w-full overflow-y-auto md:max-w-5xl\">\n <DialogHeader>\n <DialogTitle>Tentative pricing (work in progress)</DialogTitle>\n <DialogDescription>\n We're still in design-partner mode. This is a draft of how we expect\n pricing to look once we open public access.\n </DialogDescription>\n </DialogHeader>\n\n <div className=\"space-y-8\">\n {/* High-level tiers */}\n <div className=\"space-y-4\">\n <div className=\"flex items-center gap-2\">\n <span className=\"text-muted-foreground text-xs font-medium\">\n Draft\n </span>\n <span className=\"text-muted-foreground text-xs\">•</span>\n <span className=\"text-muted-foreground text-xs\">\n Subject to change\n </span>\n </div>\n <div className=\"grid gap-4 md:grid-cols-3\">\n {pricingTiers.map((tier) => (\n <div\n key={tier.title}\n className=\"card-subtle relative space-y-4 p-6\"\n >\n <div className=\"bg-muted border-border absolute -top-2 left-1/2 -translate-x-1/2 rounded-full border px-2 py-0.5 text-xs font-medium\">\n {tier.tag}\n </div>\n <div className=\"space-y-2 pt-2\">\n <h3 className=\"text-xl font-bold\">{tier.title}</h3>\n <p className=\"text-muted-foreground text-sm\">\n {tier.priceLine}\n </p>\n </div>\n <ul className=\"space-y-2\">\n {tier.bullets.map((bullet, i) => (\n <li\n key={i}\n className=\"text-muted-foreground flex gap-2 text-sm\"\n >\n <CheckCircle\n size={14}\n className=\"mt-0.5 shrink-0 text-violet-400\"\n />\n {bullet}\n </li>\n ))}\n </ul>\n <p className=\"text-muted-foreground text-xs italic\">\n {tier.note}\n </p>\n </div>\n ))}\n </div>\n </div>\n\n {/* Usage-based detail */}\n <div className=\"border-border space-y-4 border-t pt-6\">\n <div>\n <h3 className=\"text-lg font-bold\">\n Usage-based, with a generous free tier\n </h3>\n <p className=\"text-muted-foreground mt-2 text-sm\">\n Inspired by products like PostHog, we plan to keep a generous\n free tier on all plans, then charge based on actual usage:\n regenerations, AI agent actions, and the number of projects you\n run on ContractSpec.\n </p>\n <p className=\"text-muted-foreground mt-3 text-xs italic\">\n Free tier limits are intentionally small but useful: enough to\n try the agent and regenerate a real project, not enough to run a\n full team's workload for free.\n </p>\n </div>\n <div className=\"grid gap-4 md:grid-cols-3\">\n {usageMetrics.map((metric) => (\n <div key={metric.name} className=\"card-subtle space-y-2 p-4\">\n <h4 className=\"text-sm font-semibold\">{metric.name}</h4>\n <p className=\"text-muted-foreground text-xs\">\n {metric.freeTier}\n </p>\n <p className=\"text-muted-foreground text-xs\">\n {metric.beyond}\n </p>\n </div>\n ))}\n </div>\n </div>\n\n {/* Footer / Disclaimer */}\n <div className=\"border-border space-y-4 border-t pt-6\">\n <p className=\"text-muted-foreground text-xs\">\n These numbers are examples only. Final pricing and limits will\n evolve as we learn from design partners.\n </p>\n <p className=\"text-muted-foreground text-xs\">\n This is a tentative pricing model. We're pre-PMF and pricing is\n still in draft, subject to change based on what we learn.\n </p>\n <p className=\"text-muted-foreground text-xs\">\n Design partners get early access and a founding discount when paid\n plans launch.\n </p>\n {onApplyClick && (\n <Button\n onClick={() => {\n onOpenChange(false);\n onApplyClick();\n }}\n className=\"w-full\"\n variant=\"outline\"\n >\n Apply as a design partner\n </Button>\n )}\n </div>\n </div>\n </DialogContent>\n </Dialog>\n );\n}\n"],"mappings":";;;;;;;;;AA2BA,MAAM,eAA8B;CAClC;EACE,KAAK;EACL,OAAO;EACP,WAAW;EACX,SAAS;GACP;GACA;GACA,aAAa,iBAAiB,KAAK,sBAAsB;GACzD,aAAa,iBAAiB,KAAK,kBAAkB;GACrD;GACD;EACD,MAAM;EACP;CACD;EACE,KAAK;EACL,OAAO;EACP,WAAW;EACX,SAAS;GACP;GACA,6CAA6C,iBAAiB,QAAQ,0BAA0B;GAChG,wCAAwC,iBAAiB,QAAQ,sBAAsB;GACvF;GACA;GACD;EACD,MAAM;EACP;CACD;EACE,KAAK;EACL,OAAO;EACP,WAAW;EACX,SAAS;GACP;GACA;GACA;GACA;GACA;GACD;EACD,MAAM;EACP;CACF;AAED,MAAM,eAA8B;CAClC;EACE,MAAM;EACN,UAAU,oBAAoB,iBAAiB,KAAK,sBAAsB;EAC1E,QAAQ;EACT;CACD;EACE,MAAM;EACN,UAAU,oBAAoB,iBAAiB,KAAK,kBAAkB;EACtE,QAAQ;EACT;CACD;EACE,MAAM;EACN,UAAU,cAAc,iBAAiB,KAAK,SAAS;EACvD,QACE;EACH;CACF;AAQD,SAAgB,qBAAqB,EACnC,MACA,cACA,gBAC4B;AAC5B,QACE,oBAAC;EAAa;EAAoB;YAChC,qBAAC;GAAc,WAAU;cACvB,qBAAC,2BACC,oBAAC,yBAAY,yCAAkD,EAC/D,oBAAC,+BAAkB,qHAGC,IACP,EAEf,qBAAC;IAAI,WAAU;;KAEb,qBAAC;MAAI,WAAU;iBACb,qBAAC;OAAI,WAAU;;QACb,oBAAC;SAAK,WAAU;mBAA4C;UAErD;QACP,oBAAC;SAAK,WAAU;mBAAgC;UAAQ;QACxD,oBAAC;SAAK,WAAU;mBAAgC;UAEzC;;QACH,EACN,oBAAC;OAAI,WAAU;iBACZ,aAAa,KAAK,SACjB,qBAAC;QAEC,WAAU;;SAEV,oBAAC;UAAI,WAAU;oBACZ,KAAK;WACF;SACN,qBAAC;UAAI,WAAU;qBACb,oBAAC;WAAG,WAAU;qBAAqB,KAAK;YAAW,EACnD,oBAAC;WAAE,WAAU;qBACV,KAAK;YACJ;WACA;SACN,oBAAC;UAAG,WAAU;oBACX,KAAK,QAAQ,KAAK,QAAQ,MACzB,qBAAC;WAEC,WAAU;sBAEV,oBAAC;YACC,MAAM;YACN,WAAU;aACV,EACD;aAPI,EAQF,CACL;WACC;SACL,oBAAC;UAAE,WAAU;oBACV,KAAK;WACJ;;UA5BC,KAAK,MA6BN,CACN;QACE;OACF;KAGN,qBAAC;MAAI,WAAU;iBACb,qBAAC;OACC,oBAAC;QAAG,WAAU;kBAAoB;SAE7B;OACL,oBAAC;QAAE,WAAU;kBAAqC;SAK9C;OACJ,oBAAC;QAAE,WAAU;kBAA4C;SAIrD;UACA,EACN,oBAAC;OAAI,WAAU;iBACZ,aAAa,KAAK,WACjB,qBAAC;QAAsB,WAAU;;SAC/B,oBAAC;UAAG,WAAU;oBAAyB,OAAO;WAAU;SACxD,oBAAC;UAAE,WAAU;oBACV,OAAO;WACN;SACJ,oBAAC;UAAE,WAAU;oBACV,OAAO;WACN;;UAPI,OAAO,KAQX,CACN;QACE;OACF;KAGN,qBAAC;MAAI,WAAU;;OACb,oBAAC;QAAE,WAAU;kBAAgC;SAGzC;OACJ,oBAAC;QAAE,WAAU;kBAAgC;SAGzC;OACJ,oBAAC;QAAE,WAAU;kBAAgC;SAGzC;OACH,gBACC,oBAAC;QACC,eAAe;AACb,sBAAa,MAAM;AACnB,uBAAc;;QAEhB,WAAU;QACV,SAAQ;kBACT;SAEQ;;OAEP;;KACF;IACQ;GACT"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/marketing/sections/AudienceSection.d.ts
|
|
4
|
+
declare function AudienceSection(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { AudienceSection };
|
|
7
|
+
//# sourceMappingURL=AudienceSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudienceSection.d.ts","names":[],"sources":["../../../../src/components/marketing/sections/AudienceSection.tsx"],"mappings":";;;iBAsCgB,eAAA,CAAA,GAAe,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { VStack } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2
|
+
import { MarketingCard, MarketingCardContent, MarketingCardHeader, MarketingCardTitle, MarketingCardsSection } from "@contractspec/lib.design-system";
|
|
3
|
+
import { Muted, Small } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import "react";
|
|
6
|
+
|
|
7
|
+
//#region src/components/marketing/sections/AudienceSection.tsx
|
|
8
|
+
const audiences = [
|
|
9
|
+
{
|
|
10
|
+
tier: "Tier 1: Priority",
|
|
11
|
+
title: "AI-Native Startups & Technical Founders",
|
|
12
|
+
body: "Solo founders or small teams using Cursor, Copilot, Claude, or AI agents heavily. Messy AI-generated backends and frontends, inconsistent APIs, code that is hard to refactor.",
|
|
13
|
+
need: "Need: A way to stabilize AI-generated code without rewriting it."
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
tier: "Tier 1: Priority",
|
|
17
|
+
title: "Small Teams with AI-Generated Chaos",
|
|
18
|
+
body: "2-10 person teams that shipped fast with AI and now have tech debt. Multiple surfaces out of sync, no source of truth, afraid to touch AI-generated code.",
|
|
19
|
+
need: "Need: Incremental stabilization, safe regeneration, contracts as guardrails."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
tier: "Tier 2: Growth",
|
|
23
|
+
title: "AI Dev Agencies",
|
|
24
|
+
body: "Agencies building many projects for clients using AI-assisted development. Repeating the same patterns, inconsistent quality across projects, handoff nightmares.",
|
|
25
|
+
need: "Need: Reusable templates, consistent contracts, professional handoff artifacts."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
tier: "Tier 2: Growth",
|
|
29
|
+
title: "Scaleups with Compliance Needs",
|
|
30
|
+
body: "Growing companies that need audit trails, API governance, or regulatory compliance. AI-generated code doesn't meet compliance requirements.",
|
|
31
|
+
need: "Need: Governance layer, change tracking, contract enforcement."
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
function AudienceSection() {
|
|
35
|
+
return /* @__PURE__ */ jsx(MarketingCardsSection, {
|
|
36
|
+
tone: "default",
|
|
37
|
+
columns: 2,
|
|
38
|
+
eyebrow: "Who It's For",
|
|
39
|
+
title: "Built for teams drowning in AI-generated code",
|
|
40
|
+
maxWidth: "xl",
|
|
41
|
+
children: audiences.map((item) => /* @__PURE__ */ jsxs(MarketingCard, {
|
|
42
|
+
tone: "muted",
|
|
43
|
+
children: [/* @__PURE__ */ jsxs(MarketingCardHeader, {
|
|
44
|
+
className: "space-y-2",
|
|
45
|
+
children: [/* @__PURE__ */ jsx(Small, {
|
|
46
|
+
className: "font-semibold text-blue-400",
|
|
47
|
+
children: item.tier
|
|
48
|
+
}), /* @__PURE__ */ jsx(MarketingCardTitle, {
|
|
49
|
+
className: "text-xl",
|
|
50
|
+
children: item.title
|
|
51
|
+
})]
|
|
52
|
+
}), /* @__PURE__ */ jsx(MarketingCardContent, { children: /* @__PURE__ */ jsxs(VStack, {
|
|
53
|
+
gap: "sm",
|
|
54
|
+
children: [/* @__PURE__ */ jsx(Muted, {
|
|
55
|
+
className: "text-sm leading-relaxed",
|
|
56
|
+
children: item.body
|
|
57
|
+
}), /* @__PURE__ */ jsx(Small, {
|
|
58
|
+
className: "font-medium text-violet-400",
|
|
59
|
+
children: item.need
|
|
60
|
+
})]
|
|
61
|
+
}) })]
|
|
62
|
+
}, item.title))
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
//#endregion
|
|
67
|
+
export { AudienceSection };
|
|
68
|
+
//# sourceMappingURL=AudienceSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudienceSection.js","names":[],"sources":["../../../../src/components/marketing/sections/AudienceSection.tsx"],"sourcesContent":["import * as React from 'react';\nimport {\n MarketingCard,\n MarketingCardContent,\n MarketingCardHeader,\n MarketingCardTitle,\n MarketingCardsSection,\n} from '@contractspec/lib.design-system';\nimport { VStack } from '@contractspec/lib.ui-kit-web/ui/stack';\nimport { Muted, Small } from '@contractspec/lib.ui-kit-web/ui/typography';\n\nconst audiences = [\n {\n tier: 'Tier 1: Priority',\n title: 'AI-Native Startups & Technical Founders',\n body: 'Solo founders or small teams using Cursor, Copilot, Claude, or AI agents heavily. Messy AI-generated backends and frontends, inconsistent APIs, code that is hard to refactor.',\n need: 'Need: A way to stabilize AI-generated code without rewriting it.',\n },\n {\n tier: 'Tier 1: Priority',\n title: 'Small Teams with AI-Generated Chaos',\n body: '2-10 person teams that shipped fast with AI and now have tech debt. Multiple surfaces out of sync, no source of truth, afraid to touch AI-generated code.',\n need: 'Need: Incremental stabilization, safe regeneration, contracts as guardrails.',\n },\n {\n tier: 'Tier 2: Growth',\n title: 'AI Dev Agencies',\n body: 'Agencies building many projects for clients using AI-assisted development. Repeating the same patterns, inconsistent quality across projects, handoff nightmares.',\n need: 'Need: Reusable templates, consistent contracts, professional handoff artifacts.',\n },\n {\n tier: 'Tier 2: Growth',\n title: 'Scaleups with Compliance Needs',\n body: \"Growing companies that need audit trails, API governance, or regulatory compliance. AI-generated code doesn't meet compliance requirements.\",\n need: 'Need: Governance layer, change tracking, contract enforcement.',\n },\n];\n\nexport function AudienceSection() {\n return (\n <MarketingCardsSection\n tone=\"default\"\n columns={2}\n eyebrow=\"Who It's For\"\n title=\"Built for teams drowning in AI-generated code\"\n maxWidth=\"xl\"\n >\n {audiences.map((item) => (\n <MarketingCard key={item.title} tone=\"muted\">\n <MarketingCardHeader className=\"space-y-2\">\n <Small className=\"font-semibold text-blue-400\">{item.tier}</Small>\n <MarketingCardTitle className=\"text-xl\">\n {item.title}\n </MarketingCardTitle>\n </MarketingCardHeader>\n <MarketingCardContent>\n <VStack gap=\"sm\">\n <Muted className=\"text-sm leading-relaxed\">{item.body}</Muted>\n <Small className=\"font-medium text-violet-400\">{item.need}</Small>\n </VStack>\n </MarketingCardContent>\n </MarketingCard>\n ))}\n </MarketingCardsSection>\n );\n}\n"],"mappings":";;;;;;;AAWA,MAAM,YAAY;CAChB;EACE,MAAM;EACN,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD;EACE,MAAM;EACN,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD;EACE,MAAM;EACN,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD;EACE,MAAM;EACN,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACF;AAED,SAAgB,kBAAkB;AAChC,QACE,oBAAC;EACC,MAAK;EACL,SAAS;EACT,SAAQ;EACR,OAAM;EACN,UAAS;YAER,UAAU,KAAK,SACd,qBAAC;GAA+B,MAAK;cACnC,qBAAC;IAAoB,WAAU;eAC7B,oBAAC;KAAM,WAAU;eAA+B,KAAK;MAAa,EAClE,oBAAC;KAAmB,WAAU;eAC3B,KAAK;MACa;KACD,EACtB,oBAAC,kCACC,qBAAC;IAAO,KAAI;eACV,oBAAC;KAAM,WAAU;eAA2B,KAAK;MAAa,EAC9D,oBAAC;KAAM,WAAU;eAA+B,KAAK;MAAa;KAC3D,GACY;KAZL,KAAK,MAaT,CAChB;GACoB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/marketing/sections/CorePositioningSection.d.ts
|
|
4
|
+
declare function CorePositioningSection(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { CorePositioningSection };
|
|
7
|
+
//# sourceMappingURL=CorePositioningSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CorePositioningSection.d.ts","names":[],"sources":["../../../../src/components/marketing/sections/CorePositioningSection.tsx"],"mappings":";;;iBAMgB,sBAAA,CAAA,GAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { VStack } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2
|
+
import { ButtonLink, MarketingSection } from "@contractspec/lib.design-system";
|
|
3
|
+
import { H2, Lead, Small } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
4
|
+
import { ChevronRight } from "lucide-react";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import "react";
|
|
7
|
+
|
|
8
|
+
//#region src/components/marketing/sections/CorePositioningSection.tsx
|
|
9
|
+
function CorePositioningSection() {
|
|
10
|
+
return /* @__PURE__ */ jsx(MarketingSection, {
|
|
11
|
+
tone: "gradient",
|
|
12
|
+
padding: "comfortable",
|
|
13
|
+
align: "center",
|
|
14
|
+
maxWidth: "lg",
|
|
15
|
+
children: /* @__PURE__ */ jsxs(VStack, {
|
|
16
|
+
gap: "md",
|
|
17
|
+
align: "center",
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ jsxs(H2, {
|
|
20
|
+
className: "text-center text-3xl font-bold md:text-4xl",
|
|
21
|
+
children: [
|
|
22
|
+
"You keep your app.",
|
|
23
|
+
/* @__PURE__ */ jsx("br", {}),
|
|
24
|
+
"We stabilize it, one module at a time."
|
|
25
|
+
]
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxs(Lead, {
|
|
28
|
+
className: "text-center",
|
|
29
|
+
children: [
|
|
30
|
+
"You own the code. It's standard tech.",
|
|
31
|
+
/* @__PURE__ */ jsx("br", {}),
|
|
32
|
+
/* @__PURE__ */ jsx(Small, {
|
|
33
|
+
className: "font-semibold text-violet-400",
|
|
34
|
+
children: "We're the compiler, not the prison."
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
}),
|
|
38
|
+
/* @__PURE__ */ jsxs(VStack, {
|
|
39
|
+
as: "div",
|
|
40
|
+
gap: "sm",
|
|
41
|
+
align: "center",
|
|
42
|
+
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
43
|
+
children: [/* @__PURE__ */ jsxs(ButtonLink, {
|
|
44
|
+
href: "/pricing#waitlist",
|
|
45
|
+
children: ["Join waitlist ", /* @__PURE__ */ jsx(ChevronRight, { size: 16 })]
|
|
46
|
+
}), /* @__PURE__ */ jsx(ButtonLink, {
|
|
47
|
+
variant: "ghost",
|
|
48
|
+
href: "/contact",
|
|
49
|
+
children: "Book a call"
|
|
50
|
+
})]
|
|
51
|
+
})
|
|
52
|
+
]
|
|
53
|
+
})
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
//#endregion
|
|
58
|
+
export { CorePositioningSection };
|
|
59
|
+
//# sourceMappingURL=CorePositioningSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CorePositioningSection.js","names":[],"sources":["../../../../src/components/marketing/sections/CorePositioningSection.tsx"],"sourcesContent":["import * as React from 'react';\nimport { MarketingSection, ButtonLink } from '@contractspec/lib.design-system';\nimport { VStack } from '@contractspec/lib.ui-kit-web/ui/stack';\nimport { H2, Lead, Small } from '@contractspec/lib.ui-kit-web/ui/typography';\nimport { ChevronRight } from 'lucide-react';\n\nexport function CorePositioningSection() {\n return (\n <MarketingSection\n tone=\"gradient\"\n padding=\"comfortable\"\n align=\"center\"\n maxWidth=\"lg\"\n >\n <VStack gap=\"md\" align=\"center\">\n <H2 className=\"text-center text-3xl font-bold md:text-4xl\">\n You keep your app.\n <br />\n We stabilize it, one module at a time.\n </H2>\n <Lead className=\"text-center\">\n You own the code. It's standard tech.\n <br />\n <Small className=\"font-semibold text-violet-400\">\n We're the compiler, not the prison.\n </Small>\n </Lead>\n <VStack\n as=\"div\"\n gap=\"sm\"\n align=\"center\"\n className=\"pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center\"\n >\n <ButtonLink href=\"/pricing#waitlist\">\n Join waitlist <ChevronRight size={16} />\n </ButtonLink>\n <ButtonLink variant=\"ghost\" href=\"/contact\">\n Book a call\n </ButtonLink>\n </VStack>\n </VStack>\n </MarketingSection>\n );\n}\n"],"mappings":";;;;;;;;AAMA,SAAgB,yBAAyB;AACvC,QACE,oBAAC;EACC,MAAK;EACL,SAAQ;EACR,OAAM;EACN,UAAS;YAET,qBAAC;GAAO,KAAI;GAAK,OAAM;;IACrB,qBAAC;KAAG,WAAU;;MAA6C;MAEzD,oBAAC,SAAK;;;MAEH;IACL,qBAAC;KAAK,WAAU;;MAAc;MAE5B,oBAAC,SAAK;MACN,oBAAC;OAAM,WAAU;iBAAgC;QAEzC;;MACH;IACP,qBAAC;KACC,IAAG;KACH,KAAI;KACJ,OAAM;KACN,WAAU;gBAEV,qBAAC;MAAW,MAAK;iBAAoB,kBACrB,oBAAC,gBAAa,MAAM,KAAM;OAC7B,EACb,oBAAC;MAAW,SAAQ;MAAQ,MAAK;gBAAW;OAE/B;MACN;;IACF;GACQ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/marketing/sections/CtaSection.d.ts
|
|
4
|
+
declare function CtaSection(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { CtaSection };
|
|
7
|
+
//# sourceMappingURL=CtaSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CtaSection.d.ts","names":[],"sources":["../../../../src/components/marketing/sections/CtaSection.tsx"],"mappings":";;;iBASgB,UAAA,CAAA,GAAU,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { VStack } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2
|
+
import { ButtonLink, MarketingSection } from "@contractspec/lib.design-system";
|
|
3
|
+
import { analyticsEventNames, captureAnalyticsEvent } from "@contractspec/bundle.library/libs/posthog/client";
|
|
4
|
+
import { H2, Lead } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import "react";
|
|
7
|
+
|
|
8
|
+
//#region src/components/marketing/sections/CtaSection.tsx
|
|
9
|
+
function CtaSection() {
|
|
10
|
+
return /* @__PURE__ */ jsx(MarketingSection, {
|
|
11
|
+
tone: "gradient",
|
|
12
|
+
padding: "comfortable",
|
|
13
|
+
align: "center",
|
|
14
|
+
maxWidth: "lg",
|
|
15
|
+
children: /* @__PURE__ */ jsxs(VStack, {
|
|
16
|
+
gap: "md",
|
|
17
|
+
align: "center",
|
|
18
|
+
className: "text-center",
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx(H2, {
|
|
21
|
+
className: "text-4xl font-bold md:text-5xl",
|
|
22
|
+
children: "Ready to stabilize your codebase?"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsx(Lead, {
|
|
25
|
+
className: "text-muted-foreground text-lg",
|
|
26
|
+
children: "Start with one module. See the difference. Expand at your own pace."
|
|
27
|
+
}),
|
|
28
|
+
/* @__PURE__ */ jsxs(VStack, {
|
|
29
|
+
as: "div",
|
|
30
|
+
gap: "sm",
|
|
31
|
+
align: "center",
|
|
32
|
+
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
33
|
+
children: [/* @__PURE__ */ jsx(ButtonLink, {
|
|
34
|
+
href: "/pricing#waitlist",
|
|
35
|
+
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, { surface: "cta-section" }),
|
|
36
|
+
children: "Join waitlist"
|
|
37
|
+
}), /* @__PURE__ */ jsx(ButtonLink, {
|
|
38
|
+
variant: "ghost",
|
|
39
|
+
href: "/contact",
|
|
40
|
+
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
41
|
+
surface: "cta-section",
|
|
42
|
+
variant: "contact"
|
|
43
|
+
}),
|
|
44
|
+
children: "Book a call"
|
|
45
|
+
})]
|
|
46
|
+
})
|
|
47
|
+
]
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { CtaSection };
|
|
54
|
+
//# sourceMappingURL=CtaSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CtaSection.js","names":[],"sources":["../../../../src/components/marketing/sections/CtaSection.tsx"],"sourcesContent":["import * as React from 'react';\nimport { MarketingSection, ButtonLink } from '@contractspec/lib.design-system';\nimport {\n analyticsEventNames,\n captureAnalyticsEvent,\n} from '@contractspec/bundle.library/libs/posthog/client';\nimport { VStack } from '@contractspec/lib.ui-kit-web/ui/stack';\nimport { H2, Lead } from '@contractspec/lib.ui-kit-web/ui/typography';\n\nexport function CtaSection() {\n return (\n <MarketingSection\n tone=\"gradient\"\n padding=\"comfortable\"\n align=\"center\"\n maxWidth=\"lg\"\n >\n <VStack gap=\"md\" align=\"center\" className=\"text-center\">\n <H2 className=\"text-4xl font-bold md:text-5xl\">\n Ready to stabilize your codebase?\n </H2>\n <Lead className=\"text-muted-foreground text-lg\">\n Start with one module. See the difference. Expand at your own pace.\n </Lead>\n <VStack\n as=\"div\"\n gap=\"sm\"\n align=\"center\"\n className=\"pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center\"\n >\n <ButtonLink\n href=\"/pricing#waitlist\"\n onClick={() =>\n captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {\n surface: 'cta-section',\n })\n }\n >\n Join waitlist\n </ButtonLink>\n <ButtonLink\n variant=\"ghost\"\n href=\"/contact\"\n onClick={() =>\n captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {\n surface: 'cta-section',\n variant: 'contact',\n })\n }\n >\n Book a call\n </ButtonLink>\n </VStack>\n </VStack>\n </MarketingSection>\n );\n}\n"],"mappings":";;;;;;;;AASA,SAAgB,aAAa;AAC3B,QACE,oBAAC;EACC,MAAK;EACL,SAAQ;EACR,OAAM;EACN,UAAS;YAET,qBAAC;GAAO,KAAI;GAAK,OAAM;GAAS,WAAU;;IACxC,oBAAC;KAAG,WAAU;eAAiC;MAE1C;IACL,oBAAC;KAAK,WAAU;eAAgC;MAEzC;IACP,qBAAC;KACC,IAAG;KACH,KAAI;KACJ,OAAM;KACN,WAAU;gBAEV,oBAAC;MACC,MAAK;MACL,eACE,sBAAsB,oBAAoB,kBAAkB,EAC1D,SAAS,eACV,CAAC;gBAEL;OAEY,EACb,oBAAC;MACC,SAAQ;MACR,MAAK;MACL,eACE,sBAAsB,oBAAoB,kBAAkB;OAC1D,SAAS;OACT,SAAS;OACV,CAAC;gBAEL;OAEY;MACN;;IACF;GACQ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/marketing/sections/DevelopersSection.d.ts
|
|
4
|
+
declare function DevelopersSection(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { DevelopersSection };
|
|
7
|
+
//# sourceMappingURL=DevelopersSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevelopersSection.d.ts","names":[],"sources":["../../../../src/components/marketing/sections/DevelopersSection.tsx"],"mappings":";;;iBAsBgB,iBAAA,CAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { ButtonLink, MarketingComparisonSection } from "@contractspec/lib.design-system";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import "react";
|
|
4
|
+
|
|
5
|
+
//#region src/components/marketing/sections/DevelopersSection.tsx
|
|
6
|
+
const standardTech = [
|
|
7
|
+
"TypeScript & Zod — schemas you already know",
|
|
8
|
+
"Prisma — standard database access",
|
|
9
|
+
"GraphQL or REST — your choice",
|
|
10
|
+
"React or any UI framework",
|
|
11
|
+
"Bun, Node, Deno — all supported"
|
|
12
|
+
];
|
|
13
|
+
const noMagic = [
|
|
14
|
+
"Generated code is readable & modifiable",
|
|
15
|
+
"No proprietary runtime dependencies",
|
|
16
|
+
"Eject anytime, keep everything",
|
|
17
|
+
"Works with your existing CI/CD",
|
|
18
|
+
"Open spec format"
|
|
19
|
+
];
|
|
20
|
+
function DevelopersSection() {
|
|
21
|
+
return /* @__PURE__ */ jsx(MarketingComparisonSection, {
|
|
22
|
+
tone: "muted",
|
|
23
|
+
title: "Built for developers",
|
|
24
|
+
padding: "comfortable",
|
|
25
|
+
left: {
|
|
26
|
+
title: "Standard Tech Stack",
|
|
27
|
+
items: standardTech
|
|
28
|
+
},
|
|
29
|
+
right: {
|
|
30
|
+
title: "No Magic, No Lock-in",
|
|
31
|
+
items: noMagic
|
|
32
|
+
},
|
|
33
|
+
subtitle: /* @__PURE__ */ jsxs(ButtonLink, {
|
|
34
|
+
href: "/docs",
|
|
35
|
+
children: ["Read the docs ", /* @__PURE__ */ jsx("span", {
|
|
36
|
+
"aria-hidden": true,
|
|
37
|
+
children: "→"
|
|
38
|
+
})]
|
|
39
|
+
})
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
export { DevelopersSection };
|
|
45
|
+
//# sourceMappingURL=DevelopersSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevelopersSection.js","names":[],"sources":["../../../../src/components/marketing/sections/DevelopersSection.tsx"],"sourcesContent":["import * as React from 'react';\nimport {\n ButtonLink,\n MarketingComparisonSection,\n} from '@contractspec/lib.design-system';\n\nconst standardTech = [\n 'TypeScript & Zod — schemas you already know',\n 'Prisma — standard database access',\n 'GraphQL or REST — your choice',\n 'React or any UI framework',\n 'Bun, Node, Deno — all supported',\n];\n\nconst noMagic = [\n 'Generated code is readable & modifiable',\n 'No proprietary runtime dependencies',\n 'Eject anytime, keep everything',\n 'Works with your existing CI/CD',\n 'Open spec format',\n];\n\nexport function DevelopersSection() {\n return (\n <MarketingComparisonSection\n tone=\"muted\"\n title=\"Built for developers\"\n padding=\"comfortable\"\n left={{ title: 'Standard Tech Stack', items: standardTech }}\n right={{ title: 'No Magic, No Lock-in', items: noMagic }}\n subtitle={\n <ButtonLink href=\"/docs\">\n Read the docs <span aria-hidden>→</span>\n </ButtonLink>\n }\n />\n );\n}\n"],"mappings":";;;;;AAMA,MAAM,eAAe;CACnB;CACA;CACA;CACA;CACA;CACD;AAED,MAAM,UAAU;CACd;CACA;CACA;CACA;CACA;CACD;AAED,SAAgB,oBAAoB;AAClC,QACE,oBAAC;EACC,MAAK;EACL,OAAM;EACN,SAAQ;EACR,MAAM;GAAE,OAAO;GAAuB,OAAO;GAAc;EAC3D,OAAO;GAAE,OAAO;GAAwB,OAAO;GAAS;EACxD,UACE,qBAAC;GAAW,MAAK;cAAQ,kBACT,oBAAC;IAAK;cAAY;KAAQ;IAC7B;GAEf"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/marketing/sections/FearsSection.d.ts
|
|
4
|
+
declare function FearsSection(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { FearsSection };
|
|
7
|
+
//# sourceMappingURL=FearsSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FearsSection.d.ts","names":[],"sources":["../../../../src/components/marketing/sections/FearsSection.tsx"],"mappings":";;;iBA2BgB,YAAA,CAAA,GAAY,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { IconGridSection } from "./IconGridSection.js";
|
|
2
|
+
import { CheckCircle, Code, Unlock, Zap } from "lucide-react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import "react";
|
|
5
|
+
|
|
6
|
+
//#region src/components/marketing/sections/FearsSection.tsx
|
|
7
|
+
const fears = [
|
|
8
|
+
{
|
|
9
|
+
title: "\"I already have an app\"",
|
|
10
|
+
body: "ContractSpec works with existing codebases. You don't start over — you stabilize incrementally, one module at a time. Start with one API endpoint, one data model, one contract.",
|
|
11
|
+
icon: CheckCircle
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
title: "\"Vendor lock-in / losing ownership\"",
|
|
15
|
+
body: "You own the generated code. It's standard TypeScript, standard SQL, standard GraphQL. ContractSpec is a compiler — like TypeScript itself. You can eject anytime.",
|
|
16
|
+
icon: Unlock
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
title: "\"Adoption cost / learning curve\"",
|
|
20
|
+
body: "Specs are just TypeScript. If you can write z.object({ name: z.string() }), you can write a ContractSpec. No new language, no magic DSL, no YAML.",
|
|
21
|
+
icon: Code
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
title: "\"Forced migrations / magical runtime\"",
|
|
25
|
+
body: "ContractSpec generates plain code you can read, debug, and modify. There's no proprietary runtime. Migrations are explicit, reversible, and in your control.",
|
|
26
|
+
icon: Zap
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
function FearsSection() {
|
|
30
|
+
return /* @__PURE__ */ jsx(IconGridSection, {
|
|
31
|
+
tone: "muted",
|
|
32
|
+
columns: 2,
|
|
33
|
+
eyebrow: "We Get It",
|
|
34
|
+
title: "Your fears, addressed",
|
|
35
|
+
subtitle: "We know what you're thinking. Here's why those concerns don't apply to ContractSpec.",
|
|
36
|
+
iconRole: "support",
|
|
37
|
+
items: fears.map((item) => ({
|
|
38
|
+
icon: item.icon,
|
|
39
|
+
title: item.title,
|
|
40
|
+
description: item.body,
|
|
41
|
+
iconClassName: "text-violet-400"
|
|
42
|
+
}))
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
//#endregion
|
|
47
|
+
export { FearsSection };
|
|
48
|
+
//# sourceMappingURL=FearsSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FearsSection.js","names":[],"sources":["../../../../src/components/marketing/sections/FearsSection.tsx"],"sourcesContent":["import * as React from 'react';\nimport { CheckCircle, Code, Unlock, Zap } from 'lucide-react';\nimport { IconGridSection } from './IconGridSection';\n\nconst fears = [\n {\n title: '\"I already have an app\"',\n body: \"ContractSpec works with existing codebases. You don't start over — you stabilize incrementally, one module at a time. Start with one API endpoint, one data model, one contract.\",\n icon: CheckCircle,\n },\n {\n title: '\"Vendor lock-in / losing ownership\"',\n body: \"You own the generated code. It's standard TypeScript, standard SQL, standard GraphQL. ContractSpec is a compiler — like TypeScript itself. You can eject anytime.\",\n icon: Unlock,\n },\n {\n title: '\"Adoption cost / learning curve\"',\n body: 'Specs are just TypeScript. If you can write z.object({ name: z.string() }), you can write a ContractSpec. No new language, no magic DSL, no YAML.',\n icon: Code,\n },\n {\n title: '\"Forced migrations / magical runtime\"',\n body: \"ContractSpec generates plain code you can read, debug, and modify. There's no proprietary runtime. Migrations are explicit, reversible, and in your control.\",\n icon: Zap,\n },\n];\n\nexport function FearsSection() {\n return (\n <IconGridSection\n tone=\"muted\"\n columns={2}\n eyebrow=\"We Get It\"\n title=\"Your fears, addressed\"\n subtitle=\"We know what you're thinking. Here's why those concerns don't apply to ContractSpec.\"\n iconRole=\"support\"\n items={fears.map((item) => ({\n icon: item.icon,\n title: item.title,\n description: item.body,\n iconClassName: 'text-violet-400',\n }))}\n />\n );\n}\n"],"mappings":";;;;;;AAIA,MAAM,QAAQ;CACZ;EACE,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD;EACE,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD;EACE,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACD;EACE,OAAO;EACP,MAAM;EACN,MAAM;EACP;CACF;AAED,SAAgB,eAAe;AAC7B,QACE,oBAAC;EACC,MAAK;EACL,SAAS;EACT,SAAQ;EACR,OAAM;EACN,UAAS;EACT,UAAS;EACT,OAAO,MAAM,KAAK,UAAU;GAC1B,MAAM,KAAK;GACX,OAAO,KAAK;GACZ,aAAa,KAAK;GAClB,eAAe;GAChB,EAAE;GACH"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/marketing/sections/HeroMarketingSection.d.ts
|
|
4
|
+
declare function HeroMarketingSection(): react_jsx_runtime0.JSX.Element;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { HeroMarketingSection };
|
|
7
|
+
//# sourceMappingURL=HeroMarketingSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeroMarketingSection.d.ts","names":[],"sources":["../../../../src/components/marketing/sections/HeroMarketingSection.tsx"],"mappings":";;;iBAagB,oBAAA,CAAA,GAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|