diff --git a/src/app/page.tsx b/src/app/page.tsx index 01b10e1..ead62a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function LandingPage() { @@ -75,6 +76,7 @@ export default function LandingPage() { { title: "Compliance", description: "Programas de integridade e ética corporativa.", imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800", titleImageSrc: "", buttonText: "Saiba mais" }, { title: "Consultoria Preventiva", description: "Blindagem e proteção estratégica de ativos.", imageSrc: "https://images.unsplash.com/photo-1497215728101-856f4ea42174?w=800", titleImageSrc: "", buttonText: "Saiba mais" }, ]} + useInvertedBackground={false} /> @@ -89,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"] }, ]} + useInvertedBackground={false} /> @@ -99,6 +102,7 @@ export default function LandingPage() { description="Agende um atendimento exclusivo para tratar das demandas do seu negócio." buttons={[{ text: "Falar via WhatsApp", href: "#" }]} background={{ variant: "plain" }} + useInvertedBackground={false} />