import { HelpArticle } from "@/components/help/help-article"; import { HelpSection } from "@/components/help/help-section"; import { HelpCallout } from "@/components/help/help-callout"; import { ScreenshotPlaceholder } from "@/components/help/screenshot-placeholder"; export default function AccountHelpPage() { return (

Update your display name and email address from your profile settings. Your name appears to other household members when collaborating on shared residences.

  1. Go to SettingsProfile.
  2. Edit your name or email.
  3. Tap Save to apply changes.

Change your password at any time from the profile settings. You'll need to enter your current password for verification.

If you signed up with Apple Sign In, you don't have a password to change — authentication is handled by Apple.

honeyDue supports light, dark, and system-matched themes. Choose the one that's most comfortable for you.

The theme affects the app's appearance across all screens. Your preference syncs across devices when you're logged in.

You can permanently delete your account and all associated data from the profile settings.

Account deletion is permanent and cannot be undone. All your residences, tasks, contractors, documents, and subscription data will be permanently removed. Household members will lose access to any residences you own.
  1. Go to SettingsProfile.
  2. Scroll to the bottom and tap Delete Account.
  3. Confirm the deletion by typing your email address.
  4. Your account and all data will be permanently removed.
); }