import React from 'react';
import { Link } from 'react-router-dom';
import { ChevronLeftIcon } from '@heroicons/react/24/outline';
import { SETTINGS_MENU } from '../components/layout/SettingsLayout';
/**
* SettingsMenuPage — the settings landing list for doctor/clinic users.
* A full-width tappable list of settings sections (mobile-first, matches the
* Figma mobile design). Implemented sections link to their route; the rest
* render as disabled rows labelled "بهزودی". On desktop the same list is shown;
* each section itself renders the desktop shell via SettingsLayout.
*/
export default function SettingsMenuPage() {
return (