Skip to content

Commit

Permalink
chore: fix page
Browse files Browse the repository at this point in the history
  • Loading branch information
waldemarnt committed Jul 17, 2024
1 parent 122b4c1 commit b488c61
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/forms-sign-in/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ export default function LeftFirstPage() {
email,
phone: phone.replace(/[^0-9]/g, ''),
}
sendRequest_form(
await sendRequest_form(
'https://hook.us1.make.com/xacot799yr3z3308gb6rp08pydyugggt',
body
)
window.location.href = 'https://chat.whatsapp.com/Kqttc35e82bG2xc33GlTdW'

console.log(data)
console.log(body)
}
Expand All @@ -30,7 +32,10 @@ export default function LeftFirstPage() {
<div className=' flex h-[25rem] w-full items-center justify-center sm:h-96 md:w-full lg:h-[480px] lg:w-[50vw] lg:pr-20 2xl:h-[700px] 2xl:w-[49vw] 2xl:max-w-[1020px] '>
<div className='flex max-w-[460px] flex-col items-center justify-center sm:min-w-[550px] sm:max-w-[530px] md:max-w-[530px] lg:w-[500px] lg:max-w-[500px] xl:w-[600px] xl:max-w-[600px] 2xl:ml-10 2xl:min-w-[840px] 2xl:max-w-[840px]'>
<div className=' lg:text-18 mb-4 w-[60%] text-left font-segoe font-light sm:mb-8 xl:mb-10 2xl:mb-16 2xl:w-[55%] 2xl:text-30'>
<p>Workshop ao vivo dias <b>13/08</b> e <b>14/08</b> as <b>19:00 horas</b></p>
<p>
Workshop ao vivo dias <b>13/08</b> e <b>14/08</b> as{' '}
<b>19:00 horas</b>
</p>
<p>Conteudo inédito e exclusivo!</p>
</div>
<form
Expand Down

0 comments on commit b488c61

Please sign in to comment.