page about us & page contact us and responsive

This commit is contained in:
Ehsan
2024-08-16 20:41:53 +03:30
parent fd3b82143b
commit d3f967ca67
22 changed files with 297 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Layout from '@/components/layout';
function Clinics() {
return (
<Layout title='کلینیک ها' name='specialties'>
<Layout title='کلینیک ها' name='clinics'>
<ClinicsPage />
</Layout>
)