Merge pull request #33 from WIT-LAB-LLC/develop

add screen to funnel soulmate
This commit is contained in:
pennyteenycat 2025-10-09 02:42:04 +02:00 committed by GitHub
commit caa43b947c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
}
],