Update src/app/about/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ export default function AboutPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Reviews", id: "/#reviews" },
|
||||
{ name: "Contact", id: "/contact-us" }
|
||||
];
|
||||
|
||||
@@ -22,7 +22,7 @@ export default function AboutPage() {
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Reviews", href: "/#reviews" },
|
||||
{ label: "Contact", href: "/contact-us" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user