Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-09 02:46:46 +00:00

View File

@@ -66,6 +66,7 @@ export default function LandingPage() {
textboxLayout="split"
title="IA e Operações Precisas"
description="Uma suíte completa para quem não brinca em serviço no mercado de revenda."
useInvertedBackground={false}
features={[
{ title: "Motor de Busca", description: "IA que rastreia e filtra oportunidades reais.", imageSrc: "https://img.b2bpic.net/free-photo/search-data-analytics.jpg" },
{ title: "Score Personalizado", description: "Classificação automática para decisões de compra rápidas.", imageSrc: "https://img.b2bpic.net/free-photo/score-system.jpg" },
@@ -95,6 +96,7 @@ export default function LandingPage() {
{ id: "2", title: "Como entro na whitelist?", content: "Preencha o formulário abaixo e aguarde nosso contato exclusivo." }
]}
title="Dúvidas Comuns"
description="Respostas para as perguntas que você pode ter sobre o método."
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
@@ -109,6 +111,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Nome Completo", required: true },
{ name: "email", type: "email", placeholder: "E-mail", required: true }
]}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/business-laptop-orange-accent.jpg"
/>
</div>