page home responsive & change component element & page blog item

This commit is contained in:
Ehsan
2024-08-15 10:10:57 +03:30
parent 1341253384
commit fd3b82143b
44 changed files with 4149 additions and 103 deletions
+1
View File
@@ -10,6 +10,7 @@ function Blog({ params: { slug } }) {
<Layout title='وبلاگ' name='blog'>
<BlogPage
article={article}
articles={articles}
/>
</Layout>
)