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