"use client"; export default function AdminServicesPage() { return (

Services Management

Content for managing services will go here.

); }