From 330c1247e11f83da7e006dd834736cd486d5c49f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:29:48 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +}