|
@@ -56,10 +56,10 @@ const Home = () => {
|
56
|
56
|
<ProductType title={'Apparel'} img_url={AmberClothing}/>
|
57
|
57
|
</Grid>
|
58
|
58
|
<Grid size={{xs:12, md:6}}>
|
59
|
|
- <ProductType title={'Beauty'} img_url={AmberBeautyWallpaper}/>
|
|
59
|
+ <ProductType title={'BEAUTY'} img_url={AmberBeautyWallpaper}/>
|
60
|
60
|
</Grid>
|
61
|
61
|
<Grid size={{xs:12, md:6}}>
|
62
|
|
- <ProductType title={'Home'} img_url={AmberHomeWallpaper} />
|
|
62
|
+ <ProductType title={'HOME'} img_url={AmberHomeWallpaper} />
|
63
|
63
|
</Grid>
|
64
|
64
|
</Grid>
|
65
|
65
|
</Box>
|