import { PlusOutlined, ReloadOutlined, UsergroupAddOutlined, UsergroupDeleteOutlined, UserSwitchOutlined, } from '@ant-design/icons'; import { Button } from '@imphnen-frontend-service/ui/atoms'; import { FC, ReactElement } from 'react'; export const Components: FC = (): ReactElement => { return (
{/* Dashboard Header */}

Dashboard

{/* Summary Section */}

Summary

{/* Participants */}

1000

Participants

{/* Roll and Reroll */}

1000

Roll and Reroll

{/* Redeem */}

1000

Redeem

{/* Inactive Users */}

1000

Inactive Users

{/* Gacha Items Section */}

Gacha Items

{/* Gacha Items List */}
{[1, 2, 3, 4, 5, 6].map((item) => (

Lanyard IMPHNEN

Prize {item} Chance Rate: (0.1%)
{/* Lebih baik gunakan gambar yang sudah di-clip dengan size height: 78px daripada hard-code object-position dan margin */} Lanyard IMPHNEN
))}
{/* Right-side illustration */}
); }; export default Components;