add screen to funnel soulmate
This commit is contained in:
parent
4a7f327f36
commit
92e383d464
@ -2690,15 +2690,15 @@
|
|||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"href": "https://witlab.com/terms",
|
"href": "https://witlab.us",
|
||||||
"text": "Terms of Service"
|
"text": "Terms of Service"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "https://witlab.com/privacy",
|
"href": "https://witlab.us",
|
||||||
"text": "Privacy Policy"
|
"text": "Privacy Policy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "https://witlab.com/refund",
|
"href": "https://witlab.us",
|
||||||
"text": "Refund Policy"
|
"text": "Refund Policy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -212,9 +212,9 @@ const defaultScreen: TrialPaymentScreenDefinition = {
|
|||||||
legal: {
|
legal: {
|
||||||
title: { text: "LEGAL" },
|
title: { text: "LEGAL" },
|
||||||
links: [
|
links: [
|
||||||
{ href: "https://witlab.com/terms", text: "Terms of Service" },
|
{ href: "https://witlab.us", text: "Terms of Service" },
|
||||||
{ href: "https://witlab.com/privacy", text: "Privacy Policy" },
|
{ href: "https://witlab.us", text: "Privacy Policy" },
|
||||||
{ href: "https://witlab.com/refund", text: "Refund Policy" },
|
{ href: "https://witlab.us", text: "Refund Policy" },
|
||||||
],
|
],
|
||||||
copyright: {
|
copyright: {
|
||||||
text:
|
text:
|
||||||
|
|||||||
@ -135,11 +135,11 @@ export function TemplateLayout({
|
|||||||
<PrivacyTermsConsent
|
<PrivacyTermsConsent
|
||||||
className="mt-2"
|
className="mt-2"
|
||||||
privacyPolicy={{
|
privacyPolicy={{
|
||||||
href: "/privacy",
|
href: "https://witlab.us",
|
||||||
children: "Privacy Policy",
|
children: "Privacy Policy",
|
||||||
}}
|
}}
|
||||||
termsOfUse={{
|
termsOfUse={{
|
||||||
href: "/terms",
|
href: "https://witlab.us",
|
||||||
children: "Terms of use",
|
children: "Terms of use",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -53,11 +53,11 @@ const meta: Meta<typeof Email> = {
|
|||||||
privacyTermsConsentProps: {
|
privacyTermsConsentProps: {
|
||||||
privacyPolicy: {
|
privacyPolicy: {
|
||||||
children: "Privacy Policy",
|
children: "Privacy Policy",
|
||||||
href: "#privacy-policy",
|
href: "https://witlab.us",
|
||||||
},
|
},
|
||||||
termsOfUse: {
|
termsOfUse: {
|
||||||
children: "Terms of use",
|
children: "Terms of use",
|
||||||
href: "#terms-of-use",
|
href: "https://witlab.us",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
privacySecurityBannerProps: {
|
privacySecurityBannerProps: {
|
||||||
|
|||||||
@ -21,11 +21,11 @@ const meta: Meta<typeof SoulmatePortrait> = {
|
|||||||
privacyTermsConsentProps: {
|
privacyTermsConsentProps: {
|
||||||
privacyPolicy: {
|
privacyPolicy: {
|
||||||
children: "Privacy Policy",
|
children: "Privacy Policy",
|
||||||
href: "#privacy-policy",
|
href: "https://witlab.us",
|
||||||
},
|
},
|
||||||
termsOfUse: {
|
termsOfUse: {
|
||||||
children: "Terms of use",
|
children: "Terms of use",
|
||||||
href: "#terms-of-use",
|
href: "https://witlab.us",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
|
|||||||
@ -730,9 +730,9 @@ const meta: Meta<typeof TrialPayment> = {
|
|||||||
children: "LEGAL",
|
children: "LEGAL",
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
{ href: "https://witlab.com/terms", children: "Terms of Service" },
|
{ href: "https://witlab.us", children: "Terms of Service" },
|
||||||
{ href: "https://witlab.com/privacy", children: "Privacy Policy" },
|
{ href: "https://witlab.us", children: "Privacy Policy" },
|
||||||
{ href: "https://witlab.com/privacy", children: "Refund Policy" },
|
{ href: "https://witlab.us", children: "Refund Policy" },
|
||||||
],
|
],
|
||||||
copyright: {
|
copyright: {
|
||||||
children:
|
children:
|
||||||
|
|||||||
@ -2698,15 +2698,15 @@ export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
|
|||||||
},
|
},
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"href": "https://witlab.com/terms",
|
"href": "https://witlab.us",
|
||||||
"text": "Terms of Service"
|
"text": "Terms of Service"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "https://witlab.com/privacy",
|
"href": "https://witlab.us",
|
||||||
"text": "Privacy Policy"
|
"text": "Privacy Policy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "https://witlab.com/refund",
|
"href": "https://witlab.us",
|
||||||
"text": "Refund Policy"
|
"text": "Refund Policy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user