diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 83eb1b2..14c522f 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,8 +25,8 @@ export default function ContactPage() {
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
- { name: "Pricing", href: "/pricing" },
- { name: "Contact", href: "/contact" }
+ { name: "Pricing", id: "/pricing" },
+ { name: "Contact", id: "/contact" }
];
const button = { text: "Get Started", href: "/contact" };
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index f575bba..b910dc3 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -27,17 +27,16 @@ export default function ServicesPage() {