create component elements & add page clinics && add url clinic
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import HeadPageList from "@/app/component/head";
|
||||
import List from "./list";
|
||||
import SearchBar from "./head/SearchBar";
|
||||
|
||||
function ClinicsPage() {
|
||||
return (
|
||||
<div className="">
|
||||
<HeadPageList
|
||||
title='لیست کلینیک ها و درمانگاه های تخصصی'
|
||||
detail='در قسمت زیر می توانید کلینیک مورد نظر خود را جستجو نمایید'
|
||||
>
|
||||
<SearchBar />
|
||||
</HeadPageList>
|
||||
<List />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default ClinicsPage
|
||||
Reference in New Issue
Block a user