Sessions 5-7a: 955 tests, deployment ready
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
import type { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Responsible Gambling',
|
||||
description: 'VYNDR provides analytics, not bets. If gambling stops being fun, stop.',
|
||||
};
|
||||
|
||||
export default function ResponsibleGamblingPage() {
|
||||
return (
|
||||
<section style={{ maxWidth: 680, margin: '0 auto', padding: '48px 16px 120px' }}>
|
||||
<header style={{ marginBottom: 32 }}>
|
||||
<h1 style={{ fontSize: 36, fontWeight: 700, letterSpacing: '-0.03em', marginBottom: 8 }}>
|
||||
If gambling stops being fun, stop.
|
||||
</h1>
|
||||
<p className="mono" style={{ fontSize: 12, color: 'var(--text-tertiary)', letterSpacing: '0.05em' }}>
|
||||
RESPONSIBLE GAMBLING
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div style={{ color: 'var(--text-secondary)', fontSize: 16, lineHeight: 1.7 }}>
|
||||
<p style={{ marginBottom: 16 }}>
|
||||
VYNDR provides sports analysis for informational purposes only. We do not take bets, facilitate wagers, or encourage gambling. We exist to help bettors make more informed decisions — including the decision to walk away.
|
||||
</p>
|
||||
<p style={{ marginBottom: 16 }}>
|
||||
Sports betting is entertainment. It should never feel like a job, a financial plan, or an escape. If you find yourself chasing losses, hiding bets from people you love, or betting more than you can afford to lose, those are warning signs that gambling has stopped being fun.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<section className="surface diagonal-cut" style={{ padding: 24, marginTop: 32, borderColor: 'var(--grade-a)' }}>
|
||||
<h2 style={{ fontSize: 18, fontWeight: 700, marginBottom: 12 }}>Get help</h2>
|
||||
<ul style={{ display: 'grid', gap: 12, fontSize: 15 }}>
|
||||
<li>
|
||||
<strong style={{ color: 'var(--text-primary)' }}>National Council on Problem Gambling Helpline</strong>
|
||||
<br />
|
||||
<a href="tel:18005224700" style={{ color: 'var(--grade-a)', fontSize: 24, fontWeight: 700, fontFamily: 'JetBrains Mono, monospace' }}>
|
||||
1-800-522-4700
|
||||
</a>
|
||||
<br />
|
||||
<span style={{ color: 'var(--text-secondary)', fontSize: 13 }}>24/7, free, confidential.</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.ncpgambling.org" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--text-primary)' }}>
|
||||
ncpgambling.org
|
||||
</a>
|
||||
<br />
|
||||
<span style={{ color: 'var(--text-secondary)', fontSize: 13 }}>Resources, support groups, self-assessment tools.</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.gamblersanonymous.org" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--text-primary)' }}>
|
||||
gamblersanonymous.org
|
||||
</a>
|
||||
<br />
|
||||
<span style={{ color: 'var(--text-secondary)', fontSize: 13 }}>Local meetings nationwide.</span>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section style={{ marginTop: 32 }}>
|
||||
<h2 style={{ fontSize: 18, fontWeight: 700, marginBottom: 12 }}>Self-exclusion</h2>
|
||||
<p style={{ color: 'var(--text-secondary)', lineHeight: 1.7, fontSize: 15 }}>
|
||||
Most US sportsbooks support a "self-exclusion" registry. You can voluntarily ban yourself from accessing sportsbook accounts for a period of months or years. Your state's gaming control board can help — search "[your state] gaming control board self-exclusion" to start.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section style={{ marginTop: 32 }}>
|
||||
<h2 style={{ fontSize: 18, fontWeight: 700, marginBottom: 12 }}>Our position</h2>
|
||||
<p style={{ color: 'var(--text-secondary)', lineHeight: 1.7, fontSize: 15 }}>
|
||||
We built VYNDR because we believe sports bettors deserve better tools than the books give them. We do not believe gambling makes anyone's life better when it stops being fun. If you need to walk away from sports betting entirely, that's the right call. Cancel your subscription, delete the app, and reach out to one of the resources above.
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user