@contractspec/bundle.marketing 2.2.0 → 2.4.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
|
@@ -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)
|
|
@@ -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/registry/engine.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)
|
package/dist/registry/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)
|