import { ComingSoon } from "@/components/ui/ComingSoon";

export default function Page() {
  return (
    <ComingSoon
      title="الأرباح"
      description="ملخص الأرباح اليومية والأسبوعية والشهرية — المرحلة الثانية."
    />
  );
}
