From 3cb65637fb06ef3a0e2b8c50b3fabf7dda0ad331 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:31:01 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b76867f..f77784d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -34,6 +34,8 @@ export default function BlogPage() { { name: "Projects", id: "/#projects" }, { name: "Process", id: "/#process" }, { name: "Contact", id: "/#contact" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" } ]} brandName="Lakeside Construction" bottomLeftText="Crafting Dreams into Reality" @@ -85,4 +87,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file