|
@@ -7,8 +7,8 @@ import SupportAgentIcon from '@mui/icons-material/SupportAgent';
|
7
|
7
|
|
8
|
8
|
const Feature = () => {
|
9
|
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
|
12
|
{ icon: <AssuredWorkloadIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Secured payments', description:"We accept all major credit cards." },
|
13
|
13
|
{ icon: <SupportAgentIcon color="primary" sx={{ fontSize: 40 }} />, name: 'Customer service', description:"Top notch customer service." },
|
14
|
14
|
];
|