diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8382186..ce0809c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -25,18 +25,16 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Produto",
- items: [
- { label: "Dashboard", href: "/" },
- { label: "Contas a Pagar", href: "/contas-a-pagar" },
- { label: "Contas a Receber", href: "/contas-a-receber" },
- { label: "Relatórios", href: "/relatorios" },
+ title: "Produto", items: [
+ { label: "Dashboard", href: "#dashboard" },
+ { label: "Contas a Pagar", href: "#financeiro" },
+ { label: "Contas a Receber", href: "#financeiro" },
+ { label: "Relatórios", href: "#relatorios" },
{ label: "Integrações", href: "/integrracoes" },
],
},
{
- title: "Empresa",
- items: [
+ title: "Empresa", items: [
{ label: "Sobre", href: "/sobre" },
{ label: "Blog", href: "/blog" },
{ label: "Carreiras", href: "/carreiras" },
@@ -45,8 +43,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacidade", href: "/privacidade" },
{ label: "Termos de Uso", href: "/termos" },
{ label: "Conformidade", href: "/conformidade" },
@@ -63,7 +60,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
- background="noise"
+ background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -85,7 +82,7 @@ export default function HomePage() {
@@ -371,41 +266,23 @@ export default function HomePage() {