Update src/app/projects/page.tsx

This commit is contained in:
2026-06-10 14:43:21 +00:00
parent 00226c92a6
commit fd2567f629

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}