page blogs title and head and list article & change footer hover mode

This commit is contained in:
Ehsan
2024-07-12 16:52:16 +03:30
parent c052e2d55e
commit 7b825e52c0
26 changed files with 263 additions and 5 deletions
+2 -2
View File
@@ -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