diff --git a/src/module/user/profile/view/view_profile.tsx b/src/module/user/profile/view/view_profile.tsx
index 2c59e62..902e2a1 100644
--- a/src/module/user/profile/view/view_profile.tsx
+++ b/src/module/user/profile/view/view_profile.tsx
@@ -1,7 +1,10 @@
import { LayoutNavbarHome, WARNA } from "@/module/_global";
-import { ActionIcon, Group, Stack, Text } from "@mantine/core";
+import { ActionIcon, Anchor, Box, Flex, Group, Stack, Text } from "@mantine/core";
import { BsInfo } from "react-icons/bs";
import { HiUser } from "react-icons/hi2";
+import { RiIdCardFill } from "react-icons/ri";
+import { FaSquarePhone } from "react-icons/fa6";
+import { MdEmail } from "react-icons/md";
export default function ViewProfile() {
return (
@@ -18,12 +21,41 @@ export default function ViewProfile() {
justify="center"
gap="xs"
>
-
-
+
Fibra Marcell
Kepala Urusan Pengembangan
+
+
+ Informasi
+
+ Edit
+
+
+
+
+
+ NIK
+
+ 513177782899
+
+
+
+
+ NoTelepon
+
+ +62038939293
+
+
+
+
+ Email
+
+ marcel@gmail.com
+
+
+
>
)
}
\ No newline at end of file