This commit is contained in:
hamid zarghami
2025-04-22 14:43:04 +03:30
parent 893013df33
commit f5c06f2e4d
10 changed files with 98 additions and 42 deletions
+12
View File
@@ -11,6 +11,18 @@ import * as Yup from 'yup'
import { useCreateContact } from './hooks/useContactData'
import { toast } from 'react-toastify'
import { ErrorType } from '@/helpers/types'
export const metadata = {
title: 'داناک | تماس با ما',
description: 'تماس با ما برای دریافت اطلاعات بیشتر و یا ثبت درخواست خدمات ما',
openGraph: {
title: 'داناک | تماس با ما',
description: 'تماس با ما برای دریافت اطلاعات بیشتر و یا ثبت درخواست خدمات ما',
url: 'https://danakcorp.com/contact',
siteName: 'داناک',
},
}
const Contact: NextPage = () => {
const createContact = useCreateContact()