diff --git a/app/about-us/page.js b/app/about-us/page.js
new file mode 100644
index 0000000..6cb9532
--- /dev/null
+++ b/app/about-us/page.js
@@ -0,0 +1,12 @@
+import AboutUsPage from '@/components/aboutUs';
+import Layout from '@/components/layout';
+
+function AboutUs() {
+ return (
+
+
+
+ )
+}
+
+export default AboutUs
\ No newline at end of file
diff --git a/app/clinics/page.js b/app/clinics/page.js
index dcfef43..923b314 100644
--- a/app/clinics/page.js
+++ b/app/clinics/page.js
@@ -3,7 +3,7 @@ import Layout from '@/components/layout';
function Clinics() {
return (
-
+
)
diff --git a/app/component/Field.js b/app/component/Field.js
new file mode 100644
index 0000000..82f2903
--- /dev/null
+++ b/app/component/Field.js
@@ -0,0 +1,30 @@
+import { TextField } from "@mui/material"
+
+function Field({ title, type, multiline, isPlaceHolder }) {
+ return (
+
+ )
+}
+
+export default Field
\ No newline at end of file
diff --git a/app/contact-us/page.js b/app/contact-us/page.js
new file mode 100644
index 0000000..cd0a693
--- /dev/null
+++ b/app/contact-us/page.js
@@ -0,0 +1,12 @@
+import ContactUsPage from '@/components/contactUs';
+import Layout from '@/components/layout';
+
+function ContactUs() {
+ return (
+
+
+
+ )
+}
+
+export default ContactUs
\ No newline at end of file
diff --git a/components/aboutUs/Head.js b/components/aboutUs/Head.js
new file mode 100644
index 0000000..ba59149
--- /dev/null
+++ b/components/aboutUs/Head.js
@@ -0,0 +1,18 @@
+import Image from 'next/image'
+import React from 'react'
+
+function Head() {
+ return (
+
+
+
درباره نوبت ۷۲۴
+
+ )
+}
+
+export default Head
\ No newline at end of file
diff --git a/components/aboutUs/Services.js b/components/aboutUs/Services.js
new file mode 100644
index 0000000..21d035f
--- /dev/null
+++ b/components/aboutUs/Services.js
@@ -0,0 +1,40 @@
+import AnimationTextHead from '@/app/component/AnimationTextHead';
+import UnderlineLG from '../icons/UnderlineLG';
+import TickOrangeA from '../icons/TickOrangeA';
+
+const ourServices = [
+ 'برگزاری دوره های آنلاین',
+ 'معرفی بهترین باشگاه های گردشگری',
+ 'معرفی بهترین باشگاه های گردشگری',
+ 'ارتباط با راهنمایان گردشگری',
+ 'معرفی جاذبه های گردشگری',
+ 'ارتباط با راهنمایان گردشگری',
+ 'برگزاری تور ها و برنامه های متنوع',
+ 'معرفی بومگردی های سراسر کشور',
+ 'برگزاری تور ها و برنامه های متنوع'
+]
+
+function Services() {
+ return (
+
+
+
+
+
+
+
+ {ourServices.map((item, idx) => (
+
+
+
{item}
+
+ ))}
+
+
+ )
+}
+
+export default Services
\ No newline at end of file
diff --git a/components/aboutUs/index.js b/components/aboutUs/index.js
new file mode 100644
index 0000000..408ce87
--- /dev/null
+++ b/components/aboutUs/index.js
@@ -0,0 +1,14 @@
+import Head from "./Head";
+import Services from "./Services";
+
+function AboutUsPage() {
+ return (
+
+
+
لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.
+
+
+ )
+}
+
+export default AboutUsPage;
\ No newline at end of file
diff --git a/components/blogs/Head.js b/components/blogs/Head.js
index e1c14b7..d68c564 100644
--- a/components/blogs/Head.js
+++ b/components/blogs/Head.js
@@ -9,6 +9,7 @@ function Head() {
src='/assets/images/head-blogs-1.png'
width={600}
height={424}
+ alt='head blog'
/>