From 92e383d4641bf481f355bd30d1acf93806555ece Mon Sep 17 00:00:00 2001 From: "dev.daminik00" Date: Thu, 9 Oct 2025 02:41:11 +0200 Subject: [PATCH] add screen to funnel soulmate --- public/funnels/soulmate.json | 6 +++--- .../TrialPaymentTemplate/TrialPaymentTemplate.stories.tsx | 6 +++--- src/components/funnel/templates/layouts/TemplateLayout.tsx | 4 ++-- src/components/templates/Email/Email.stories.tsx | 4 ++-- .../templates/SoulmatePortrait/SoulmatePortrait.stories.tsx | 4 ++-- .../templates/TrialPayment/TrialPayment.stories.tsx | 6 +++--- src/lib/funnel/bakedFunnels.ts | 6 +++--- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/public/funnels/soulmate.json b/public/funnels/soulmate.json index 8807e0f..96af8ca 100644 --- a/public/funnels/soulmate.json +++ b/public/funnels/soulmate.json @@ -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" } ], diff --git a/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.stories.tsx b/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.stories.tsx index c7a04d7..70bb325 100644 --- a/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.stories.tsx +++ b/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.stories.tsx @@ -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: diff --git a/src/components/funnel/templates/layouts/TemplateLayout.tsx b/src/components/funnel/templates/layouts/TemplateLayout.tsx index ce59e6d..bc6ef46 100644 --- a/src/components/funnel/templates/layouts/TemplateLayout.tsx +++ b/src/components/funnel/templates/layouts/TemplateLayout.tsx @@ -135,11 +135,11 @@ export function TemplateLayout({ diff --git a/src/components/templates/Email/Email.stories.tsx b/src/components/templates/Email/Email.stories.tsx index 5e3b30d..4882130 100644 --- a/src/components/templates/Email/Email.stories.tsx +++ b/src/components/templates/Email/Email.stories.tsx @@ -53,11 +53,11 @@ const meta: Meta = { 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: { diff --git a/src/components/templates/SoulmatePortrait/SoulmatePortrait.stories.tsx b/src/components/templates/SoulmatePortrait/SoulmatePortrait.stories.tsx index 0caa29f..921bc78 100644 --- a/src/components/templates/SoulmatePortrait/SoulmatePortrait.stories.tsx +++ b/src/components/templates/SoulmatePortrait/SoulmatePortrait.stories.tsx @@ -21,11 +21,11 @@ const meta: Meta = { 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: { diff --git a/src/components/templates/TrialPayment/TrialPayment.stories.tsx b/src/components/templates/TrialPayment/TrialPayment.stories.tsx index a754376..e5cbb61 100644 --- a/src/components/templates/TrialPayment/TrialPayment.stories.tsx +++ b/src/components/templates/TrialPayment/TrialPayment.stories.tsx @@ -730,9 +730,9 @@ const meta: Meta = { 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: diff --git a/src/lib/funnel/bakedFunnels.ts b/src/lib/funnel/bakedFunnels.ts index ddc8153..dae9d72 100644 --- a/src/lib/funnel/bakedFunnels.ts +++ b/src/lib/funnel/bakedFunnels.ts @@ -2698,15 +2698,15 @@ export const BAKED_FUNNELS: Record = { }, "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" } ],