import { Bell, Shield, Eye, Volume2 } from 'lucide-react'; export default function SettingsPage() { return (

Settings

{/* Notification Settings */}

Notifications

Protest Filed Against You

Get notified when someone files a protest involving you

Vote Requested

Get notified when your vote is needed on a protest

Defense Required

Get notified when you need to submit a defense

Penalty Issued

Get notified when you receive a penalty

Race Starting Soon

Reminder before scheduled races begin

League Announcements

Updates from league administrators

{/* Display Settings */}

Display

Toast Duration

How long toast notifications stay visible

Toast Position

Where toast notifications appear on screen

{/* Sound Settings */}

Sound

Notification Sounds

Play sounds for new notifications

Urgent Notification Sound

Special sound for modal notifications

{/* Privacy Settings */}

Privacy

Show Online Status

Let others see when you're online

Public Profile

Allow non-league members to view your profile

{/* Save Button */}
); }