diff --git a/app/[locale]/settings/page.tsx b/app/[locale]/settings/page.tsx index fedf74d..6f7affd 100644 --- a/app/[locale]/settings/page.tsx +++ b/app/[locale]/settings/page.tsx @@ -30,8 +30,11 @@ import { Notifications, Security, Save, - MenuBook + MenuBook, + CardMembership } from '@mui/icons-material' +import UsageDisplay from '@/components/subscription/usage-display' +import Link from 'next/link' export default function SettingsPage() { const { user } = useAuth() @@ -247,6 +250,44 @@ export default function SettingsPage() { + {/* Subscription & Usage */} + + + + + + + + Subscription & Usage + + + + + + + + + + + + + + {/* Bible Preferences */}