From fd2567f629f8f6f7e134bf28e9eab3c7c548404e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:43:21 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 2e3045f..5f0c8cf 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -32,8 +32,8 @@ export default function ProjectsPage() { { name: "Performance", id: "#performance" }, { name: "Services", id: "#services" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Projects", href: "/projects" }, - { name: "Contact", href: "/contact" } + { name: "Projects", id: "/projects" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Request a Quote", href: "/contact" @@ -89,4 +89,4 @@ export default function ProjectsPage() { ); -} \ No newline at end of file +}