change name in register & add link to most-searched home page & change tag & change design and responsive & fix active link header & must include field num in register & send code msg

This commit is contained in:
Ehsan
2025-05-13 22:07:03 +03:30
parent cd3114d308
commit a8a320465d
37 changed files with 192 additions and 172 deletions
@@ -16,7 +16,7 @@ function ItemSpecialties({ data, loading }) {
hover:bg-[#5559CE] transition-all duration-500 cursor-pointer hover-mode-item-speciality"
>
<TextLoading loading={loading} width={70} height={18}>
<p className="text-[#3B3B3B] text-[16px] font-bold">{data.name}</p>
<h2 className="text-[#3B3B3B] text-[16px] font-bold">{data.name}</h2>
</TextLoading>
<TextLoading loading={loading} width={50} height={18}>
<p className="text-[#7E7E7E] text-[14px] font-medium">
+2 -2
View File
@@ -7,9 +7,9 @@ function List({ loading, specialties = [] }) {
<div className="bg-[#FAFAFA]">
<div className="flex items-center justify-center gap-[12px] pt-[24px] mb-[40px]">
<MenuS />
<p className="text-[#3B3B3B] text-[16px] sm:text-[19px] md:text-[22px] lg:text-[24px] font-bold">
<h1 className="text-[#3B3B3B] text-[16px] sm:text-[19px] md:text-[22px] lg:text-[24px] font-bold">
لیست تخصص ها
</p>
</h1>
</div>
{specialties.length === 0 ? (
<div className="text-center py-10 text-gray-500">