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
+12
View File
@@ -0,0 +1,12 @@
import AboutUsPage from '@/components/aboutUs';
import Layout from '@/components/layout';
function AboutUs() {
return (
<Layout title='درباره ما' name='about-us'>
<AboutUsPage />
</Layout>
)
}
export default AboutUs