From e3676e6142dfddc42f1d6cdbed438c09d3d6bdea Mon Sep 17 00:00:00 2001 From: yusufipk Date: Sun, 2 Aug 2026 13:47:44 +0300 Subject: [PATCH] docs(legal): print the full US business address on the site Stripe flagged the account under Visa 1.5.1.2 and Mastercard 5.5/5.6: the location stated on the site has to match the Stripe account. The legal pages only said "Wyoming, United States" and the footer said nothing at all. Both now carry the same address Stripe has on file. --- app/privacy/page.tsx | 3 ++- app/refund/page.tsx | 3 ++- app/terms/page.tsx | 3 ++- components/LandingPage.tsx | 11 ++++++++--- components/marketing/marketing-footer.tsx | 11 ++++++++--- 5 files changed, 22 insertions(+), 9 deletions(-) diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx index 8eecfcf..6f19cdc 100644 --- a/app/privacy/page.tsx +++ b/app/privacy/page.tsx @@ -289,7 +289,8 @@ export default function PrivacyPolicyPage() {

IPEK TECH LLC

-

Wyoming, United States

+

30 North Gould Street, Suite N

+

Sheridan, WY 82801, United States

Email:{' '} diff --git a/app/refund/page.tsx b/app/refund/page.tsx index a848eb6..0bdfb30 100644 --- a/app/refund/page.tsx +++ b/app/refund/page.tsx @@ -178,7 +178,8 @@ export default function RefundPolicyPage() {

For billing questions or refund requests:

IPEK TECH LLC

-

Wyoming, United States

+

30 North Gould Street, Suite N

+

Sheridan, WY 82801, United States

Email:{' '} diff --git a/app/terms/page.tsx b/app/terms/page.tsx index 74794cd..4d6f50e 100644 --- a/app/terms/page.tsx +++ b/app/terms/page.tsx @@ -317,7 +317,8 @@ export default function TermsOfServicePage() {

If you have any questions about these Terms, please contact us:

IPEK TECH LLC

-

Wyoming, United States

+

30 North Gould Street, Suite N

+

Sheridan, WY 82801, United States

Email:{' '} diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 1e9c7f0..f53c56f 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -915,9 +915,14 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) {

diff --git a/components/marketing/marketing-footer.tsx b/components/marketing/marketing-footer.tsx index 1b25128..afc6692 100644 --- a/components/marketing/marketing-footer.tsx +++ b/components/marketing/marketing-footer.tsx @@ -9,9 +9,14 @@ export function MarketingFooter() {