diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a24d05..a130775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,70 +31,35 @@ export default function LandingPage() {
@@ -340,42 +215,21 @@ export default function LandingPage() { logoText="Quality Gráfica" columns={[ { - title: "Navegação", - items: [ - { - label: "Início", - href: "#hero", - }, - { - label: "Serviços", - href: "#servicos", - }, - { - label: "Contato", - href: "#contato", - }, + title: "Navegação", items: [ + { label: "Início", href: "#hero" }, + { label: "Serviços", href: "#servicos" }, + { label: "Contato", href: "#contato" }, ], }, { - title: "Localização", - items: [ - { - label: "Tv. Tatajuba, 124, Cap. Poço - PA", - href: "#", - }, + title: "Localização", items: [ + { label: "Tv. Tatajuba, 124, Cap. Poço - PA", href: "#" }, ], }, { - title: "Contato", - items: [ - { - label: "WhatsApp", - href: "https://wa.me/5591999999999", - }, - { - label: "contato@qualitygrafica.com.br", - href: "mailto:contato@qualitygrafica.com.br", - }, + title: "Contato", items: [ + { label: "WhatsApp", href: "https://wa.me/5591999999999" }, + { label: "contato@qualitygrafica.com.br", href: "mailto:contato@qualitygrafica.com.br" }, ], }, ]} @@ -385,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file