9 Commits

Author SHA1 Message Date
cf60d127e1 Update src/app/page.tsx 2026-03-05 16:27:04 +00:00
0d14e4c131 Merge version_9 into main
Merge version_9 into main
2026-03-05 16:25:10 +00:00
04bb77d600 Update src/app/page.tsx 2026-03-05 16:25:06 +00:00
5b5b4aebf8 Update src/app/layout.tsx 2026-03-05 16:25:06 +00:00
8195e95dd6 Merge version_8 into main
Merge version_8 into main
2026-03-05 16:23:38 +00:00
4dbc7f0f4c Update src/app/page.tsx 2026-03-05 16:23:34 +00:00
6322762348 Merge version_7 into main
Merge version_7 into main
2026-03-05 16:21:46 +00:00
5e60992f29 Merge version_6 into main
Merge version_6 into main
2026-03-05 16:21:10 +00:00
c9b7720501 Update src/app/page.tsx 2026-03-05 16:21:06 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -132,8 +132,7 @@ export default function LandingPage() {
description="Clique abaixo para falar diretamente via WhatsApp: (65) 99919-0657"
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="(65) 99919-0657"
buttonText="Enviar via WhatsApp"
buttonText="Iniciar Conversa no WhatsApp"
termsText="Clique para enviar mensagem via WhatsApp - Respeitamos sua privacidade."
/>
</div>
@@ -169,4 +168,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}