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