Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,10 +28,10 @@ export default function BlogPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/#features" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Reviews", id: "/#testimonials" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Roofing Repair Guy"
|
||||
bottomLeftText="Serving Aurora, IL"
|
||||
@@ -58,22 +58,21 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Roof Repair", href: "#services" },
|
||||
{ label: "Roof Replacement", href: "#services" },
|
||||
{ label: "Inspections", href: "#services" },
|
||||
{ label: "Roof Repair", href: "/#features" },
|
||||
{ label: "Roof Replacement", href: "/#features" },
|
||||
{ label: "Inspections", href: "/#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Reviews", href: "/#testimonials" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Roofing Repair Guy"
|
||||
copyrightText="© 2024 Roofing Repair Guy Contractors. All rights reserved."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user