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 +}