From fb02419fc67ee4479fef772136ba0bb6eebc3409 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:34:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 384482f..b0da36b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { dashboard={{ title: "Lago Gastrobar", logoIcon: Wine, sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: BarChart3 }, { icon: Settings }, { icon: LogOut }], + buttons: [{ text: "Configurações", href: "#" }], stats: [ { title: "Visitantes", values: [15000, 15000, 15000], description: "Clientes satisfeitos" }, { title: "Rótulos", values: [120, 120, 120], description: "Coleção Premium" }, @@ -66,7 +67,6 @@ export default function LandingPage() {