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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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