Revisi tampilan

fix:
- alur pembuatan investasi
- tampilan investasi
### No issue
This commit is contained in:
2023-12-05 10:14:51 +08:00
parent 7477b0f458
commit a2149b071e
61 changed files with 779 additions and 470 deletions

View File

@@ -1,6 +1,16 @@
"use client";
import { Flex, Title } from "@mantine/core";
import {
AspectRatio,
Box,
Center,
Flex,
Image,
Paper,
Stack,
Text,
Title,
} from "@mantine/core";
import { useShallowEffect } from "@mantine/hooks";
import { useRouter } from "next/navigation";
import { useState } from "react";
@@ -22,9 +32,19 @@ export default function SplashScreen({ data }: { data: any }) {
}, []);
return (
<>
<Flex justify={"center"} align={"center"} h={"100vh"}>
<Title order={1}>Splash Screen</Title>
</Flex>
<Center h={"100vh"}>
<Stack align="center" justify="center" p={"md"}>
{/* <Title c={"#002e59"}>Welcome to</Title> */}
<Paper
p={{ base: 50, md: 60, lg: 80 }}
bg={"gray.1"}
radius={500}
shadow="xl"
>
<Image alt="" src={"/aset/logo/logo-hipmi.png"} />
</Paper>
</Stack>
</Center>
</>
);
}

View File

@@ -83,8 +83,8 @@ export default function Validasi() {
direction={"column"}
align={"center"}
>
<Text>Enter the 6-digit OTP , weve just sent</Text>
<Text>to {nomor}</Text>
<Text>Enter the 4-digit OTP , weve just sent</Text>
<Text>to +{nomor}</Text>
</Flex>
<PinInput
ref={focusTrapRef}