|
@@ -4,82 +4,110 @@ import { Box, Typography } from '@mui/material'
|
4
|
4
|
const SaleTerm = () => {
|
5
|
5
|
return (
|
6
|
6
|
<Box sx={{
|
7
|
|
- mt: 10,
|
8
|
|
- px: {
|
9
|
|
- xs: 2,
|
10
|
|
- md: 5,
|
11
|
|
- lg: 5
|
12
|
|
- },
|
13
|
|
- mb: {
|
14
|
|
- xs: 0,
|
15
|
|
- md: 5,
|
16
|
|
- lg: 10
|
17
|
|
- }
|
18
|
|
- }}>
|
19
|
|
-
|
20
|
|
- <Typography variant='h4' sx={{textAlign:"center", fontWeight:"bolder", mb:3}}>SALE TERMS & CONDITIONS</Typography>
|
21
|
|
- <Box sx={{backgroundColor:"#F7FBFF", py:4, px:3}}>
|
22
|
|
-
|
23
|
|
- <Typography variant='body2' sx={{mb:2}}>These Terms & Conditions (“Agreement”) govern the sale of fashion products and services by Amber to the customer. By making a purchase on our website, you agree to comply with and be bound by these Terms & Conditions.</Typography>
|
24
|
|
-
|
25
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>1. General Terms </Typography>
|
26
|
|
-
|
27
|
|
- <Typography variant='body2' sx={{mb:2}}>By placing an order, you confirm that you are at least 18 years of age or have received parental consent. We reserve the right to change or update these Terms & Conditions at any time without prior notice, and all updates will be posted on our website.</Typography>
|
28
|
|
-
|
29
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>2. Product Information </Typography>
|
30
|
|
-
|
31
|
|
- <Typography variant='body2' sx={{mb:2}}> We make every effort to ensure that product descriptions, including sizes, colors, and materials, are accurate. However, slight variations may occur due to display settings, lighting, or other technical factors. Product images on the website are for reference only and may differ slightly from the actual products.</Typography>
|
32
|
|
-
|
33
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>3. Pricing and Payment </Typography>
|
34
|
|
-
|
35
|
|
- <Typography variant='body2' sx={{mb:2}}> All prices are listed in MYR and are subject to change without notice. We accept the following payment methods: Credit cards, Debit cards, FPX, and PayPal. Payment is processed at the time of order. By submitting an order, you authorize us to charge your chosen payment method. If an item is incorrectly priced, we reserve the right to cancel or adjust the order.</Typography>
|
36
|
|
-
|
37
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>4. Shipping & Delivery </Typography>
|
38
|
|
-
|
39
|
|
- <Typography variant='body2' sx={{mb:2}}>Shipping Rates: Shipping costs are calculated at checkout based on the delivery address and selected shipping method. Processing Time: Orders are typically processed within 3 business days. Custom-made or pre-order items may take longer. Shipping Time: Estimated delivery times are provided at checkout. Please note, delivery times may vary based on the shipping method chosen and your location. International Shipping: We offer international shipping to select countries. International orders may be subject to additional customs duties, taxes, and fees, which are the buyer’s responsibility. Order Tracking: Once your order is shipped, you will receive a tracking number via email.</Typography>
|
40
|
|
-
|
41
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}> 5. Returns & Exchanges </Typography>
|
42
|
|
-
|
43
|
|
- <Typography variant='body2' sx={{mb:2}}> Return Window: We accept returns within [X] days of delivery. Items must be returned in their original, unworn condition with tags attached. Exceptions: Certain products such as intimate apparel, swimwear, and sale items may not be eligible for returns or exchanges. Process: To initiate a return, please contact us at [email address] with your order number and reason for return. Refunds: Refunds will be processed once the returned item is received and inspected. Refunds will be issued to the original payment method. Exchanges: If you wish to exchange an item for a different size or color, please contact us to arrange the exchange.</Typography>
|
44
|
|
-
|
45
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}> 6. Discounts, Promotions, and Offers</Typography>
|
46
|
|
-
|
47
|
|
- <Typography variant='body2' sx={{mb:2}}> Promotional discounts, sales, or offers may apply to specific items or orders. These discounts are valid only during the promotion period and cannot be combined with other offers unless stated. Coupons or promo codes must be applied at checkout. We are not responsible for expired or forgotten promo codes. We reserve the right to modify, suspend, or terminate any promotion at our discretion.</Typography>
|
48
|
|
-
|
49
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}> 7. Account Responsibility</Typography>
|
50
|
|
-
|
51
|
|
- <Typography variant='body2' sx={{mb:2}}> When creating an account, you agree to provide accurate and up-to-date information. You are responsible for maintaining the confidentiality of your account and password. Please notify us immediately if you believe there has been any unauthorized use of your account. We reserve the right to suspend or terminate any accounts that violate our terms or engage in fraudulent activities.</Typography>
|
52
|
|
-
|
53
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}> 8. Intellectual Property </Typography>
|
54
|
|
-
|
55
|
|
- <Typography variant='body2' sx={{mb:2}}> All content on this website, including text, images, logos, graphics, and designs, are the property of [Your Company Name] and are protected by intellectual property laws. You may not copy, reproduce, distribute, or use any content from our website without our express written permission.</Typography>
|
56
|
|
-
|
57
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>9. Limitation of Liability</Typography>
|
58
|
|
-
|
59
|
|
- <Typography variant='body2' sx={{mb:2}}> We are not liable for any indirect, incidental, or consequential damages arising from the use or inability to use our website or products. Our total liability to you is limited to the amount paid for the product(s) in question.</Typography>
|
60
|
|
-
|
61
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>10. Privacy & Data Protection</Typography>
|
62
|
|
-
|
63
|
|
- <Typography variant='body2' sx={{mb:2}}>We value your privacy. Please refer to our [Privacy Policy] for details on how we collect, use, and protect your personal data.</Typography>
|
64
|
|
-
|
65
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>11. Force Majeure</Typography>
|
66
|
|
-
|
67
|
|
- <Typography variant='body2' sx={{mb:2}}>We are not liable for any failure or delay in the performance of our obligations due to circumstances beyond our control, including, but not limited to, acts of God, natural disasters, pandemics, strikes, or supply chain disruptions.</Typography>
|
68
|
|
-
|
69
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>12. Governing Law & Dispute Resolution</Typography>
|
70
|
|
-
|
71
|
|
- <Typography variant='body2' sx={{mb:2}}>These Terms & Conditions are governed by the laws of [Your Country/State]. Any disputes or claims will be resolved in the competent courts of [City/State].</Typography>
|
72
|
|
-
|
73
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>13. Customer Service</Typography>
|
74
|
|
-
|
75
|
|
- <Typography variant='body2' sx={{mb:2}}>If you have any questions or concerns, please reach out to our customer service team at [Customer Support Email] or [Customer Support Phone Number].</Typography>
|
76
|
|
-
|
77
|
|
- <Typography variant='body2' sx={{fontWeight:"400", mb:2}}>14. Amendments</Typography>
|
78
|
|
-
|
79
|
|
- <Typography variant='body2' sx={{mb:2}}>We may update or change these Terms & Conditions from time to time. Any changes will be posted on this page and will take effect immediately upon posting.</Typography>
|
80
|
|
-
|
81
|
|
- </Box>
|
|
7
|
+ mt: 10,
|
|
8
|
+ px: {
|
|
9
|
+ xs: 2,
|
|
10
|
+ md: 5,
|
|
11
|
+ lg: 5
|
|
12
|
+ },
|
|
13
|
+ mb: {
|
|
14
|
+ xs: 0,
|
|
15
|
+ md: 5,
|
|
16
|
+ lg: 10
|
|
17
|
+ }
|
|
18
|
+ }}>
|
|
19
|
+
|
|
20
|
+ <Typography variant='h4' sx={{ textAlign: "center", fontWeight: "bolder", mb: 3 }}>SALE TERMS & CONDITIONS</Typography>
|
|
21
|
+ <Box sx={{ backgroundColor: "#F7FBFF", py: 4, px: 3 }}>
|
|
22
|
+
|
|
23
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
24
|
+ <Typography component="span" sx={{ fontWeight: "400", mb: 2 }}>
|
|
25
|
+ These Terms & Conditions (“Agreement”) govern the sale of fashion products and services by AMBER.
|
|
26
|
+ </Typography>
|
|
27
|
+ By making a purchase on our website, you agree to comply with and be bound by these Terms & Conditions.
|
|
28
|
+ </Typography>
|
|
29
|
+
|
|
30
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>1. General Terms</Typography>
|
|
31
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
32
|
+ By placing an order, you confirm that you are at least 18 years of age or have received parental consent.
|
|
33
|
+ We reserve the right to change or update these Terms & Conditions at any time without prior notice, and all updates will be posted on our website.
|
|
34
|
+ </Typography>
|
|
35
|
+
|
|
36
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>2. Product Information</Typography>
|
|
37
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
38
|
+ We make every effort to ensure that product descriptions, including sizes, colors, and materials, are accurate.
|
|
39
|
+ However, slight variations may occur due to display settings, lighting, or other technical factors.
|
|
40
|
+ Product images on the website are for reference only and may differ slightly from the actual products.
|
|
41
|
+ </Typography>
|
|
42
|
+
|
|
43
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>3. Pricing and Payment</Typography>
|
|
44
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
45
|
+ All prices are listed in MYR and are subject to change without notice.
|
|
46
|
+ We accept the following payment methods: credit cards, PayPal, Apple Pay, etc.
|
|
47
|
+ Payment is processed at the time of order. By submitting an order, you authorize us to charge your chosen payment method.
|
|
48
|
+ If an item is incorrectly priced, we reserve the right to cancel or adjust the order.
|
|
49
|
+ </Typography>
|
|
50
|
+
|
|
51
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>4. Shipping & Delivery</Typography>
|
|
52
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
53
|
+ <strong>Shipping Rates:</strong> Shipping costs are calculated at checkout based on the delivery address and selected shipping method.
|
|
54
|
+ <br /><strong>Processing Time:</strong> Orders are typically processed within 2 to 7 business days. Custom-made or pre-order items may take longer.
|
|
55
|
+ <br /><strong>Shipping Time:</strong> Estimated delivery times are provided at checkout. Delivery times may vary based on the shipping method chosen and your location.
|
|
56
|
+ <br /><strong>International Shipping:</strong> We offer international shipping to select countries. International orders may be subject to additional customs duties, taxes, and fees, which are the buyer’s responsibility.
|
|
57
|
+ <br /><strong>Order Tracking:</strong> Once your order is shipped, you will receive a tracking number via email.
|
|
58
|
+ </Typography>
|
|
59
|
+
|
|
60
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>5. Returns & Exchanges</Typography>
|
|
61
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
62
|
+ <strong>Return Window:</strong> We accept returns within 7 days of delivery. Items must be returned in their original, unworn condition with tags attached.
|
|
63
|
+ <br /><strong>Exceptions:</strong> Certain products such as intimate apparel, swimwear, and sale items may not be eligible for returns or exchanges.
|
|
64
|
+ <br /><strong>Process:</strong> To initiate a return, please contact us at admin@amberofficials.com.my with your order number and reason for return.
|
|
65
|
+ <br /><strong>Refunds:</strong> Refunds will be processed once the returned item is received and inspected. Refunds will be issued to the original payment method.
|
|
66
|
+ <br /><strong>Exchanges:</strong> If you wish to exchange an item for a different size or color, please contact us to arrange the exchange.
|
|
67
|
+ </Typography>
|
|
68
|
+
|
|
69
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>6. Discounts, Promotions, and Offers</Typography>
|
|
70
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
71
|
+ Promotional discounts, sales, or offers may apply to specific items or orders. These discounts are valid only during the promotion period and cannot be combined with other offers unless stated.
|
|
72
|
+ Coupons or promo codes must be applied at checkout. We are not responsible for expired or forgotten promo codes.
|
|
73
|
+ We reserve the right to modify, suspend, or terminate any promotion at our discretion.
|
|
74
|
+ </Typography>
|
|
75
|
+
|
|
76
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>7. Account Responsibility</Typography>
|
|
77
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
78
|
+ When creating an account, you agree to provide accurate and up-to-date information. You are responsible for maintaining the confidentiality of your account and password.
|
|
79
|
+ Please notify us immediately if you believe there has been any unauthorized use of your account.
|
|
80
|
+ We reserve the right to suspend or terminate any accounts that violate our terms or engage in fraudulent activities.
|
|
81
|
+ </Typography>
|
|
82
|
+
|
|
83
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>8. Intellectual Property</Typography>
|
|
84
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
85
|
+ All content on this website, including text, images, logos, graphics, and designs, are the property of AMBER and are protected by intellectual property laws.
|
|
86
|
+ You may not copy, reproduce, distribute, or use any content from our website without our express written permission.
|
|
87
|
+ </Typography>
|
|
88
|
+
|
|
89
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>9. Limitation of Liability</Typography>
|
|
90
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
91
|
+ We are not liable for any indirect, incidental, or consequential damages arising from the use or inability to use our website or products.
|
|
92
|
+ Our total liability to you is limited to the amount paid for the product(s) in question.
|
|
93
|
+ </Typography>
|
|
94
|
+
|
|
95
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>10. Privacy & Data Protection</Typography>
|
|
96
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
97
|
+ We value your privacy. Please refer to our Privacy Policy for details on how we collect, use, and protect your personal data.
|
|
98
|
+ </Typography>
|
|
99
|
+
|
|
100
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>11. Force Majeure</Typography>
|
|
101
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
102
|
+ We are not liable for any failure or delay in the performance of our obligations due to circumstances beyond our control, including acts of God, natural disasters, pandemics, strikes, or supply chain disruptions.
|
|
103
|
+ </Typography>
|
|
104
|
+
|
|
105
|
+ <Typography variant='body2' sx={{ fontWeight: "400", mb: 2 }}>12. Governing Law & Dispute Resolution</Typography>
|
|
106
|
+ <Typography variant='body2' sx={{ mb: 2 }}>
|
|
107
|
+ These Terms & Conditions are governed by the laws of Malaysia. Any disputes or claims will be resolved in the competent courts of Kuala Lumpur.
|
|
108
|
+ </Typography>
|
82
|
109
|
</Box>
|
|
110
|
+ </Box>
|
83
|
111
|
)
|
84
|
112
|
}
|
85
|
113
|
|