feat: Adsterra integration, code splitting, cleanup, Onidel affiliate
This commit is contained in:
@@ -167,20 +167,19 @@ const PrivacyPolicy = () => {
|
||||
<section className="mb-8">
|
||||
<h2 className="text-xl font-semibold text-slate-800 dark:text-white mb-4 flex items-center gap-2">
|
||||
<Globe className="h-5 w-5 text-teal-600" />
|
||||
5. Future Advertising (Google AdSense)
|
||||
5. Advertising (Adsterra)
|
||||
</h2>
|
||||
<div className="bg-amber-50 dark:bg-amber-900/20 rounded-lg p-4 mb-4">
|
||||
<h3 className="font-semibold text-amber-800 dark:text-amber-200 mb-2">
|
||||
🔮 Planned Implementation:
|
||||
Advertising:
|
||||
</h3>
|
||||
<p className="text-amber-700 dark:text-amber-300 text-sm leading-relaxed mb-3">
|
||||
To keep our tools free, we plan to display Google AdSense advertisements. When implemented:
|
||||
To keep our tools free, we display Adsterra advertisements.
|
||||
</p>
|
||||
<ul className="list-disc list-inside text-amber-700 dark:text-amber-300 space-y-1 text-sm">
|
||||
<li>Ads will be clearly marked and non-intrusive</li>
|
||||
<li>No impact on tool functionality or performance</li>
|
||||
<li>Google may use cookies for ad personalization</li>
|
||||
<li>You can opt-out of personalized ads via Google settings</li>
|
||||
<li>The ad network may use cookies for ad delivery</li>
|
||||
<li><strong>We will NEVER share your tool usage data with advertisers</strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -218,9 +217,9 @@ const PrivacyPolicy = () => {
|
||||
</p>
|
||||
</div>
|
||||
<div className="border-l-4 border-green-500 pl-4">
|
||||
<h3 className="font-semibold text-slate-800 dark:text-white">Google AdSense (Future)</h3>
|
||||
<h3 className="font-semibold text-slate-800 dark:text-white">Adsterra</h3>
|
||||
<p className="text-slate-600 dark:text-slate-300 text-sm">
|
||||
Privacy Policy: <a href="https://policies.google.com/privacy" className="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">https://policies.google.com/privacy</a>
|
||||
Privacy Policy: <a href="https://adsterra.com/privacy-policy/" className="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer">https://adsterra.com/privacy-policy/</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user