export const navigationRoutes = [
    { id: "dashboard", href: "/dashboard" },
    { id: "tasks", href: "/tasks" },
    { id: "leads", href: "/leads" },
    { id: "contacts", href: "/contacts" },
    { id: "customers", href: "/customers" },
    { id: "targets", href: "/targets" },
    { id: "legal-desk", href: "/legal-desk" },
    { id: "campaigns", href: "/campaigns" },
    { id: "captureLeads", href: "/capture-leads" },
    { id: "reports", href: "/reports" },
    { id: "properties", href: "/individual-properties" },
    { id: "projects", href: "/projects" },
    { id: "notification", href: "/notifications" },
    { id: "partnerNetwork", href: "/partner-network" },
    { id: "countries", href: "/country" },
    { id: "states", href: "/state" },
    { id: "cities", href: "/city" },
    { id: "areas", href: "/area" },
    { id: "company", href: "/companies" },
    { id: "user", href: "/users" },
    { id: "leadStages", href: "/lead-stage-master" },
    { id: "categories", href: "/property-category" },
    { id: "subCategories", href: "/property-subCategory" },
    { id: "configuration", href: "/property-configuration" },
    { id: "propertyUsageTypes", href: "/property-usage" },
    { id: "propertySize", href: "/property-size" },
    { id: "amenities", href: "/amenities" },
    { id: "tags", href: "/tags" },
    { id: "sources", href: "/source" },
    { id: "websites", href: "/website-builder" },
  ];
  
  export const settingsRoutes = [
    { id: "settingUser", href: "/settings/users" },
    { id: "settingTeams", href: "/settings/teams" },
    { id: "settingRoles", href: "/settings/roles" },
    { id: "settingOrganogram", href: "/settings/organogram" },
    { id: "settingcompanyAccount", href: "/settings/company-accounting" },
    { id: "settingUOM", href: "/settings/company-accounting" },
    { id: "settingbankAccounts", href: "/settings/bank-details" },
    { id: "settinggstDetails", href: "/settings/gst" },
    { id: "settingpaymentPlans", href: "/settings/payment-plans" },
    { id: "settingprojectCharges", href: "/settings/project-charges" },
    { id: "settingtermsConditions", href: "/settings/quotation-tc" },
    { id: "settingdocumentTemplates", href: "/settings/documents" },
    { id: "settingleadStages", href: "/settings/lead-stages" },
    { id: "settingleadScore", href: "/settings/lead-score" },
    { id: "settingcompanyRules", href: "/settings/rules" },
    { id: "settingcustomForms", href: "/settings/custom-fields" },
    { id: "settingtransferLeads", href: "/settings/transfer-leads" },
    { id: "settingemailAlerts", href: "/settings/email-alerts" },
    { id: "settingsmsAlerts", href: "/settings/sms-alerts" },
    { id: "settingwhatsappAlerts", href: "/settings/whatsapp-alerts" },
    { id: "settingactivityLog", href: "/settings/activity-log" },
  ];
  