Browse Source

change UI

master
azri 1 week ago
parent
commit
0a2c85ceee

BIN
src/assets/images/amberBeautyWallpaper.webp View File


BIN
src/assets/images/amberBeautyWallpaper2.webp View File


BIN
src/assets/images/amberClothing.webp View File


BIN
src/assets/images/amberClothing2.webp View File


BIN
src/assets/images/amberHomeWallpaper.webp View File


BIN
src/assets/images/amberHomeWallpaper2.webp View File


BIN
src/assets/images/newsletterwallpaper.jpg View File


BIN
src/assets/images/newsletterwallpaper.webp View File


+ 2
- 2
src/components/Feature/Feature.jsx View File

7
 
7
 
8
 const Feature = () => {
8
 const Feature = () => {
9
   const features = [
9
   const features = [
10
-    { icon: <AssignmentTurnedInIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Pickup at any Store', description: "Free shipping on orders over $65" },
11
-    { icon: <ReplayIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Free returns', description:"30-days free return policy." },
10
+    { icon: <AssignmentTurnedInIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Pickup at any Store', description: "Free pickup within 24 hours" },
11
+    { icon: <ReplayIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Free returns', description:"7-Days free return policy" },
12
     { icon: <AssuredWorkloadIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Secured payments', description:"We accept all major credit cards."  },
12
     { icon: <AssuredWorkloadIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Secured payments', description:"We accept all major credit cards."  },
13
     { icon: <SupportAgentIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Customer service', description:"Top notch customer service." },
13
     { icon: <SupportAgentIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Customer service', description:"Top notch customer service." },
14
   ];
14
   ];

+ 1
- 1
src/components/NewsLetter/NewsLetter.jsx View File

1
 import { useState } from 'react';
1
 import { useState } from 'react';
2
-import bgImage from "../../assets/images/newsletterwallpaper.jpg"
2
+import bgImage from "../../assets/images/newsletterwallpaper.webp"
3
 import { Box, Button, TextField, InputAdornment, Typography } from '@mui/material';
3
 import { Box, Button, TextField, InputAdornment, Typography } from '@mui/material';
4
 import customerService from '../../services/CustomerService';
4
 import customerService from '../../services/CustomerService';
5
 
5
 

+ 1
- 1
src/pages/Cart.jsx View File

235
         {/* BUY NOW */}
235
         {/* BUY NOW */}
236
         <Box sx={{ mb: 15 }}>
236
         <Box sx={{ mb: 15 }}>
237
           <Box sx={{ display: "flex", justifyContent: "space-between", alignItems: "center", flexDirection: { xs: "column-reverse", md: "row" } }}>
237
           <Box sx={{ display: "flex", justifyContent: "space-between", alignItems: "center", flexDirection: { xs: "column-reverse", md: "row" } }}>
238
-            <Typography variant='body2'><span style={{ fontWeight: "bolder" }}>NEED HELP?</span> CALL US: +44 (0)10 2345 6789 | EMAIL CUSTOMER CARE | SHIPPING INFORMATION | RETURNS & EXCHANGES</Typography>
238
+            <Typography variant='body2'><span style={{ fontWeight: "bolder" }}>NEED HELP?</span> CALL US: +60 17 228 2072 | EMAIL CUSTOMER CARE | SHIPPING INFORMATION | RETURNS & EXCHANGES</Typography>
239
             <Button
239
             <Button
240
               variant="contained"
240
               variant="contained"
241
               color="common.black"
241
               color="common.black"

Loading…
Cancel
Save