Update src/app/blog/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user