@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
package/dist/browser/index.js
CHANGED
|
@@ -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)
|
|
@@ -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, {
|