From e2508e1f6f48589ec2c34f051ce6c55a736c800f Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Wed, 9 Feb 2022 15:26:55 +0330 Subject: [PATCH] Contact Completed --- src/view/contact/index.js | 89 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 src/view/contact/index.js diff --git a/src/view/contact/index.js b/src/view/contact/index.js new file mode 100644 index 0000000..2431983 --- /dev/null +++ b/src/view/contact/index.js @@ -0,0 +1,89 @@ +import React from "react"; +import Button from "../../components/Button"; +import Input from "../../components/input"; +import Map from '../../components/Map' + +const ContactUs = () => { + + + const departments = [ + { + title: 'انتخاب دپارتمان' + }, + { + title: 'انتخاب دپارتمان' + }, + { + title: 'انتخاب دپارتمان' + }, + { + title: 'انتخاب دپارتمان' + }, + { + title: 'انتخاب دپارتمان' + }, + { + title: 'انتخاب دپارتمان' + }, + ] + + return ( +
+

تماس با ما

+
+
+ +
+ + + + +
+
+
+
+
+
+ +
+

آدرس ما

+

تهران خیابان انقلاب بین ابوریحان و فلسطین بن بست سروش پلاک 2

+
+
+

شماره تماس

+

02163462405 - 02163462406

+
+ + +
+
+ +
+

شماره پیامک

+

300000000008762144

+

توجه داشته باشید تمامی پیامک ها از سامانه آزمون از طریق همین سرشماره برای شما ارسال خواهد شد

+
+
+

ایمیل سازمانی

+

Info@Azmoonsample.ir

+
+ + +
+
+ +
+
+
+
+ ); +}; + +export default ContactUs; \ No newline at end of file