add screen to funnel soulmate

This commit is contained in:
dev.daminik00 2025-10-09 02:41:11 +02:00
parent 4a7f327f36
commit 92e383d464
7 changed files with 18 additions and 18 deletions

View File

@ -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"
}
],

View File

@ -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:

View File

@ -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",
}}
/>

View File

@ -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: {

View File

@ -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: {

View File

@ -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:

View File

@ -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"
}
],