AV: precise recolor to spec — warm dark backgrounds (#1c1815/#231d18/#26201a/#15110e) + gold #F0A623 / orange #D85A30 accents + warm text (#FBEFE0/#C9BBA8/#8a7e6e). 138 component files + 36 token swaps.
This commit is contained in:
@@ -77,15 +77,15 @@ export default function PrivacyPage() {
|
||||
<h2 id="section-4" className="font-heading text-[#e0e0e0] text-xl font-bold mb-3">4. Cookies Policy</h2>
|
||||
<p>We use the following categories of cookies:</p>
|
||||
<div className="mt-3 space-y-3">
|
||||
<div className="bg-[#1a1a1a] border border-[#2a2a2a] rounded p-3">
|
||||
<div className="bg-[#231d18] border border-[#3a322b] rounded p-3">
|
||||
<p className="font-bold text-[#ccc] text-sm">Essential Cookies</p>
|
||||
<p className="text-sm mt-1">Required for the website to function. Cannot be disabled. Includes session management and security tokens.</p>
|
||||
</div>
|
||||
<div className="bg-[#1a1a1a] border border-[#2a2a2a] rounded p-3">
|
||||
<div className="bg-[#231d18] border border-[#3a322b] rounded p-3">
|
||||
<p className="font-bold text-[#ccc] text-sm">Analytics Cookies</p>
|
||||
<p className="text-sm mt-1">Help us understand how visitors interact with our site (Google Analytics). Requires your consent.</p>
|
||||
</div>
|
||||
<div className="bg-[#1a1a1a] border border-[#2a2a2a] rounded p-3">
|
||||
<div className="bg-[#231d18] border border-[#3a322b] rounded p-3">
|
||||
<p className="font-bold text-[#ccc] text-sm">Advertising Cookies</p>
|
||||
<p className="text-sm mt-1">Used to serve relevant ads and measure campaign performance. Requires your consent.</p>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@ export default function PrivacyPage() {
|
||||
<li><strong className="text-[#ccc]">Opt-out (CCPA):</strong> California residents may opt out of the sale of personal information</li>
|
||||
<li><strong className="text-[#ccc]">Unsubscribe:</strong> Opt out of marketing emails at any time via the unsubscribe link</li>
|
||||
</ul>
|
||||
<p className="mt-3">To exercise any of these rights, contact us at <a href="mailto:privacy@avbeat.com" className="text-[#ffb800] underline hover:text-blue-400 transition-colors">privacy@avbeat.com</a>. We will respond within 30 days.</p>
|
||||
<p className="mt-3">To exercise any of these rights, contact us at <a href="mailto:privacy@avbeat.com" className="text-[#F0A623] underline hover:text-blue-400 transition-colors">privacy@avbeat.com</a>. We will respond within 30 days.</p>
|
||||
</section>
|
||||
|
||||
<section aria-labelledby="section-6">
|
||||
@@ -127,7 +127,7 @@ export default function PrivacyPage() {
|
||||
<address className="not-italic mt-3 space-y-1 text-[#999]">
|
||||
<p><strong className="text-[#ccc]">Relevant Media Properties, LLC</strong></p>
|
||||
<p>Privacy Officer</p>
|
||||
<p>Email: <a href="mailto:privacy@avbeat.com" className="text-[#ffb800] underline hover:text-blue-400 transition-colors">privacy@avbeat.com</a></p>
|
||||
<p>Email: <a href="mailto:privacy@avbeat.com" className="text-[#F0A623] underline hover:text-blue-400 transition-colors">privacy@avbeat.com</a></p>
|
||||
</address>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user