basic design page doctors
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import { Button } from "@mui/material"
|
||||
import LocationD from "../icons/LocationD"
|
||||
import SearchBar from "./search"
|
||||
|
||||
function DoctorsPage() {
|
||||
return (
|
||||
<div className="pt-[120px] padding-responsive">
|
||||
<div className="flex justify-center gap-[24px] flex-col items-center mt-[90px]">
|
||||
<div className="flex items-center justify-start gap-2 w-full">
|
||||
<LocationD />
|
||||
<p className="text-[#525252] text-[16px] font-semibold">خوزستان / اهواز</p>
|
||||
</div>
|
||||
<div className="flex items-center justify-center gap-[32px]">
|
||||
<SearchBar />
|
||||
<Button>تست</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default DoctorsPage
|
||||
Reference in New Issue
Block a user