Production deploy: stream API field mapping, Caddy domain config, systemd service, Docker bridge binding
This commit is contained in:
@@ -43,6 +43,15 @@ export default async function DonatePage() {
|
||||
</p>
|
||||
</header>
|
||||
|
||||
{/* Coming soon notice */}
|
||||
<div className="bg-amber-500/10 border border-amber-500/30 rounded-2xl p-6 flex items-center gap-4">
|
||||
<span className="text-2xl">🚧</span>
|
||||
<div>
|
||||
<h3 className="font-bold text-amber-400 text-lg">Online Donations Coming Soon</h3>
|
||||
<p className="text-stone-400 text-sm">We're setting up secure payment processing. In the meantime, please visit <a href="https://ccfriendsofwildlife.org" className="text-teal underline" target="_blank" rel="noopener">ccfriendsofwildlife.org</a> to donate directly.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Impact banner */}
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-px bg-white/5 rounded-2xl overflow-hidden">
|
||||
{[
|
||||
|
||||
Reference in New Issue
Block a user