mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
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.
This commit is contained in:
@@ -289,7 +289,8 @@ export default function PrivacyPolicyPage() {
|
|||||||
</p>
|
</p>
|
||||||
<div className="mt-3 border border-border bg-card/40 p-4 text-sm space-y-1">
|
<div className="mt-3 border border-border bg-card/40 p-4 text-sm space-y-1">
|
||||||
<p className="font-medium text-foreground">IPEK TECH LLC</p>
|
<p className="font-medium text-foreground">IPEK TECH LLC</p>
|
||||||
<p>Wyoming, United States</p>
|
<p>30 North Gould Street, Suite N</p>
|
||||||
|
<p>Sheridan, WY 82801, United States</p>
|
||||||
<p>
|
<p>
|
||||||
Email:{' '}
|
Email:{' '}
|
||||||
<a href="mailto:[email protected]" className="text-primary hover:underline">
|
<a href="mailto:[email protected]" className="text-primary hover:underline">
|
||||||
|
|||||||
+2
-1
@@ -178,7 +178,8 @@ export default function RefundPolicyPage() {
|
|||||||
<p>For billing questions or refund requests:</p>
|
<p>For billing questions or refund requests:</p>
|
||||||
<div className="mt-3 border border-border bg-card/40 p-4 text-sm space-y-1">
|
<div className="mt-3 border border-border bg-card/40 p-4 text-sm space-y-1">
|
||||||
<p className="font-medium text-foreground">IPEK TECH LLC</p>
|
<p className="font-medium text-foreground">IPEK TECH LLC</p>
|
||||||
<p>Wyoming, United States</p>
|
<p>30 North Gould Street, Suite N</p>
|
||||||
|
<p>Sheridan, WY 82801, United States</p>
|
||||||
<p>
|
<p>
|
||||||
Email:{' '}
|
Email:{' '}
|
||||||
<a href="mailto:[email protected]" className="text-primary hover:underline">
|
<a href="mailto:[email protected]" className="text-primary hover:underline">
|
||||||
|
|||||||
+2
-1
@@ -317,7 +317,8 @@ export default function TermsOfServicePage() {
|
|||||||
<p>If you have any questions about these Terms, please contact us:</p>
|
<p>If you have any questions about these Terms, please contact us:</p>
|
||||||
<div className="mt-3 border border-border bg-card/40 p-4 text-sm space-y-1">
|
<div className="mt-3 border border-border bg-card/40 p-4 text-sm space-y-1">
|
||||||
<p className="font-medium text-foreground">IPEK TECH LLC</p>
|
<p className="font-medium text-foreground">IPEK TECH LLC</p>
|
||||||
<p>Wyoming, United States</p>
|
<p>30 North Gould Street, Suite N</p>
|
||||||
|
<p>Sheridan, WY 82801, United States</p>
|
||||||
<p>
|
<p>
|
||||||
Email:{' '}
|
Email:{' '}
|
||||||
<a href="mailto:[email protected]" className="text-primary hover:underline">
|
<a href="mailto:[email protected]" className="text-primary hover:underline">
|
||||||
|
|||||||
@@ -915,9 +915,14 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) {
|
|||||||
<div className="mx-auto grid max-w-[1200px] gap-8 sm:grid-cols-2 lg:grid-cols-3">
|
<div className="mx-auto grid max-w-[1200px] gap-8 sm:grid-cols-2 lg:grid-cols-3">
|
||||||
<div className="flex items-start gap-2">
|
<div className="flex items-start gap-2">
|
||||||
<Video className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
<Video className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
||||||
<span className="font-mono text-xs text-muted-foreground">
|
<div className="flex flex-col gap-1">
|
||||||
© 2026 IPEK TECH LLC. All rights reserved.
|
<span className="font-mono text-xs text-muted-foreground">
|
||||||
</span>
|
© 2026 IPEK TECH LLC. All rights reserved.
|
||||||
|
</span>
|
||||||
|
<span className="font-mono text-xs text-muted-foreground">
|
||||||
|
30 North Gould Street, Suite N, Sheridan, WY 82801, United States
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<MarketingCompareLinks />
|
<MarketingCompareLinks />
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
|
|||||||
@@ -9,9 +9,14 @@ export function MarketingFooter() {
|
|||||||
<div className="mx-auto grid max-w-[1200px] gap-8 sm:grid-cols-2 lg:grid-cols-3">
|
<div className="mx-auto grid max-w-[1200px] gap-8 sm:grid-cols-2 lg:grid-cols-3">
|
||||||
<div className="flex items-start gap-2">
|
<div className="flex items-start gap-2">
|
||||||
<Video className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
<Video className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
||||||
<span className="font-mono text-xs text-muted-foreground">
|
<div className="flex flex-col gap-1">
|
||||||
© 2026 IPEK TECH LLC. All rights reserved.
|
<span className="font-mono text-xs text-muted-foreground">
|
||||||
</span>
|
© 2026 IPEK TECH LLC. All rights reserved.
|
||||||
|
</span>
|
||||||
|
<span className="font-mono text-xs text-muted-foreground">
|
||||||
|
30 North Gould Street, Suite N, Sheridan, WY 82801, United States
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<MarketingCompareLinks />
|
<MarketingCompareLinks />
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user