ljoaquim 3 mēneši atpakaļ
vecāks
revīzija
40013b3df2

+ 1 - 1
src/lib/components/Contact.svelte

@@ -34,7 +34,7 @@
 			<div class="h-full flex flex-col space-y-4 rounded-xl border border-border1_contact/20 bg-border2_contact/5 backdrop-blur-sm p-8 shadow-md transition hover:shadow-lg">
 				<p class="mb-6 text-2xl font-bold">{$t('contactWatTitle')}</p>
 				<a
-					href="https://wa.me/50762036138"
+					href="https://wa.me/553185314787"
 					target="_blank"
 					rel="noopener noreferrer"
 					aria-label={$t('contacButtontWat')}

+ 2 - 2
src/lib/config.js

@@ -293,8 +293,8 @@ const config = {
 		en: 'Innova 109 Ciudad del Saber - Clayton, Panama'
 	},
 	contact2Subtitle: {
-		pt: 'Telefone: +507 6203-6138',
-		en: 'Phone: +507 6203-6138'
+		pt: 'Telefone: +55 31 8531-4787',
+		en: 'Phone: +55 31 8531-4787'
 	},
 	contactWatTitle: {
 		pt: 'Você também pode entrar em contato pelo nosso WhatsApp:',

+ 1 - 1
src/routes/formcpr/+page.svelte

@@ -25,7 +25,7 @@
       email: email.trim(),
       product_type: tipoProduto.trim(),
       internal_control_number: numeroControleInterno.trim(),
-      product_quantity: quantidadeProduto ? Number(quantidadeProduto) : 0,
+      product_quantity: quantidadeProduto.trim(),
       property_name: nomePropriedade.trim(),
       property_location: localizacaoPropriedade.trim()
     };