-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtnc.html
More file actions
174 lines (154 loc) · 8.79 KB
/
tnc.html
File metadata and controls
174 lines (154 loc) · 8.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YuvaWear - Terms and Conditions</title>
<link rel="icon" href="/public/images/favicon.png" type="image/png">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="nav-logo">
<img src="/public/images/logo.png" alt="YuvaWear Logo" class="logo">
</div>
<div class="navigation">
<a href="/index.html#home" class="nav-link">Home</a>
<a href="/index.html#categories" class="nav-link">Categories</a>
<a href="/index.html#reviews" class="nav-link">Reviews</a>
</div>
<div class="contact-us">
<a href="https://wa.link/h7l6yr" target="_blank" class="button whatsapp-button">
<i class="fab fa-whatsapp"></i> Contact Us
</a>
</div>
</nav>
</header>
<main>
<div class="page-header">
<h1>Terms & FAQ</h1>
<p>Everything you need to know about working with us</p>
</div>
<div class="page-navigation">
<div class="container">
<a href="#terms" class="nav-link active">Terms & Conditions</a>
<a href="#faq" class="nav-link">Frequently Asked Questions</a>
</div>
</div>
<section id="terms" class="terms-section">
<div class="container">
<h2 class="section-title">Terms & Conditions</h2>
<div class="terms-content">
<div class="terms-card">
<h3>1. Acceptance of Terms</h3>
<p>By accessing and placing an order with Yuvawear, you confirm that you are in agreement with and bound by the terms and conditions contained herein.</p>
</div>
<div class="terms-card">
<h3>2. Ordering Process</h3>
<p>2.1. Minimum Order Quantity (MOQ) is 40 pieces per style.<br>
2.2. Sample orders are available and can be ordered separately.<br>
2.3. All orders must be confirmed in writing via email with complete specifications.</p>
</div>
<div class="terms-card">
<h3>3. Pricing and Payment</h3>
<p>3.1. Prices are subject to change without notice.<br>
3.2. Payment methods accepted: Wire Transfer and PayPal.<br>
3.3. PayPal transactions incur a 4% transaction fee plus 3.5% currency conversion fee.<br>
3.4. Full payment is required before production begins.</p>
</div>
<div class="terms-card">
<h3>4. Shipping and Delivery</h3>
<p>4.1. Shipping times are estimates and not guaranteed.<br>
4.2. Customer is responsible for all import duties and taxes.<br>
4.3. Risk of loss transfers to customer upon delivery to carrier.</p>
</div>
<div class="terms-card">
<h3>5. Quality and Returns</h3>
<p>5.1. All products undergo quality inspection before shipping.<br>
5.2. Claims must be made within 7 days of receipt.<br>
5.3. Returns accepted only for manufacturing defects.</p>
</div>
<div class="terms-card">
<h3>6. Intellectual Property</h3>
<p>6.1. Customer warrants ownership of all submitted designs.<br>
6.2. Customer indemnifies Yuvawear against IP infringement claims.</p>
</div>
<div class="terms-card">
<h3>7. Privacy Policy</h3>
<p>7.1. Customer information is kept confidential.<br>
7.2. Data is used only for order processing and communication.</p>
</div>
<div class="terms-card">
<h3>8. Modifications</h3>
<p>We reserve the right to modify these terms at any time. Changes will be posted on this page.</p>
</div>
</div>
</div>
</section>
<section id="faq" class="faq-section">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-grid">
<div class="faq-item">
<h3>What's your Minimum Order?</h3>
<p>We offer free samples. You can choose from 1 piece to a complete sample kit. For bulk orders, our minimum order quantity (MOQ) is 40 pieces of each style.</p>
</div>
<div class="faq-item">
<h3>What prices do you offer?</h3>
<p>Our prices depend on your order quantity, number of styles, and customizations. The more quantity you order, the lower the price. Please contact us for a custom quote based on your requirements.</p>
</div>
<div class="faq-item">
<h3>What kind of packaging do you offer?</h3>
<p>Our standard packaging includes sorted bundling and corrugated boxes with cling wrap. For customized packaging, you can choose from gift boxes, custom plastic bags, or custom printed master cartons.</p>
</div>
<div class="faq-item">
<h3>How long will you take to deliver?</h3>
<p>Express shipping takes 3-7 days depending on your location. Sea shipping takes 15-40 days approximately. You can also choose to book your own courier and pick up the items from our warehouse in New Delhi, India.</p>
</div>
<div class="faq-item">
<h3>Which shipping partners do you use?</h3>
<p>We use FedEx, DHL, UPS, and direct air cargo for express delivery. For sea shipping, we use Nava Shiva (India).</p>
</div>
<div class="faq-item">
<h3>Where are you located?</h3>
<p>We are based in New Delhi, the capital of India.</p>
</div>
<div class="faq-item">
<h3>How do I place the order?</h3>
<p>You can email us your order details, including item style code, color, sizes, and design (for printing), along with your billing details (full name, company name, email ID, mobile number, and shipping address). Your order will be confirmed with a copy of the invoice (with payment link).</p>
</div>
<div class="faq-item">
<h3>How do I make the payment?</h3>
<p>You can use wire transfer or PayPal, as per your preference. For wire transfer, please check the fees charged by your bank. For PayPal, a 4% transaction fee + 3.5% currency conversion fee is applicable.</p>
</div>
<div class="faq-item">
<h3>What about shipping charges, customs duties, and taxes?</h3>
<p>For international orders, our shipping charges include freight and customs clearance in India. Any other duties or charges are payable on arrival as per your country's norms. For domestic orders, a 5% GST will be applicable.</p>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer-contact">
<p>Questions? Call <a href="tel:+919266969958">+91 9266969958</a></p>
</div>
<div class="footer-links">
<div class="footer-column">
<a href="/tnc.html">Terms of Use</a>
<a href="/aboutus.html">About Us</a>
<a href="#contact">Contact Us</a>
</div>
</div>
<div class="footer-bottom">
<button class="language-button">English</button>
<p class="credits">Made with ❤ by Ashish Nayak</p>
</div>
</div>
</footer>
</body>
</html>