From e8ee4109915db901bdd8f09fb878d98629605ffb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:41:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee5abc1..3fc85b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { { id: "2", value: "Exclusividade", title: "Atendimento", items: ["Direct access", "Sigilo absoluto"] }, { id: "3", value: "Alta performance", title: "Resultado", items: ["Soluções eficazes", "Agilidade"] }, ]} + valueClassName="!text-[clamp(1.5rem,4vw,2.5rem)] lg:!text-[clamp(2rem,3vw,3rem)] !leading-tight" useInvertedBackground={false} /> -- 2.49.1