Update src/app/page.tsx
This commit is contained in:
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
title="Advocacia de Alta Performance"
|
||||
buttons={[{ text: "Conheça nossa trajetória" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user