diff --git a/public/images/map.png b/public/images/map.png new file mode 100644 index 0000000..d7b95ee Binary files /dev/null and b/public/images/map.png differ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..e1b7c4b --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,89 @@ +import Input from '@/components/Input' +import { Textarea } from '@/components/ui/textarea' +import { Button } from '@/components/ui/button' +import Layout from '@/hoc/Layout' +import { NextPage } from 'next' +import Image from 'next/image' +import { Call, Location, Sms } from 'iconsax-react' + +const ContactPage: NextPage = () => { + return ( + +
+
+
+

ارتباط با ما

+

اطلاعات تماس و متن پیام خود را وارد کنید

+ +
+ + + + +