Update src/app/services/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user