diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 971bfef..22249ee 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -36,8 +36,7 @@ export default function ServicesPage() { { name: "About", id: "/" }, { name: "Services", id: "/services" }, { name: "Work", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, - { name: "Studio", id: "/#hero" } + { name: "Contact", id: "/#contact" } ]} brandName="Joshua Chavez Co" bottomLeftText="Innovative Design Studio" @@ -160,4 +159,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}