Update src/app/blog/page.tsx
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user