diff --git a/app/specialties/page.js b/app/specialties/page.js
index 3ebb4ec..3b37acb 100644
--- a/app/specialties/page.js
+++ b/app/specialties/page.js
@@ -1,10 +1,10 @@
-import DoctorsPage from '@/components/doctors';
import Layout from '@/components/layout';
+import SpecialtiesPage from '@/components/specialties';
function Doctors() {
return (
-
+
)
}
diff --git a/components/specialties/head/SearchBar.js b/components/specialties/head/SearchBar.js
new file mode 100644
index 0000000..319959f
--- /dev/null
+++ b/components/specialties/head/SearchBar.js
@@ -0,0 +1,42 @@
+import ArrowBottomD from '@/components/icons/ArrowBottomD'
+import SearchD from '@/components/icons/SearchD'
+import SettingD from '@/components/icons/SettingD'
+import { Button, ButtonGroup, TextField } from '@mui/material'
+import React from 'react'
+
+function SearchBar() {
+ return (
+
+
+
+
+ )
+}
+
+export default SearchBar
\ No newline at end of file
diff --git a/components/specialties/head/index.js b/components/specialties/head/index.js
new file mode 100644
index 0000000..6c03251
--- /dev/null
+++ b/components/specialties/head/index.js
@@ -0,0 +1,13 @@
+import SearchBar from "./SearchBar"
+
+function Head() {
+ return (
+
+
تخصص مورد نظر شما چیست؟
+
تخصص مورد نظرتان را جستجو کرده و یا از لیست زیر انتخاب نمایید:
+
+
+ )
+}
+
+export default Head
\ No newline at end of file
diff --git a/components/specialties/index.js b/components/specialties/index.js
index a0d9afa..cdeaffc 100644
--- a/components/specialties/index.js
+++ b/components/specialties/index.js
@@ -1,6 +1,12 @@
+import Head from "./head"
+import List from "./list"
+
function SpecialtiesPage() {
return (
-
+ )
+}
+
+export default List;
\ No newline at end of file
diff --git a/data/specialties.json b/data/specialties.json
new file mode 100644
index 0000000..e69de29