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