feat: initial commit for mockup bukopin

This commit is contained in:
2023-01-17 21:21:43 +07:00
parent 0ebe039eda
commit 9f0c68b2ce
23 changed files with 142 additions and 568201 deletions

View File

@@ -358,7 +358,7 @@ class RegisterPage extends React.Component {
<Grid container spacing={0} className={classes.gridContainer}>
<Grid item cols={12} className={classes.logoContainer}>
<img src={require('../../../../assets/images/logo_new.png')} className={classes.logo} />
<img src={require('../../../../assets/images/kb_bukopin.jpeg')} className={classes.logo} />
</Grid>
<Grid item xs={12} sm={12} md={10} lg={10} className={classes.registerContainer} style={{
alignSelf: 'center'
@@ -368,10 +368,10 @@ class RegisterPage extends React.Component {
<Grid item xs={5}>
<img src={require('../../../../assets/images/register_image_2.png')} width={"80%"} />
<Typography style={{ color: '#FFF' }} variant={"h6"}>
Selamat Datang di BTN Shop!
Selamat Datang di Bukopin Shop!
</Typography>
<Typography style={{ color: '#FFF' }} variant={"subtitle2"}>
Dapatkan promo dan keuntungan lebih dari BTN!
Dapatkan promo dan keuntungan lebih dari Bukopin!
</Typography>
</Grid>
</Hidden>