@contractspec/bundle.marketing 2.2.0 → 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 +29 -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
|
@@ -845,8 +845,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
845
845
|
import { Button } from "@contractspec/lib.design-system";
|
|
846
846
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
847
847
|
"use client";
|
|
848
|
-
var studioUrl = "https://
|
|
849
|
-
var studioDocsUrl = "https://
|
|
848
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
849
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
850
850
|
function StudioSignupSection({
|
|
851
851
|
variant = "default"
|
|
852
852
|
}) {
|
|
@@ -1673,7 +1673,7 @@ function DesignPartnerPage() {
|
|
|
1673
1673
|
asChild: true,
|
|
1674
1674
|
variant: "outline",
|
|
1675
1675
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1676
|
-
href: "https://
|
|
1676
|
+
href: "https://www.contractspec.studio",
|
|
1677
1677
|
children: [
|
|
1678
1678
|
"Launch Studio ",
|
|
1679
1679
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1916,7 +1916,7 @@ function HeroMarketingSection() {
|
|
|
1916
1916
|
}, undefined, true, undefined, this),
|
|
1917
1917
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1918
1918
|
variant: "ghost",
|
|
1919
|
-
href: "https://
|
|
1919
|
+
href: "https://www.contractspec.studio",
|
|
1920
1920
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1921
1921
|
surface: "hero"
|
|
1922
1922
|
}),
|
|
@@ -2120,7 +2120,7 @@ function FearsSection() {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
2122
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2123
|
-
import {
|
|
2123
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2124
2124
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2125
2125
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2126
2126
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2161,7 +2161,7 @@ function CorePositioningSection() {
|
|
|
2161
2161
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2162
2162
|
children: [
|
|
2163
2163
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2164
|
-
href: "https://
|
|
2164
|
+
href: "https://www.contractspec.studio",
|
|
2165
2165
|
children: [
|
|
2166
2166
|
"Try Studio ",
|
|
2167
2167
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2401,7 +2401,7 @@ function DevelopersSection() {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
2403
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2404
|
-
import {
|
|
2404
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2405
2405
|
import {
|
|
2406
2406
|
analyticsEventNames as analyticsEventNames2,
|
|
2407
2407
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2435,7 +2435,7 @@ function CtaSection() {
|
|
|
2435
2435
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2436
2436
|
children: [
|
|
2437
2437
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2438
|
-
href: "https://
|
|
2438
|
+
href: "https://www.contractspec.studio",
|
|
2439
2439
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2440
2440
|
surface: "cta-section"
|
|
2441
2441
|
}),
|
|
@@ -2737,7 +2737,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2737
2737
|
var faqs = [
|
|
2738
2738
|
{
|
|
2739
2739
|
question: "Can I use ContractSpec Studio today?",
|
|
2740
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2740
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2741
2741
|
},
|
|
2742
2742
|
{
|
|
2743
2743
|
question: "What will you charge for later?",
|
|
@@ -2756,7 +2756,7 @@ function PricingClient() {
|
|
|
2756
2756
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2757
2757
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2758
2758
|
const openStudio = () => {
|
|
2759
|
-
window.open("https://
|
|
2759
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2760
2760
|
};
|
|
2761
2761
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2762
2762
|
className: "",
|
|
@@ -2788,7 +2788,7 @@ function PricingClient() {
|
|
|
2788
2788
|
]
|
|
2789
2789
|
}, undefined, true, undefined, this),
|
|
2790
2790
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2791
|
-
href: "https://
|
|
2791
|
+
href: "https://www.contractspec.studio",
|
|
2792
2792
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2793
2793
|
children: "Try Studio Free"
|
|
2794
2794
|
}, undefined, false, undefined, this)
|
|
@@ -3886,7 +3886,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3886
3886
|
]
|
|
3887
3887
|
}, undefined, true, undefined, this),
|
|
3888
3888
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3889
|
-
href: "https://
|
|
3889
|
+
href: "https://www.contractspec.studio",
|
|
3890
3890
|
className: "btn-ghost",
|
|
3891
3891
|
children: "Try Studio"
|
|
3892
3892
|
}, undefined, false, undefined, this)
|
|
@@ -845,8 +845,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
845
845
|
import { Button } from "@contractspec/lib.design-system";
|
|
846
846
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
847
847
|
"use client";
|
|
848
|
-
var studioUrl = "https://
|
|
849
|
-
var studioDocsUrl = "https://
|
|
848
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
849
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
850
850
|
function StudioSignupSection({
|
|
851
851
|
variant = "default"
|
|
852
852
|
}) {
|
|
@@ -1673,7 +1673,7 @@ function DesignPartnerPage() {
|
|
|
1673
1673
|
asChild: true,
|
|
1674
1674
|
variant: "outline",
|
|
1675
1675
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1676
|
-
href: "https://
|
|
1676
|
+
href: "https://www.contractspec.studio",
|
|
1677
1677
|
children: [
|
|
1678
1678
|
"Launch Studio ",
|
|
1679
1679
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1916,7 +1916,7 @@ function HeroMarketingSection() {
|
|
|
1916
1916
|
}, undefined, true, undefined, this),
|
|
1917
1917
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1918
1918
|
variant: "ghost",
|
|
1919
|
-
href: "https://
|
|
1919
|
+
href: "https://www.contractspec.studio",
|
|
1920
1920
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1921
1921
|
surface: "hero"
|
|
1922
1922
|
}),
|
|
@@ -2120,7 +2120,7 @@ function FearsSection() {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
2122
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2123
|
-
import {
|
|
2123
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2124
2124
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2125
2125
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2126
2126
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2161,7 +2161,7 @@ function CorePositioningSection() {
|
|
|
2161
2161
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2162
2162
|
children: [
|
|
2163
2163
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2164
|
-
href: "https://
|
|
2164
|
+
href: "https://www.contractspec.studio",
|
|
2165
2165
|
children: [
|
|
2166
2166
|
"Try Studio ",
|
|
2167
2167
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2401,7 +2401,7 @@ function DevelopersSection() {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
2403
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2404
|
-
import {
|
|
2404
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2405
2405
|
import {
|
|
2406
2406
|
analyticsEventNames as analyticsEventNames2,
|
|
2407
2407
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2435,7 +2435,7 @@ function CtaSection() {
|
|
|
2435
2435
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2436
2436
|
children: [
|
|
2437
2437
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2438
|
-
href: "https://
|
|
2438
|
+
href: "https://www.contractspec.studio",
|
|
2439
2439
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2440
2440
|
surface: "cta-section"
|
|
2441
2441
|
}),
|
|
@@ -2737,7 +2737,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2737
2737
|
var faqs = [
|
|
2738
2738
|
{
|
|
2739
2739
|
question: "Can I use ContractSpec Studio today?",
|
|
2740
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2740
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2741
2741
|
},
|
|
2742
2742
|
{
|
|
2743
2743
|
question: "What will you charge for later?",
|
|
@@ -2756,7 +2756,7 @@ function PricingClient() {
|
|
|
2756
2756
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2757
2757
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2758
2758
|
const openStudio = () => {
|
|
2759
|
-
window.open("https://
|
|
2759
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2760
2760
|
};
|
|
2761
2761
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2762
2762
|
className: "",
|
|
@@ -2788,7 +2788,7 @@ function PricingClient() {
|
|
|
2788
2788
|
]
|
|
2789
2789
|
}, undefined, true, undefined, this),
|
|
2790
2790
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2791
|
-
href: "https://
|
|
2791
|
+
href: "https://www.contractspec.studio",
|
|
2792
2792
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2793
2793
|
children: "Try Studio Free"
|
|
2794
2794
|
}, undefined, false, undefined, this)
|
|
@@ -3886,7 +3886,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3886
3886
|
]
|
|
3887
3887
|
}, undefined, true, undefined, this),
|
|
3888
3888
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3889
|
-
href: "https://
|
|
3889
|
+
href: "https://www.contractspec.studio",
|
|
3890
3890
|
className: "btn-ghost",
|
|
3891
3891
|
children: "Try Studio"
|
|
3892
3892
|
}, undefined, false, undefined, this)
|
|
@@ -845,8 +845,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
845
845
|
import { Button } from "@contractspec/lib.design-system";
|
|
846
846
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
847
847
|
"use client";
|
|
848
|
-
var studioUrl = "https://
|
|
849
|
-
var studioDocsUrl = "https://
|
|
848
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
849
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
850
850
|
function StudioSignupSection({
|
|
851
851
|
variant = "default"
|
|
852
852
|
}) {
|
|
@@ -1673,7 +1673,7 @@ function DesignPartnerPage() {
|
|
|
1673
1673
|
asChild: true,
|
|
1674
1674
|
variant: "outline",
|
|
1675
1675
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1676
|
-
href: "https://
|
|
1676
|
+
href: "https://www.contractspec.studio",
|
|
1677
1677
|
children: [
|
|
1678
1678
|
"Launch Studio ",
|
|
1679
1679
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1916,7 +1916,7 @@ function HeroMarketingSection() {
|
|
|
1916
1916
|
}, undefined, true, undefined, this),
|
|
1917
1917
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1918
1918
|
variant: "ghost",
|
|
1919
|
-
href: "https://
|
|
1919
|
+
href: "https://www.contractspec.studio",
|
|
1920
1920
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1921
1921
|
surface: "hero"
|
|
1922
1922
|
}),
|
|
@@ -2120,7 +2120,7 @@ function FearsSection() {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
2122
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2123
|
-
import {
|
|
2123
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2124
2124
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2125
2125
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2126
2126
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2161,7 +2161,7 @@ function CorePositioningSection() {
|
|
|
2161
2161
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2162
2162
|
children: [
|
|
2163
2163
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2164
|
-
href: "https://
|
|
2164
|
+
href: "https://www.contractspec.studio",
|
|
2165
2165
|
children: [
|
|
2166
2166
|
"Try Studio ",
|
|
2167
2167
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2401,7 +2401,7 @@ function DevelopersSection() {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
2403
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2404
|
-
import {
|
|
2404
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2405
2405
|
import {
|
|
2406
2406
|
analyticsEventNames as analyticsEventNames2,
|
|
2407
2407
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2435,7 +2435,7 @@ function CtaSection() {
|
|
|
2435
2435
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2436
2436
|
children: [
|
|
2437
2437
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2438
|
-
href: "https://
|
|
2438
|
+
href: "https://www.contractspec.studio",
|
|
2439
2439
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2440
2440
|
surface: "cta-section"
|
|
2441
2441
|
}),
|
|
@@ -2737,7 +2737,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2737
2737
|
var faqs = [
|
|
2738
2738
|
{
|
|
2739
2739
|
question: "Can I use ContractSpec Studio today?",
|
|
2740
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2740
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2741
2741
|
},
|
|
2742
2742
|
{
|
|
2743
2743
|
question: "What will you charge for later?",
|
|
@@ -2756,7 +2756,7 @@ function PricingClient() {
|
|
|
2756
2756
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2757
2757
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2758
2758
|
const openStudio = () => {
|
|
2759
|
-
window.open("https://
|
|
2759
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2760
2760
|
};
|
|
2761
2761
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2762
2762
|
className: "",
|
|
@@ -2788,7 +2788,7 @@ function PricingClient() {
|
|
|
2788
2788
|
]
|
|
2789
2789
|
}, undefined, true, undefined, this),
|
|
2790
2790
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2791
|
-
href: "https://
|
|
2791
|
+
href: "https://www.contractspec.studio",
|
|
2792
2792
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2793
2793
|
children: "Try Studio Free"
|
|
2794
2794
|
}, undefined, false, undefined, this)
|
|
@@ -3886,7 +3886,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3886
3886
|
]
|
|
3887
3887
|
}, undefined, true, undefined, this),
|
|
3888
3888
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3889
|
-
href: "https://
|
|
3889
|
+
href: "https://www.contractspec.studio",
|
|
3890
3890
|
className: "btn-ghost",
|
|
3891
3891
|
children: "Try Studio"
|
|
3892
3892
|
}, undefined, false, undefined, this)
|
|
@@ -845,8 +845,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
845
845
|
import { Button } from "@contractspec/lib.design-system";
|
|
846
846
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
847
847
|
"use client";
|
|
848
|
-
var studioUrl = "https://
|
|
849
|
-
var studioDocsUrl = "https://
|
|
848
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
849
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
850
850
|
function StudioSignupSection({
|
|
851
851
|
variant = "default"
|
|
852
852
|
}) {
|
|
@@ -1673,7 +1673,7 @@ function DesignPartnerPage() {
|
|
|
1673
1673
|
asChild: true,
|
|
1674
1674
|
variant: "outline",
|
|
1675
1675
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1676
|
-
href: "https://
|
|
1676
|
+
href: "https://www.contractspec.studio",
|
|
1677
1677
|
children: [
|
|
1678
1678
|
"Launch Studio ",
|
|
1679
1679
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1916,7 +1916,7 @@ function HeroMarketingSection() {
|
|
|
1916
1916
|
}, undefined, true, undefined, this),
|
|
1917
1917
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1918
1918
|
variant: "ghost",
|
|
1919
|
-
href: "https://
|
|
1919
|
+
href: "https://www.contractspec.studio",
|
|
1920
1920
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1921
1921
|
surface: "hero"
|
|
1922
1922
|
}),
|
|
@@ -2120,7 +2120,7 @@ function FearsSection() {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
2122
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2123
|
-
import {
|
|
2123
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2124
2124
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2125
2125
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2126
2126
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2161,7 +2161,7 @@ function CorePositioningSection() {
|
|
|
2161
2161
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2162
2162
|
children: [
|
|
2163
2163
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2164
|
-
href: "https://
|
|
2164
|
+
href: "https://www.contractspec.studio",
|
|
2165
2165
|
children: [
|
|
2166
2166
|
"Try Studio ",
|
|
2167
2167
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2401,7 +2401,7 @@ function DevelopersSection() {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
2403
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2404
|
-
import {
|
|
2404
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2405
2405
|
import {
|
|
2406
2406
|
analyticsEventNames as analyticsEventNames2,
|
|
2407
2407
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2435,7 +2435,7 @@ function CtaSection() {
|
|
|
2435
2435
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2436
2436
|
children: [
|
|
2437
2437
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2438
|
-
href: "https://
|
|
2438
|
+
href: "https://www.contractspec.studio",
|
|
2439
2439
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2440
2440
|
surface: "cta-section"
|
|
2441
2441
|
}),
|
|
@@ -2737,7 +2737,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2737
2737
|
var faqs = [
|
|
2738
2738
|
{
|
|
2739
2739
|
question: "Can I use ContractSpec Studio today?",
|
|
2740
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2740
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2741
2741
|
},
|
|
2742
2742
|
{
|
|
2743
2743
|
question: "What will you charge for later?",
|
|
@@ -2756,7 +2756,7 @@ function PricingClient() {
|
|
|
2756
2756
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2757
2757
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2758
2758
|
const openStudio = () => {
|
|
2759
|
-
window.open("https://
|
|
2759
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2760
2760
|
};
|
|
2761
2761
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2762
2762
|
className: "",
|
|
@@ -2788,7 +2788,7 @@ function PricingClient() {
|
|
|
2788
2788
|
]
|
|
2789
2789
|
}, undefined, true, undefined, this),
|
|
2790
2790
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2791
|
-
href: "https://
|
|
2791
|
+
href: "https://www.contractspec.studio",
|
|
2792
2792
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2793
2793
|
children: "Try Studio Free"
|
|
2794
2794
|
}, undefined, false, undefined, this)
|
|
@@ -3886,7 +3886,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3886
3886
|
]
|
|
3887
3887
|
}, undefined, true, undefined, this),
|
|
3888
3888
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3889
|
-
href: "https://
|
|
3889
|
+
href: "https://www.contractspec.studio",
|
|
3890
3890
|
className: "btn-ghost",
|
|
3891
3891
|
children: "Try Studio"
|
|
3892
3892
|
}, undefined, false, undefined, this)
|
|
@@ -845,8 +845,8 @@ import { ArrowRight, Rocket as Rocket2 } from "lucide-react";
|
|
|
845
845
|
import { Button } from "@contractspec/lib.design-system";
|
|
846
846
|
import { jsxDEV as jsxDEV3 } from "react/jsx-dev-runtime";
|
|
847
847
|
"use client";
|
|
848
|
-
var studioUrl = "https://
|
|
849
|
-
var studioDocsUrl = "https://
|
|
848
|
+
var studioUrl = "https://www.contractspec.studio";
|
|
849
|
+
var studioDocsUrl = "https://www.contractspec.studio/docs";
|
|
850
850
|
function StudioSignupSection({
|
|
851
851
|
variant = "default"
|
|
852
852
|
}) {
|
|
@@ -1673,7 +1673,7 @@ function DesignPartnerPage() {
|
|
|
1673
1673
|
asChild: true,
|
|
1674
1674
|
variant: "outline",
|
|
1675
1675
|
children: /* @__PURE__ */ jsxDEV6(Link2, {
|
|
1676
|
-
href: "https://
|
|
1676
|
+
href: "https://www.contractspec.studio",
|
|
1677
1677
|
children: [
|
|
1678
1678
|
"Launch Studio ",
|
|
1679
1679
|
/* @__PURE__ */ jsxDEV6(ArrowRight2, {
|
|
@@ -1916,7 +1916,7 @@ function HeroMarketingSection() {
|
|
|
1916
1916
|
}, undefined, true, undefined, this),
|
|
1917
1917
|
/* @__PURE__ */ jsxDEV7(ButtonLink2, {
|
|
1918
1918
|
variant: "ghost",
|
|
1919
|
-
href: "https://
|
|
1919
|
+
href: "https://www.contractspec.studio",
|
|
1920
1920
|
onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
|
|
1921
1921
|
surface: "hero"
|
|
1922
1922
|
}),
|
|
@@ -2120,7 +2120,7 @@ function FearsSection() {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
2122
|
// src/components/marketing/sections/CorePositioningSection.tsx
|
|
2123
|
-
import {
|
|
2123
|
+
import { ButtonLink as ButtonLink3, MarketingSection as MarketingSection3 } from "@contractspec/lib.design-system";
|
|
2124
2124
|
import { VStack as VStack4 } from "@contractspec/lib.ui-kit-web/ui/stack";
|
|
2125
2125
|
import { H2 as H23, Lead as Lead3, Small as Small4 } from "@contractspec/lib.ui-kit-web/ui/typography";
|
|
2126
2126
|
import { ChevronRight as ChevronRight2 } from "lucide-react";
|
|
@@ -2161,7 +2161,7 @@ function CorePositioningSection() {
|
|
|
2161
2161
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2162
2162
|
children: [
|
|
2163
2163
|
/* @__PURE__ */ jsxDEV12(ButtonLink3, {
|
|
2164
|
-
href: "https://
|
|
2164
|
+
href: "https://www.contractspec.studio",
|
|
2165
2165
|
children: [
|
|
2166
2166
|
"Try Studio ",
|
|
2167
2167
|
/* @__PURE__ */ jsxDEV12(ChevronRight2, {
|
|
@@ -2401,7 +2401,7 @@ function DevelopersSection() {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
2403
|
// src/components/marketing/sections/CtaSection.tsx
|
|
2404
|
-
import {
|
|
2404
|
+
import { ButtonLink as ButtonLink5, MarketingSection as MarketingSection4 } from "@contractspec/lib.design-system";
|
|
2405
2405
|
import {
|
|
2406
2406
|
analyticsEventNames as analyticsEventNames2,
|
|
2407
2407
|
captureAnalyticsEvent as captureAnalyticsEvent2
|
|
@@ -2435,7 +2435,7 @@ function CtaSection() {
|
|
|
2435
2435
|
className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
|
|
2436
2436
|
children: [
|
|
2437
2437
|
/* @__PURE__ */ jsxDEV17(ButtonLink5, {
|
|
2438
|
-
href: "https://
|
|
2438
|
+
href: "https://www.contractspec.studio",
|
|
2439
2439
|
onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
|
|
2440
2440
|
surface: "cta-section"
|
|
2441
2441
|
}),
|
|
@@ -2737,7 +2737,7 @@ import { jsxDEV as jsxDEV20 } from "react/jsx-dev-runtime";
|
|
|
2737
2737
|
var faqs = [
|
|
2738
2738
|
{
|
|
2739
2739
|
question: "Can I use ContractSpec Studio today?",
|
|
2740
|
-
answer: "Yes. ContractSpec Studio is live at
|
|
2740
|
+
answer: "Yes. ContractSpec Studio is live at www.contractspec.studio. Start with the free tier and upgrade as paid plans roll out."
|
|
2741
2741
|
},
|
|
2742
2742
|
{
|
|
2743
2743
|
question: "What will you charge for later?",
|
|
@@ -2756,7 +2756,7 @@ function PricingClient() {
|
|
|
2756
2756
|
const [openFaq, setOpenFaq] = useState(null);
|
|
2757
2757
|
const [pricingModalOpen, setPricingModalOpen] = useState(false);
|
|
2758
2758
|
const openStudio = () => {
|
|
2759
|
-
window.open("https://
|
|
2759
|
+
window.open("https://www.contractspec.studio", "_blank", "noopener,noreferrer");
|
|
2760
2760
|
};
|
|
2761
2761
|
return /* @__PURE__ */ jsxDEV20("main", {
|
|
2762
2762
|
className: "",
|
|
@@ -2788,7 +2788,7 @@ function PricingClient() {
|
|
|
2788
2788
|
]
|
|
2789
2789
|
}, undefined, true, undefined, this),
|
|
2790
2790
|
/* @__PURE__ */ jsxDEV20(Link3, {
|
|
2791
|
-
href: "https://
|
|
2791
|
+
href: "https://www.contractspec.studio",
|
|
2792
2792
|
className: "btn-ghost inline-flex items-center gap-2",
|
|
2793
2793
|
children: "Try Studio Free"
|
|
2794
2794
|
}, undefined, false, undefined, this)
|
|
@@ -3886,7 +3886,7 @@ var ProductClientPage = () => /* @__PURE__ */ jsxDEV21("main", {
|
|
|
3886
3886
|
]
|
|
3887
3887
|
}, undefined, true, undefined, this),
|
|
3888
3888
|
/* @__PURE__ */ jsxDEV21(Link4, {
|
|
3889
|
-
href: "https://
|
|
3889
|
+
href: "https://www.contractspec.studio",
|
|
3890
3890
|
className: "btn-ghost",
|
|
3891
3891
|
children: "Try Studio"
|
|
3892
3892
|
}, 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
|
}),
|
|
@@ -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)
|