2026-08-05 23:27:34 +03:00
|
|
|
import Owner from "@/app/components/OwnerComponents/Owner";
|
|
|
|
|
export const metadata = {
|
|
|
|
|
title: "انشاء حساب صاحب عقار",
|
|
|
|
|
description: "انشاء حساب والتسجيل ك صاحب عقار",
|
|
|
|
|
};
|
2026-03-17 20:36:59 +03:00
|
|
|
export default function OwnerRegisterPage() {
|
|
|
|
|
return (
|
2026-08-05 23:27:34 +03:00
|
|
|
<>
|
|
|
|
|
<Owner />
|
|
|
|
|
</>
|
2026-03-17 20:36:59 +03:00
|
|
|
);
|
2026-07-01 15:43:58 +03:00
|
|
|
}
|