Update src/app/blog/page.tsx

This commit is contained in:
2026-02-21 16:55:00 +00:00
parent 368ac4c932
commit 6d27bfcb9f

View File

@@ -24,17 +24,19 @@ export default function BlogPage() {
headingFontWeight="light" headingFontWeight="light"
> >
<ReactLenis root> <ReactLenis root>
<NavbarStyleApple <div id="nav" data-section="nav">
navItems={[ <NavbarStyleApple
{ name: "Home", id: "/" }, navItems={[
{ name: "About", id: "/#about" }, { name: "Home", id: "/" },
{ name: "Services", id: "/#services" }, { name: "About", id: "/#about" },
{ name: "Projects", id: "/#projects" }, { name: "Services", id: "/#services" },
{ name: "Process", id: "/#process" }, { name: "Projects", id: "/#projects" },
{ name: "Contact", id: "/#contact" }, { name: "Process", id: "/#process" },
]} { name: "Contact", id: "/#contact" },
brandName="Lakeside Construction" ]}
/> brandName="Lakeside Construction"
/>
</div>
<main> <main>
{isLoading ? ( {isLoading ? (
<div className="w-content-width mx-auto py-20 text-center"> <div className="w-content-width mx-auto py-20 text-center">