diff --git a/src/app/servicos/page.tsx b/src/app/servicos/page.tsx index 8d2cae2..bfd5624 100644 --- a/src/app/servicos/page.tsx +++ b/src/app/servicos/page.tsx @@ -14,14 +14,22 @@ export default function ServicosPage() { { name: "Sobre Nós", id: "/sobre" }, { name: "Serviços", id: "/servicos" }, { name: "Depoimentos", id: "/depoimentos" }, - { name: "Contato", id: "/contato" }, + { name: "Contato", id: "/contato" } ]; - const themeProps = { - defaultButtonVariant: "directional-hover", defaultTextAnimation: "entrance-slide", borderRadius: "pill", contentWidth: "mediumSmall", sizing: "largeSizeMediumTitles", background: "fluid", cardStyle: "inset", primaryButtonStyle: "flat", secondaryButtonStyle: "glass", headingFontWeight: "bold"}; - return ( - +