Update src/app/projects/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user