diff --git a/src/app/orcamento/page.tsx b/src/app/orcamento/page.tsx index fd32bc5..4c62007 100644 --- a/src/app/orcamento/page.tsx +++ b/src/app/orcamento/page.tsx @@ -25,14 +25,10 @@ export default function LandingPage() {
@@ -70,18 +63,14 @@ export default function LandingPage() { columns={[ { title: "Empresa", items: [ - { - label: "Sobre", href: "/sobre"}, - { - label: "Orçamento", href: "/orcamento"}, + { label: "Sobre", href: "/sobre" }, + { label: "Orçamento", href: "/orcamento" }, ], }, { title: "Serviços", items: [ - { - label: "Residencial", href: "/servicos"}, - { - label: "Condomínios", href: "/servicos"}, + { label: "Residencial", href: "/servicos" }, + { label: "Condomínios", href: "/servicos" }, ], }, ]} @@ -91,4 +80,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file