diff --git a/src/lib/data/privacy-policy.ts b/src/lib/data/privacy-policy.ts index 00e5c73..7ef4bdb 100644 --- a/src/lib/data/privacy-policy.ts +++ b/src/lib/data/privacy-policy.ts @@ -67,11 +67,13 @@ export const privacyPolicy = { id: 'analytics-and-tracking', heading: 'Analytics and Tracking Technologies', body: [ - 'We use third-party analytics and advertising tools to understand how visitors use this website and to improve our services.', - 'We partner with Microsoft Clarity and Microsoft Advertising to capture how you use and interact with our website through behavioral metrics, heatmaps, and session replay to improve and market our products and services. Website usage data is captured using first- and third-party cookies and similar tracking technologies to determine the popularity of content and online activity. We also use this information for site optimization, security and fraud detection, and advertising.', + 'We use a mix of first-party and third-party analytics tools to understand how visitors use this website and to improve our services.', + 'We use Umami as a first-party analytics tool to measure aggregate usage of this site for internal reporting and performance insights; Umami data is not sold or shared for third-party advertising.', + 'We partner with Microsoft Clarity and Microsoft Advertising to capture how you use and interact with our website through behavioral metrics, heatmaps, and session replay to improve and market our products and services. Website usage data is captured using first- and third-party cookies and similar tracking technologies to determine the popularity of content and online activity. We also use this information for site optimization, security and fraud detection, and advertising. These third-party tools only run if you consent to non-essential analytics via our cookie banner.', 'For more information about how Microsoft collects and uses your data, see the Microsoft Privacy Statement: https://www.microsoft.com/privacy/privacystatement.', - 'We also use Google Analytics to collect information about website usage, such as pages visited, time on site, and browser and device information. Google Analytics uses cookies and similar technologies to help us analyze how visitors use the site and to compile aggregated statistics.', + 'We also use Google Analytics (only if you consent) to collect information about website usage, such as pages visited, time on site, and browser and device information. Google Analytics uses cookies and similar technologies to help us analyze how visitors use the site and to compile aggregated statistics.', 'You can learn more about how Google handles data in Google Analytics at: https://policies.google.com/privacy and https://policies.google.com/technologies/partner-sites.', + 'We store your analytics preference (for example, whether you accepted or rejected non-essential analytics) in a small piece of first-party device storage so we can remember your choice on future visits.', ], links: [ { @@ -197,6 +199,7 @@ export const privacyPolicy = { heading: 'Your Rights', body: [ 'Depending on your jurisdiction, you may have the right to: request access to personal data; request correction or deletion of data; withdraw consent for communications.', + 'If you are located in a region with specific data protection laws (such as the European Economic Area or the United Kingdom), you may have additional rights under those laws; we will handle such requests in line with applicable legal requirements.', 'Requests may be submitted using the contact information below.', ], list: [ diff --git a/src/lib/data/terms-of-service.ts b/src/lib/data/terms-of-service.ts index c0ae98c..cd857ed 100644 --- a/src/lib/data/terms-of-service.ts +++ b/src/lib/data/terms-of-service.ts @@ -1,6 +1,6 @@ /** * Terms of Service content for mifi Ventures. Used by /terms-of-service. - * Last updated: March 5, 2026. OpenPhone / A2P messaging compliance. + * Last updated: March 12, 2026. OpenPhone / A2P messaging compliance; data protection positioning. */ export interface LegalSection { @@ -12,7 +12,7 @@ export interface LegalSection { export const termsOfService = { title: 'Terms of Service', - lastUpdated: 'March 5, 2026', + lastUpdated: 'March 12, 2026', intro: [ 'These Terms of Service govern the use of the website operated by mifi Ventures LLC ("mifi Ventures", "we", "our", or "us").', 'By accessing or using this website, you agree to these terms. If you do not agree, you should not use this website.', @@ -71,6 +71,14 @@ export const termsOfService = { 'This website may reference or integrate with third-party platforms or services. mifi Ventures is not responsible for the privacy practices or content of external services.', ], }, + { + id: 'data-protection-and-privacy', + heading: 'Data Protection and Privacy', + body: [ + 'Your use of this website is also subject to our Privacy Policy, which explains what information we collect, how it is used, and your choices. By using this website, you acknowledge that you have reviewed the Privacy Policy.', + 'mifi Ventures is based in the United States and primarily serves U.S.-based clients. However, if you are located in a region with specific data protection laws (such as the European Economic Area or the United Kingdom), we will handle personal data in accordance with applicable data protection requirements to the extent they apply and as described in the Privacy Policy.', + ], + }, { id: 'limitation-of-liability', heading: 'Limitation of Liability', @@ -78,6 +86,14 @@ export const termsOfService = { 'To the fullest extent permitted by law, mifi Ventures LLC shall not be liable for indirect, incidental, or consequential damages arising from use of this website or related services.', ], }, + { + id: 'governing-law', + heading: 'Governing Law and Jurisdiction', + body: [ + 'These Terms of Service are governed by the laws of the Commonwealth of Massachusetts and applicable federal law of the United States, without regard to conflict of law principles.', + 'Any disputes arising out of or relating to these terms or your use of this website shall be brought exclusively in the state or federal courts located in Massachusetts, except where applicable data protection laws provide you with mandatory rights to bring claims in another jurisdiction.', + ], + }, { id: 'changes', heading: 'Changes to These Terms', diff --git a/tests/visual.spec.ts-snapshots/privacy-policy-chromium-desktop-linux.png b/tests/visual.spec.ts-snapshots/privacy-policy-chromium-desktop-linux.png index 1560296..a773a39 100644 Binary files a/tests/visual.spec.ts-snapshots/privacy-policy-chromium-desktop-linux.png and b/tests/visual.spec.ts-snapshots/privacy-policy-chromium-desktop-linux.png differ diff --git a/tests/visual.spec.ts-snapshots/privacy-policy-chromium-mobile-linux.png b/tests/visual.spec.ts-snapshots/privacy-policy-chromium-mobile-linux.png index 8263097..ddea19a 100644 Binary files a/tests/visual.spec.ts-snapshots/privacy-policy-chromium-mobile-linux.png and b/tests/visual.spec.ts-snapshots/privacy-policy-chromium-mobile-linux.png differ diff --git a/tests/visual.spec.ts-snapshots/terms-of-service-chromium-desktop-linux.png b/tests/visual.spec.ts-snapshots/terms-of-service-chromium-desktop-linux.png index 0fbc592..7468c16 100644 Binary files a/tests/visual.spec.ts-snapshots/terms-of-service-chromium-desktop-linux.png and b/tests/visual.spec.ts-snapshots/terms-of-service-chromium-desktop-linux.png differ diff --git a/tests/visual.spec.ts-snapshots/terms-of-service-chromium-mobile-linux.png b/tests/visual.spec.ts-snapshots/terms-of-service-chromium-mobile-linux.png index da429fa..3c1c4b9 100644 Binary files a/tests/visual.spec.ts-snapshots/terms-of-service-chromium-mobile-linux.png and b/tests/visual.spec.ts-snapshots/terms-of-service-chromium-mobile-linux.png differ