diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml index c033b5c..ac0469a 100644 --- a/public/sitemap-0.xml +++ b/public/sitemap-0.xml @@ -1,16 +1,16 @@ -https://laconic.comdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/aboutdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/blogdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/careersdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/communitydaily0.72022-08-29T22:17:09.566Z -https://laconic.com/contactdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/partnersdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/pressdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/privacy-policydaily0.72022-08-29T22:17:09.566Z -https://laconic.com/productsdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/terms-of-usedaily0.72022-08-29T22:17:09.566Z -https://laconic.com/blog/introducing-laconic-networkdaily0.72022-08-29T22:17:09.566Z -https://laconic.com/blog/how-laconic-differentdaily0.72022-08-29T22:17:09.566Z +https://laconic.comdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/aboutdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/blogdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/careersdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/communitydaily0.72022-08-29T22:41:27.710Z +https://laconic.com/contactdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/partnersdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/pressdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/privacy-policydaily0.72022-08-29T22:41:27.710Z +https://laconic.com/productsdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/terms-of-usedaily0.72022-08-29T22:41:27.710Z +https://laconic.com/blog/introducing-laconic-networkdaily0.72022-08-29T22:41:27.710Z +https://laconic.com/blog/how-laconic-differentdaily0.72022-08-29T22:41:27.710Z \ No newline at end of file diff --git a/src/components/sections/contact/form/index.tsx b/src/components/sections/contact/form/index.tsx index abbe48a..ed77ae1 100644 --- a/src/components/sections/contact/form/index.tsx +++ b/src/components/sections/contact/form/index.tsx @@ -1,5 +1,5 @@ -import { useRef, useState } from 'react' -import { ReCAPTCHA } from 'react-google-recaptcha' +import { useState } from 'react' //add useRef +// import { ReCAPTCHA } from 'react-google-recaptcha' import Select from 'react-select' import { Container } from '~/components/layout/container' @@ -40,7 +40,7 @@ const CustomForm = ({ data }: FormProps) => { const [errorMsg, setErrorMsg] = useState('') const [isFormSent, setIsFormSent] = useState(false) const [isSending, setIsSending] = useState(false) - const reRef = useRef() + // const reRef = useRef() const handleSubmit = async (e: any) => { e.preventDefault() @@ -61,7 +61,7 @@ const CustomForm = ({ data }: FormProps) => { inquiry: selectedOption.value } - const token = await reRef.current.executeAsync() + // const token = await reRef.current.executeAsync() await fetch(`${process.env.NEXT_PUBLIC_API}/api/contact`, { method: 'POST', @@ -127,11 +127,11 @@ const CustomForm = ({ data }: FormProps) => { onChange={(e) => setText(e.target.value)} > - + /> */}