import { LayoutWithSidebar } from "@/components/page/layout-with-sidebar"; import { getServices } from "@/services/services"; export default async function OutsourcingPage() { const data = await getServices(); return (
); }