Update src/app/services/page.tsx

This commit is contained in:
2026-03-05 12:44:34 +00:00
parent 3301261910
commit 82720e9187

View File

@@ -28,7 +28,6 @@ export default function ServicesPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" }
]}
brandName="Elite Fitness"
@@ -131,7 +130,7 @@ export default function ServicesPage() {
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
{ label: "Testimonials", href: "/testimonials" }
{ label: "Contact", href: "/contact" }
]
},
{