See the difference between invasive tracking and privacy-first analytics.
+
+
+
+
+
+
+
+
+
+
+
+
+ {activeTab === 'them' ? (
+ <>
+
+
+
+ IP Address
+
+
+
+ Exact Location (GPS)
+
+
+
+ Device Fingerprint
+
+
+
+ Advertising ID
+
+
+
+
+
+ Cross-site Tracking
+
+
+
+ Personal Browsing History
+
+
+
+ Demographics (Age, Gender)
+
+
+
+ Interest Categories
+
+
+ >
+ ) : (
+ <>
+
+
+
+ Page URL
+
+
+
+ Referrer Source
+
+
+
+ Country (Approximate)
+
+
+
+
+
+ Device Type (Mobile/Desktop)
+
+
+
+ Browser & OS
+
+
+
+ Screen Size
+
+
+ >
+ )}
+
+
+
+ {/* Warning/Success Banner at bottom */}
+
+ {activeTab === 'them'
+ ? "⚠️ This data is sold to advertisers and used to profile your users."
+ : "🛡️ This data is aggregated and never linked to individual users."
+ }
+
+
+
+ )
+}
+
function ComparisonSection() {
return (
@@ -213,6 +349,9 @@ export default function HomePage() {
))}