diff --git a/src/app/(account-pages)/account/page.tsx b/src/app/(account-pages)/account/page.tsx new file mode 100644 index 0000000..63f9bab --- /dev/null +++ b/src/app/(account-pages)/account/page.tsx @@ -0,0 +1,99 @@ +import React, { FC } from "react"; +import Label from "@/components/Label"; +import Avatar from "@/shared/Avatar"; +import ButtonPrimary from "@/shared/ButtonPrimary"; +import Input from "@/shared/Input"; +import Select from "@/shared/Select"; +import Textarea from "@/shared/Textarea"; + +export interface AccountPageProps {} + +const AccountPage = () => { + return ( +
+ {/* HEADING */} +

Account infomation

+
+
+
+
+ +
+ + + + + Change Image +
+ +
+
+
+
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ + +
+ {/* ---- */} +
+ +