page blogs title and head and list article & change footer hover mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Layout from '@/components/layout';
|
||||
import SpecialtiesPage from '@/components/specialties';
|
||||
|
||||
function Doctors() {
|
||||
function Specialties() {
|
||||
return (
|
||||
<Layout title='تخصص ها' name='specialties'>
|
||||
<SpecialtiesPage />
|
||||
@@ -9,4 +9,4 @@ function Doctors() {
|
||||
)
|
||||
}
|
||||
|
||||
export default Doctors
|
||||
export default Specialties
|
||||
Reference in New Issue
Block a user