add auto-selecotr to home page and handle set in data, search in specialties and send req for filter && add locations and change text

This commit is contained in:
Ehsan
2025-09-15 19:45:39 +03:30
parent 153cb5bc9f
commit 41ba7aa709
14 changed files with 88 additions and 62 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ function SpecialtiesPage() {
setFilteredSpecialties(searchOnList(specialtiesData, value, "name"));
return (
<div className="">
<>
<HeadPageList
title="تخصص مورد نظر شما چیست؟"
detail="تخصص مورد نظرتان را جستجو کرده و یا از لیست زیر انتخاب نمایید:"
@@ -27,7 +27,7 @@ function SpecialtiesPage() {
/>
</HeadPageList>
<List specialties={filteredSpecialties} />
</div>
</>
);
}