From 06f56ed02a6704603a7ba957c945dab5d12ead8a Mon Sep 17 00:00:00 2001 From: development Date: Mon, 26 Jan 2026 17:23:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 630851e..cdc84a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,10 @@ export default function BrazilianLumberPage() { { name: "About", id: "about" }, { name: "Products", id: "products" }, { name: "Features", id: "features" }, - { name: "Contact", id: "contact" } - ]} + { name: "Contact", id: "contact" }, + + { name: "Blog", id: "/blog" }, +]} bottomLeftText="Sustainable Wood Solutions" bottomRightText="contato@brazilianlumber.com" /> -- 2.49.1