@contractspec/bundle.marketing 2.1.1 → 2.3.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.log +3 -3
- package/CHANGELOG.md +58 -0
- package/dist/browser/components/marketing/ContactClient.js +2 -2
- package/dist/browser/components/marketing/DesignPartnerPage.js +1 -1
- package/dist/browser/components/marketing/LandingPage.js +5 -5
- package/dist/browser/components/marketing/PricingClient.js +5 -5
- package/dist/browser/components/marketing/ProductClientPage.js +1 -1
- package/dist/browser/components/marketing/index.js +12 -12
- package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/browser/components/marketing/sections/CtaSection.js +2 -2
- package/dist/browser/components/marketing/sections/HeroMarketingSection.js +1 -1
- package/dist/browser/components/marketing/studio-signup-section.js +2 -2
- package/dist/browser/components/templates/TemplatesClientPage.js +12 -12
- package/dist/browser/components/templates/index.js +12 -12
- package/dist/browser/index.js +12 -12
- package/dist/browser/registry/engine.js +12 -12
- package/dist/browser/registry/index.js +12 -12
- package/dist/browser/registry/registry-landing.js +12 -12
- package/dist/browser/registry/registry.js +12 -12
- package/dist/browser/registry/utils.js +12 -12
- package/dist/components/marketing/ContactClient.js +2 -2
- package/dist/components/marketing/DesignPartnerPage.js +1 -1
- package/dist/components/marketing/LandingPage.js +5 -5
- package/dist/components/marketing/PricingClient.js +5 -5
- package/dist/components/marketing/ProductClientPage.js +1 -1
- package/dist/components/marketing/index.js +12 -12
- package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/components/marketing/sections/CtaSection.js +2 -2
- package/dist/components/marketing/sections/HeroMarketingSection.js +1 -1
- package/dist/components/marketing/studio-signup-section.js +2 -2
- package/dist/components/templates/TemplatesClientPage.js +12 -12
- package/dist/components/templates/index.js +12 -12
- package/dist/index.js +12 -12
- package/dist/node/components/marketing/ContactClient.js +2 -2
- package/dist/node/components/marketing/DesignPartnerPage.js +1 -1
- package/dist/node/components/marketing/LandingPage.js +5 -5
- package/dist/node/components/marketing/PricingClient.js +5 -5
- package/dist/node/components/marketing/ProductClientPage.js +1 -1
- package/dist/node/components/marketing/index.js +12 -12
- package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/node/components/marketing/sections/CtaSection.js +2 -2
- package/dist/node/components/marketing/sections/HeroMarketingSection.js +1 -1
- package/dist/node/components/marketing/studio-signup-section.js +2 -2
- package/dist/node/components/templates/TemplatesClientPage.js +12 -12
- package/dist/node/components/templates/index.js +12 -12
- package/dist/node/index.js +12 -12
- package/dist/node/registry/engine.js +12 -12
- package/dist/node/registry/index.js +12 -12
- package/dist/node/registry/registry-landing.js +12 -12
- package/dist/node/registry/registry.js +12 -12
- package/dist/node/registry/utils.js +12 -12
- package/dist/registry/engine.js +12 -12
- package/dist/registry/index.js +12 -12
- package/dist/registry/registry-landing.js +12 -12
- package/dist/registry/registry.js +12 -12
- package/dist/registry/utils.js +12 -12
- package/package.json +22 -22
- package/src/components/marketing/DesignPartnerPage.tsx +1 -1
- package/src/components/marketing/PricingClient.tsx +3 -3
- package/src/components/marketing/ProductClientPage.tsx +1 -1
- package/src/components/marketing/sections/CorePositioningSection.tsx +2 -2
- package/src/components/marketing/sections/CtaSection.tsx +2 -2
- package/src/components/marketing/sections/HeroMarketingSection.tsx +1 -1
- package/src/components/marketing/studio-signup-section.tsx +2 -2
|
@@ -56,7 +56,7 @@ function HeroMarketingSection() {
|
|
|
56
56
|
}, undefined, true, undefined, this),
|
|
57
57
|
/* @__PURE__ */ jsxDEV(ButtonLink, {
|
|
58
58
|
variant: "ghost",
|
|
59
|
-
href: "https://
|
|
59
|
+
href: "https://www.contractspec.studio",
|
|
60
60
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
61
61
|
surface: "hero"
|
|
62
62
|
}),
|
|
@@ -260,7 +260,7 @@ function FearsSection() {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
263
|
-
import {
|
|
263
|
+
import { ButtonLink as ButtonLink2, MarketingSection as MarketingSection2 } from "@contractspec/lib.design-system";
|
|
264
264
|
import { VStack as VStack2 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
265
265
|
import { H2, Lead as Lead2, Small as Small2 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
266
266
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -301,7 +301,7 @@ function CorePositioningSection() {
|
|
|
301
301
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
302
302
|
children: [
|
|
303
303
|
/* @__PURE__ */ jsxDEV6(ButtonLink2, {
|
|
304
|
-
href: "https://
|
|
304
|
+
href: "https://www.contractspec.studio",
|
|
305
305
|
children: [
|
|
306
306
|
"Try Studio ",
|
|
307
307
|
/* @__PURE__ */ jsxDEV6(ChevronRight2, {
|
|
@@ -541,7 +541,7 @@ function DevelopersSection() {
|
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
// src/components/marketing/sections/CtaSection.tsx
|
|
544
|
-
import {
|
|
544
|
+
import { ButtonLink as ButtonLink4, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
545
545
|
import {
|
|
546
546
|
analyticsEventNames as analyticsEventNames2,
|
|
547
547
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -575,7 +575,7 @@ function CtaSection() {
|
|
|
575
575
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
576
576
|
children: [
|
|
577
577
|
/* @__PURE__ */ jsxDEV11(ButtonLink4, {
|
|
578
|
-
href: "https://
|
|
578
|
+
href: "https://www.contractspec.studio",
|
|
579
579
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
580
580
|
surface: "cta-section"
|
|
581
581
|
}),
|
|
@@ -7,8 +7,8 @@ import { ArrowRight, Rocket } from "lucide-react";
|
|
|
7
7
|
import { Button } from "@contractspec/lib.design-system";
|
|
8
8
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
9
9
|
"use client";
|
|
10
|
-
var studioUrl = "https://
|
|
11
|
-
var studioDocsUrl = "https://
|
|
10
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
11
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
12
12
|
function StudioSignupSection({
|
|
13
13
|
variant = "default"
|
|
14
14
|
}) {
|
|
@@ -335,7 +335,7 @@ import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
|
335
335
|
var faqs = [
|
|
336
336
|
{
|
|
337
337
|
question: "Can I use ContractSpec Studio today?",
|
|
338
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
338
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
question: "What will you charge for later?",
|
|
@@ -354,7 +354,7 @@ function PricingClient() {
|
|
|
354
354
|
const [openFaq, setOpenFaq] = useState(null);
|
|
355
355
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
356
356
|
const openStudio = () => {
|
|
357
|
-
window.open("https://
|
|
357
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
358
358
|
};
|
|
359
359
|
return /* @__PURE__ */ jsxDEV3("main", {
|
|
360
360
|
className: "",
|
|
@@ -386,7 +386,7 @@ function PricingClient() {
|
|
|
386
386
|
]
|
|
387
387
|
}, undefined, true, undefined, this),
|
|
388
388
|
/* @__PURE__ */ jsxDEV3(Link2, {
|
|
389
|
-
href: "https://
|
|
389
|
+
href: "https://www.contractspec.studio",
|
|
390
390
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
391
391
|
children: "Try Studio Free"
|
|
392
392
|
}, undefined, false, undefined, this)
|
|
@@ -542,7 +542,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV("main", {
|
|
|
542
542
|
]
|
|
543
543
|
}, undefined, true, undefined, this),
|
|
544
544
|
/* @__PURE__ */ jsxDEV(Link, {
|
|
545
|
-
href: "https://
|
|
545
|
+
href: "https://www.contractspec.studio",
|
|
546
546
|
className: "btn-ghost",
|
|
547
547
|
children: "Try Studio"
|
|
548
548
|
}, undefined, false, undefined, this)
|
|
@@ -840,8 +840,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
840
840
|
import { Button } from "@contractspec/lib.design-system";
|
|
841
841
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
842
842
|
"use client";
|
|
843
|
-
var studioUrl = "https://
|
|
844
|
-
var studioDocsUrl = "https://
|
|
843
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
844
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
845
845
|
function StudioSignupSection({
|
|
846
846
|
variant = "default"
|
|
847
847
|
}) {
|
|
@@ -1668,7 +1668,7 @@ function DesignPartnerPage() {
|
|
|
1668
1668
|
asChild: true,
|
|
1669
1669
|
variant: "outline",
|
|
1670
1670
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1671
|
-
href: "https://
|
|
1671
|
+
href: "https://www.contractspec.studio",
|
|
1672
1672
|
children: [
|
|
1673
1673
|
"Launch Studio ",
|
|
1674
1674
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1911,7 +1911,7 @@ function HeroMarketingSection() {
|
|
|
1911
1911
|
}, undefined, true, undefined, this),
|
|
1912
1912
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1913
1913
|
variant: "ghost",
|
|
1914
|
-
href: "https://
|
|
1914
|
+
href: "https://www.contractspec.studio",
|
|
1915
1915
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1916
1916
|
surface: "hero"
|
|
1917
1917
|
}),
|
|
@@ -2115,7 +2115,7 @@ function FearsSection() {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
2117
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2118
|
-
import {
|
|
2118
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2119
2119
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2120
2120
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2121
2121
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2156,7 +2156,7 @@ function CorePositioningSection() {
|
|
|
2156
2156
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2157
2157
|
children: [
|
|
2158
2158
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2159
|
-
href: "https://
|
|
2159
|
+
href: "https://www.contractspec.studio",
|
|
2160
2160
|
children: [
|
|
2161
2161
|
"Try Studio ",
|
|
2162
2162
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2396,7 +2396,7 @@ function DevelopersSection() {
|
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
2398
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2399
|
-
import {
|
|
2399
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2400
2400
|
import {
|
|
2401
2401
|
analyticsEventNames as analyticsEventNames2,
|
|
2402
2402
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2430,7 +2430,7 @@ function CtaSection() {
|
|
|
2430
2430
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2431
2431
|
children: [
|
|
2432
2432
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2433
|
-
href: "https://
|
|
2433
|
+
href: "https://www.contractspec.studio",
|
|
2434
2434
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2435
2435
|
surface: "cta-section"
|
|
2436
2436
|
}),
|
|
@@ -2732,7 +2732,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2732
2732
|
var faqs = [
|
|
2733
2733
|
{
|
|
2734
2734
|
question: "Can I use ContractSpec Studio today?",
|
|
2735
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2735
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2736
2736
|
},
|
|
2737
2737
|
{
|
|
2738
2738
|
question: "What will you charge for later?",
|
|
@@ -2751,7 +2751,7 @@ function PricingClient() {
|
|
|
2751
2751
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2752
2752
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2753
2753
|
const openStudio = () => {
|
|
2754
|
-
window.open("https://
|
|
2754
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2755
2755
|
};
|
|
2756
2756
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2757
2757
|
className: "",
|
|
@@ -2783,7 +2783,7 @@ function PricingClient() {
|
|
|
2783
2783
|
]
|
|
2784
2784
|
}, undefined, true, undefined, this),
|
|
2785
2785
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2786
|
-
href: "https://
|
|
2786
|
+
href: "https://www.contractspec.studio",
|
|
2787
2787
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2788
2788
|
children: "Try Studio Free"
|
|
2789
2789
|
}, undefined, false, undefined, this)
|
|
@@ -3881,7 +3881,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3881
3881
|
]
|
|
3882
3882
|
}, undefined, true, undefined, this),
|
|
3883
3883
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3884
|
-
href: "https://
|
|
3884
|
+
href: "https://www.contractspec.studio",
|
|
3885
3885
|
className: "btn-ghost",
|
|
3886
3886
|
children: "Try Studio"
|
|
3887
3887
|
}, undefined, false, undefined, this)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
4
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
5
|
-
import {
|
|
5
|
+
import { ButtonLink, MarketingSection } from "@contractspec/lib.design-system";
|
|
6
6
|
import { VStack } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
7
7
|
import { H2, Lead, Small } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
8
8
|
import { ChevronRight } from "lucide-react";
|
|
@@ -43,7 +43,7 @@ function CorePositioningSection() {
|
|
|
43
43
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
44
44
|
children: [
|
|
45
45
|
/* @__PURE__ */ jsxDEV(ButtonLink, {
|
|
46
|
-
href: "https://
|
|
46
|
+
href: "https://www.contractspec.studio",
|
|
47
47
|
children: [
|
|
48
48
|
"Try Studio ",
|
|
49
49
|
/* @__PURE__ */ jsxDEV(ChevronRight, {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
4
|
// src/components/marketing/sections/CtaSection.tsx
|
|
5
|
-
import {
|
|
5
|
+
import { ButtonLink, MarketingSection } from "@contractspec/lib.design-system";
|
|
6
6
|
import {
|
|
7
7
|
analyticsEventNames,
|
|
8
8
|
captureAnalyticsEvent
|
|
@@ -36,7 +36,7 @@ function CtaSection() {
|
|
|
36
36
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
37
37
|
children: [
|
|
38
38
|
/* @__PURE__ */ jsxDEV(ButtonLink, {
|
|
39
|
-
href: "https://
|
|
39
|
+
href: "https://www.contractspec.studio",
|
|
40
40
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
41
41
|
surface: "cta-section"
|
|
42
42
|
}),
|
|
@@ -56,7 +56,7 @@ function HeroMarketingSection() {
|
|
|
56
56
|
}, undefined, true, undefined, this),
|
|
57
57
|
/* @__PURE__ */ jsxDEV(ButtonLink, {
|
|
58
58
|
variant: "ghost",
|
|
59
|
-
href: "https://
|
|
59
|
+
href: "https://www.contractspec.studio",
|
|
60
60
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
61
61
|
surface: "hero"
|
|
62
62
|
}),
|
|
@@ -7,8 +7,8 @@ import { ArrowRight, Rocket } from "lucide-react";
|
|
|
7
7
|
import { Button } from "@contractspec/lib.design-system";
|
|
8
8
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
9
9
|
"use client";
|
|
10
|
-
var studioUrl = "https://
|
|
11
|
-
var studioDocsUrl = "https://
|
|
10
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
11
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
12
12
|
function StudioSignupSection({
|
|
13
13
|
variant = "default"
|
|
14
14
|
}) {
|
|
@@ -840,8 +840,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
840
840
|
import { Button } from "@contractspec/lib.design-system";
|
|
841
841
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
842
842
|
"use client";
|
|
843
|
-
var studioUrl = "https://
|
|
844
|
-
var studioDocsUrl = "https://
|
|
843
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
844
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
845
845
|
function StudioSignupSection({
|
|
846
846
|
variant = "default"
|
|
847
847
|
}) {
|
|
@@ -1668,7 +1668,7 @@ function DesignPartnerPage() {
|
|
|
1668
1668
|
asChild: true,
|
|
1669
1669
|
variant: "outline",
|
|
1670
1670
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1671
|
-
href: "https://
|
|
1671
|
+
href: "https://www.contractspec.studio",
|
|
1672
1672
|
children: [
|
|
1673
1673
|
"Launch Studio ",
|
|
1674
1674
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1911,7 +1911,7 @@ function HeroMarketingSection() {
|
|
|
1911
1911
|
}, undefined, true, undefined, this),
|
|
1912
1912
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1913
1913
|
variant: "ghost",
|
|
1914
|
-
href: "https://
|
|
1914
|
+
href: "https://www.contractspec.studio",
|
|
1915
1915
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1916
1916
|
surface: "hero"
|
|
1917
1917
|
}),
|
|
@@ -2115,7 +2115,7 @@ function FearsSection() {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
2117
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2118
|
-
import {
|
|
2118
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2119
2119
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2120
2120
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2121
2121
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2156,7 +2156,7 @@ function CorePositioningSection() {
|
|
|
2156
2156
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2157
2157
|
children: [
|
|
2158
2158
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2159
|
-
href: "https://
|
|
2159
|
+
href: "https://www.contractspec.studio",
|
|
2160
2160
|
children: [
|
|
2161
2161
|
"Try Studio ",
|
|
2162
2162
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2396,7 +2396,7 @@ function DevelopersSection() {
|
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
2398
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2399
|
-
import {
|
|
2399
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2400
2400
|
import {
|
|
2401
2401
|
analyticsEventNames as analyticsEventNames2,
|
|
2402
2402
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2430,7 +2430,7 @@ function CtaSection() {
|
|
|
2430
2430
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2431
2431
|
children: [
|
|
2432
2432
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2433
|
-
href: "https://
|
|
2433
|
+
href: "https://www.contractspec.studio",
|
|
2434
2434
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2435
2435
|
surface: "cta-section"
|
|
2436
2436
|
}),
|
|
@@ -2732,7 +2732,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2732
2732
|
var faqs = [
|
|
2733
2733
|
{
|
|
2734
2734
|
question: "Can I use ContractSpec Studio today?",
|
|
2735
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2735
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2736
2736
|
},
|
|
2737
2737
|
{
|
|
2738
2738
|
question: "What will you charge for later?",
|
|
@@ -2751,7 +2751,7 @@ function PricingClient() {
|
|
|
2751
2751
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2752
2752
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2753
2753
|
const openStudio = () => {
|
|
2754
|
-
window.open("https://
|
|
2754
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2755
2755
|
};
|
|
2756
2756
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2757
2757
|
className: "",
|
|
@@ -2783,7 +2783,7 @@ function PricingClient() {
|
|
|
2783
2783
|
]
|
|
2784
2784
|
}, undefined, true, undefined, this),
|
|
2785
2785
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2786
|
-
href: "https://
|
|
2786
|
+
href: "https://www.contractspec.studio",
|
|
2787
2787
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2788
2788
|
children: "Try Studio Free"
|
|
2789
2789
|
}, undefined, false, undefined, this)
|
|
@@ -3881,7 +3881,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3881
3881
|
]
|
|
3882
3882
|
}, undefined, true, undefined, this),
|
|
3883
3883
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3884
|
-
href: "https://
|
|
3884
|
+
href: "https://www.contractspec.studio",
|
|
3885
3885
|
className: "btn-ghost",
|
|
3886
3886
|
children: "Try Studio"
|
|
3887
3887
|
}, undefined, false, undefined, this)
|
|
@@ -840,8 +840,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
840
840
|
import { Button } from "@contractspec/lib.design-system";
|
|
841
841
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
842
842
|
"use client";
|
|
843
|
-
var studioUrl = "https://
|
|
844
|
-
var studioDocsUrl = "https://
|
|
843
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
844
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
845
845
|
function StudioSignupSection({
|
|
846
846
|
variant = "default"
|
|
847
847
|
}) {
|
|
@@ -1668,7 +1668,7 @@ function DesignPartnerPage() {
|
|
|
1668
1668
|
asChild: true,
|
|
1669
1669
|
variant: "outline",
|
|
1670
1670
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1671
|
-
href: "https://
|
|
1671
|
+
href: "https://www.contractspec.studio",
|
|
1672
1672
|
children: [
|
|
1673
1673
|
"Launch Studio ",
|
|
1674
1674
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1911,7 +1911,7 @@ function HeroMarketingSection() {
|
|
|
1911
1911
|
}, undefined, true, undefined, this),
|
|
1912
1912
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1913
1913
|
variant: "ghost",
|
|
1914
|
-
href: "https://
|
|
1914
|
+
href: "https://www.contractspec.studio",
|
|
1915
1915
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1916
1916
|
surface: "hero"
|
|
1917
1917
|
}),
|
|
@@ -2115,7 +2115,7 @@ function FearsSection() {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
2117
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2118
|
-
import {
|
|
2118
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2119
2119
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2120
2120
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2121
2121
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2156,7 +2156,7 @@ function CorePositioningSection() {
|
|
|
2156
2156
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2157
2157
|
children: [
|
|
2158
2158
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2159
|
-
href: "https://
|
|
2159
|
+
href: "https://www.contractspec.studio",
|
|
2160
2160
|
children: [
|
|
2161
2161
|
"Try Studio ",
|
|
2162
2162
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2396,7 +2396,7 @@ function DevelopersSection() {
|
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
2398
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2399
|
-
import {
|
|
2399
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2400
2400
|
import {
|
|
2401
2401
|
analyticsEventNames as analyticsEventNames2,
|
|
2402
2402
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2430,7 +2430,7 @@ function CtaSection() {
|
|
|
2430
2430
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2431
2431
|
children: [
|
|
2432
2432
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2433
|
-
href: "https://
|
|
2433
|
+
href: "https://www.contractspec.studio",
|
|
2434
2434
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2435
2435
|
surface: "cta-section"
|
|
2436
2436
|
}),
|
|
@@ -2732,7 +2732,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2732
2732
|
var faqs = [
|
|
2733
2733
|
{
|
|
2734
2734
|
question: "Can I use ContractSpec Studio today?",
|
|
2735
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2735
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2736
2736
|
},
|
|
2737
2737
|
{
|
|
2738
2738
|
question: "What will you charge for later?",
|
|
@@ -2751,7 +2751,7 @@ function PricingClient() {
|
|
|
2751
2751
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2752
2752
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2753
2753
|
const openStudio = () => {
|
|
2754
|
-
window.open("https://
|
|
2754
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2755
2755
|
};
|
|
2756
2756
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2757
2757
|
className: "",
|
|
@@ -2783,7 +2783,7 @@ function PricingClient() {
|
|
|
2783
2783
|
]
|
|
2784
2784
|
}, undefined, true, undefined, this),
|
|
2785
2785
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2786
|
-
href: "https://
|
|
2786
|
+
href: "https://www.contractspec.studio",
|
|
2787
2787
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2788
2788
|
children: "Try Studio Free"
|
|
2789
2789
|
}, undefined, false, undefined, this)
|
|
@@ -3881,7 +3881,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3881
3881
|
]
|
|
3882
3882
|
}, undefined, true, undefined, this),
|
|
3883
3883
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3884
|
-
href: "https://
|
|
3884
|
+
href: "https://www.contractspec.studio",
|
|
3885
3885
|
className: "btn-ghost",
|
|
3886
3886
|
children: "Try Studio"
|
|
3887
3887
|
}, undefined, false, undefined, this)
|
package/dist/index.js
CHANGED
|
@@ -840,8 +840,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
840
840
|
import { Button } from "@contractspec/lib.design-system";
|
|
841
841
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
842
842
|
"use client";
|
|
843
|
-
var studioUrl = "https://
|
|
844
|
-
var studioDocsUrl = "https://
|
|
843
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
844
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
845
845
|
function StudioSignupSection({
|
|
846
846
|
variant = "default"
|
|
847
847
|
}) {
|
|
@@ -1668,7 +1668,7 @@ function DesignPartnerPage() {
|
|
|
1668
1668
|
asChild: true,
|
|
1669
1669
|
variant: "outline",
|
|
1670
1670
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1671
|
-
href: "https://
|
|
1671
|
+
href: "https://www.contractspec.studio",
|
|
1672
1672
|
children: [
|
|
1673
1673
|
"Launch Studio ",
|
|
1674
1674
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1911,7 +1911,7 @@ function HeroMarketingSection() {
|
|
|
1911
1911
|
}, undefined, true, undefined, this),
|
|
1912
1912
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1913
1913
|
variant: "ghost",
|
|
1914
|
-
href: "https://
|
|
1914
|
+
href: "https://www.contractspec.studio",
|
|
1915
1915
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1916
1916
|
surface: "hero"
|
|
1917
1917
|
}),
|
|
@@ -2115,7 +2115,7 @@ function FearsSection() {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
2117
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2118
|
-
import {
|
|
2118
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2119
2119
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2120
2120
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2121
2121
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2156,7 +2156,7 @@ function CorePositioningSection() {
|
|
|
2156
2156
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2157
2157
|
children: [
|
|
2158
2158
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2159
|
-
href: "https://
|
|
2159
|
+
href: "https://www.contractspec.studio",
|
|
2160
2160
|
children: [
|
|
2161
2161
|
"Try Studio ",
|
|
2162
2162
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2396,7 +2396,7 @@ function DevelopersSection() {
|
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
2398
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2399
|
-
import {
|
|
2399
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2400
2400
|
import {
|
|
2401
2401
|
analyticsEventNames as analyticsEventNames2,
|
|
2402
2402
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2430,7 +2430,7 @@ function CtaSection() {
|
|
|
2430
2430
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2431
2431
|
children: [
|
|
2432
2432
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2433
|
-
href: "https://
|
|
2433
|
+
href: "https://www.contractspec.studio",
|
|
2434
2434
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2435
2435
|
surface: "cta-section"
|
|
2436
2436
|
}),
|
|
@@ -2732,7 +2732,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2732
2732
|
var faqs = [
|
|
2733
2733
|
{
|
|
2734
2734
|
question: "Can I use ContractSpec Studio today?",
|
|
2735
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2735
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2736
2736
|
},
|
|
2737
2737
|
{
|
|
2738
2738
|
question: "What will you charge for later?",
|
|
@@ -2751,7 +2751,7 @@ function PricingClient() {
|
|
|
2751
2751
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2752
2752
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2753
2753
|
const openStudio = () => {
|
|
2754
|
-
window.open("https://
|
|
2754
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2755
2755
|
};
|
|
2756
2756
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2757
2757
|
className: "",
|
|
@@ -2783,7 +2783,7 @@ function PricingClient() {
|
|
|
2783
2783
|
]
|
|
2784
2784
|
}, undefined, true, undefined, this),
|
|
2785
2785
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2786
|
-
href: "https://
|
|
2786
|
+
href: "https://www.contractspec.studio",
|
|
2787
2787
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2788
2788
|
children: "Try Studio Free"
|
|
2789
2789
|
}, undefined, false, undefined, this)
|
|
@@ -3881,7 +3881,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3881
3881
|
]
|
|
3882
3882
|
}, undefined, true, undefined, this),
|
|
3883
3883
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3884
|
-
href: "https://
|
|
3884
|
+
href: "https://www.contractspec.studio",
|
|
3885
3885
|
className: "btn-ghost",
|
|
3886
3886
|
children: "Try Studio"
|
|
3887
3887
|
}, undefined, false, undefined, this)
|
|
@@ -187,8 +187,8 @@ import { ArrowRight, Rocket } from "lucide-react";
|
|
|
187
187
|
import { Button } from "@contractspec/lib.design-system";
|
|
188
188
|
import { jsxDEV } from "react/jsx-dev-runtime";
|
|
189
189
|
"use client";
|
|
190
|
-
var studioUrl = "https://
|
|
191
|
-
var studioDocsUrl = "https://
|
|
190
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
191
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
192
192
|
function StudioSignupSection({
|
|
193
193
|
variant = "default"
|
|
194
194
|
}) {
|
|
@@ -74,7 +74,7 @@ function DesignPartnerPage() {
|
|
|
74
74
|
asChild: true,
|
|
75
75
|
variant: "outline",
|
|
76
76
|
children: /* @__PURE__ */ jsxDEV(Link, {
|
|
77
|
-
href: "https://
|
|
77
|
+
href: "https://www.contractspec.studio",
|
|
78
78
|
children: [
|
|
79
79
|
"Launch Studio ",
|
|
80
80
|
/* @__PURE__ */ jsxDEV(ArrowRight, {
|
|
@@ -56,7 +56,7 @@ function HeroMarketingSection() {
|
|
|
56
56
|
}, undefined, true, undefined, this),
|
|
57
57
|
/* @__PURE__ */ jsxDEV(ButtonLink, {
|
|
58
58
|
variant: "ghost",
|
|
59
|
-
href: "https://
|
|
59
|
+
href: "https://www.contractspec.studio",
|
|
60
60
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
61
61
|
surface: "hero"
|
|
62
62
|
}),
|
|
@@ -260,7 +260,7 @@ function FearsSection() {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
263
|
-
import {
|
|
263
|
+
import { ButtonLink as ButtonLink2, MarketingSection as MarketingSection2 } from "@contractspec/lib.design-system";
|
|
264
264
|
import { VStack as VStack2 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
265
265
|
import { H2, Lead as Lead2, Small as Small2 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
266
266
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -301,7 +301,7 @@ function CorePositioningSection() {
|
|
|
301
301
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
302
302
|
children: [
|
|
303
303
|
/* @__PURE__ */ jsxDEV6(ButtonLink2, {
|
|
304
|
-
href: "https://
|
|
304
|
+
href: "https://www.contractspec.studio",
|
|
305
305
|
children: [
|
|
306
306
|
"Try Studio ",
|
|
307
307
|
/* @__PURE__ */ jsxDEV6(ChevronRight2, {
|
|
@@ -541,7 +541,7 @@ function DevelopersSection() {
|
|
|
541
541
|
}
|
|
542
542
|
|
|
543
543
|
// src/components/marketing/sections/CtaSection.tsx
|
|
544
|
-
import {
|
|
544
|
+
import { ButtonLink as ButtonLink4, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
545
545
|
import {
|
|
546
546
|
analyticsEventNames as analyticsEventNames2,
|
|
547
547
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -575,7 +575,7 @@ function CtaSection() {
|
|
|
575
575
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
576
576
|
children: [
|
|
577
577
|
/* @__PURE__ */ jsxDEV11(ButtonLink4, {
|
|
578
|
-
href: "https://
|
|
578
|
+
href: "https://www.contractspec.studio",
|
|
579
579
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
580
580
|
surface: "cta-section"
|
|
581
581
|
}),
|