diff --git a/src/app/servicos/page.tsx b/src/app/servicos/page.tsx index 26b9d30..8fa99a1 100644 --- a/src/app/servicos/page.tsx +++ b/src/app/servicos/page.tsx @@ -47,9 +47,7 @@ export default function ServicesPage() { brandName="SAVE PRODUCER" navItems={navItems} button={{ - text: "Falar com a SAVE", - href: "/contato", - }} + text: "Falar com a SAVE", href: "/contato"}} animateOnLoad={true} /> @@ -62,9 +60,7 @@ export default function ServicesPage() { useInvertedBackground={false} buttons={[ { - text: "Conhecer Soluções", - href: "/servicos", - }, + text: "Conhecer Soluções", href: "/servicos"}, ]} /> @@ -77,9 +73,7 @@ export default function ServicesPage() { useInvertedBackground={false} buttons={[ { - text: "Saiba Mais", - href: "/servicos", - }, + text: "Saiba Mais", href: "/servicos"}, ]} /> @@ -88,59 +82,28 @@ export default function ServicesPage() {