Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,14 +28,14 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Services", id: "/#features" },
|
||||
{ name: "Portfolio", id: "/#product" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "FAQ", id: "/#faq" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="ZN Wall Designs, LLC"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
button={{ text: "Get a Quote", href: "/#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,21 +62,21 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Wallpaper Installation", href: "#features" },
|
||||
{ label: "Interior Painting", href: "#features" },
|
||||
{ label: "Wall Repair", href: "#features" },
|
||||
{ label: "Wallpaper Installation", href: "/#features" },
|
||||
{ label: "Interior Painting", href: "/#features" },
|
||||
{ label: "Wall Repair", href: "/#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Portfolio", href: "#portfolio" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Portfolio", href: "/#product" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user