Update src/app/services/page.tsx

This commit is contained in:
2026-03-09 21:29:48 +00:00
parent 8e2d590bd6
commit 330c1247e1

View File

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