respnsive pages

This commit is contained in:
Ehsan
2024-08-19 21:48:15 +03:30
parent 8a53f60d7e
commit 381b0a9eea
20 changed files with 145 additions and 96 deletions
+8 -2
View File
@@ -1,10 +1,16 @@
import Head from "./head"
import HeadPageList from "@/app/component/head"
import SmSearch from "../searchHead/SmSearch"
import List from "./list"
function SpecialtiesPage() {
return (
<div className="">
<Head />
<HeadPageList
title='تخصص مورد نظر شما چیست؟'
detail='تخصص مورد نظرتان را جستجو کرده و یا از لیست زیر انتخاب نمایید:'
>
<SmSearch placeholder='جستجوی تخصص' />
</HeadPageList>
<List />
</div>
)