Browse Source

feat: add ServicesPage component

master
parent
commit
6edc93e217
  1. 2
      src/features/services/ServicesPage.tsx

2
src/features/services/ServicesPage.tsx

@ -58,7 +58,7 @@ export const SERVICES_LIST: ServiceMeta[] = [
{ {
key: 'exchange', key: 'exchange',
title: 'صرافی آنلاین و تشریفات', title: 'صرافی آنلاین و تشریفات',
titleEn: 'Online Exchange',
titleEn: 'Currency Exchange',
icon: 'exchange', icon: 'exchange',
color: 'text-primary', color: 'text-primary',
bgColor: 'bg-primary/10', bgColor: 'bg-primary/10',

Loading…
Cancel
Save