Dunnnn/torpedo-java-thunder-boost
1
1<!DOCTYPE html>2<html lang="en">3<head>4 <meta charset="UTF-8">5 <meta name="viewport" content="width=device-width, initial-scale=1.0">6 <title>Returns Policy - Torpedo Java</title>7 <link rel="icon" type="image/x-icon" href="/static/favicon.ico">8 <script src="https://cdn.tailwindcss.com"></script>9 <script src="https://unpkg.com/feather-icons"></script>10 <style>11 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');12 body {13 font-family: 'Montserrat', sans-serif;14 background-color: #111827;15 color: white;16 }17 </style>18</head>19<body>20 <!-- Navigation -->21 <nav class="py-6 px-4 md:px-12 flex justify-between items-center bg-gray-900">22 <div class="flex items-center">23 <div class="w-12 h-12 rounded-lg flex items-center justify-center mr-3 overflow-hidden">24 <img src="https://huggingface.co/spaces/Dunnnn/torpedo-java-thunder-boost/resolve/main/images/torpedo-png.png" alt="Torpedo Java Logo" class="w-full h-full object-contain">25 </div>26 <span class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-red-500 to-yellow-500">TORPEDO JAVA</span>27</div>28 <div class="hidden md:flex space-x-8">29 <a href="index.html" class="hover:text-red-400 transition">Home</a>30 <a href="shop.html" class="hover:text-red-400 transition">Shop</a>31 <a href="ingredients.html" class="hover:text-red-400 transition">Ingredients</a>32 <a href="how-it-works.html" class="hover:text-red-400 transition">How It Works</a>33 <a href="about.html" class="hover:text-red-400 transition">About Us</a>34 <a href="returns.html" class="text-red-400">Returns</a>35 <a href="privacy-policy.html" class="hover:text-red-400 transition">Privacy Policy</a>36 <a href="terms-of-service.html" class="hover:text-red-400 transition">Terms</a>37 <a href="shipping-policy.html" class="hover:text-red-400 transition">Shipping</a>38 <a href="testimonials.html" class="hover:text-red-400 transition">Testimonials</a>39 <a href="faq.html" class="hover:text-red-400 transition">FAQ</a>40</div>41<a href="shop.html" class="bg-red-600 hover:bg-red-700 px-6 py-2 rounded-full font-bold transition transform hover:scale-105">42 ORDER NOW43 </a>44<button class="md:hidden">45 <i data-feather="menu"></i>46 </button>47 </nav>48 49 <!-- Main Content -->50 <main class="container mx-auto py-12 px-4 max-w-4xl">51 <h1 class="text-4xl font-bold mb-12 text-center">RETURNS POLICY</h1>52 53 <div class="space-y-8">54 <section>55 <h2 class="text-2xl font-bold mb-4">1. Satisfaction Guarantee</h2>56 <p class="text-gray-400">We stand behind our products with a 30-day satisfaction guarantee. If you're not completely satisfied with your purchase, you may return it for a full refund within 30 days of delivery.</p>57 </section>58 59 <section>60 <h2 class="text-2xl font-bold mb-4">2. Return Eligibility</h2>61 <p class="text-gray-400 mb-4">To be eligible for a return:</p>62 <ul class="list-disc pl-6 space-y-2 text-gray-400">63 <li>Item must be unused and in original packaging</li>64 <li>Return must be initiated within 30 days of delivery</li>65 <li>Original proof of purchase is required</li>66 </ul>67 </section>68 69 <section>70 <h2 class="text-2xl font-bold mb-4">3. How to Initiate a Return</h2>71 <p class="text-gray-400 mb-4">To start a return:</p>72 <ol class="list-decimal pl-6 space-y-2 text-gray-400">73 <li>Email us at thattorpedo@gmail.com with your order number and reason for return</li>74 <li>We will provide return instructions and a return authorization number</li>75 <li>Ship the item back to us using the provided instructions</li>76 </ol>77 </section>78 79 <section>80 <h2 class="text-2xl font-bold mb-4">4. Return Shipping</h2>81 <p class="text-gray-400">Customers are responsible for return shipping costs unless the return is due to our error or a defective product. We recommend using a trackable shipping service as we cannot guarantee receipt of returned items.</p>82 </section>83 84 <section>85 <h2 class="text-2xl font-bold mb-4">5. Refund Processing</h2>86 <p class="text-gray-400">Once your return is received and inspected, we will notify you of the approval or rejection of your refund. Approved refunds will be processed to the original payment method within 5-10 business days.</p>87 </section>88 89 <section>90 <h2 class="text-2xl font-bold mb-4">6. Non-Returnable Items</h2>91 <p class="text-gray-400">For safety and hygiene reasons, opened or used products cannot be returned. Gift cards and final sale items are also non-returnable.</p>92 </section>93 94 <section>95 <h2 class="text-2xl font-bold mb-4">7. Damaged or Defective Items</h2>96 <p class="text-gray-400">If you receive a damaged or defective product, please contact us within 14 days of delivery at thattorpedo@gmail.com with photos of the damage. We will provide a replacement or refund at no additional cost.</p>97 </section>98 99 <section>100 <h2 class="text-2xl font-bold mb-4">8. Questions</h2>101 <p class="text-gray-400">For any questions about our returns policy, please contact us at thattorpedo@gmail.com.</p>102 </section>103 104 <p class="text-gray-500 italic">Last Updated: January 1, 2025</p>105 </div>106 </main>107 108 <!-- Footer -->109 <footer class="bg-gray-900 py-12 px-4 md:px-12">110 <div class="container mx-auto">111 <div class="grid grid-cols-1 md:grid-cols-4 gap-8">112 <div>113 <h3 class="text-xl font-bold mb-4">TORPEDO JAVA</h3>114 <p class="text-gray-400 mb-4">Premium male enhancement drink powered by nature.</p>115 <div class="flex space-x-4">116 <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a>117 <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="instagram"></i></a>118 <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>119 </div>120 </div>121 <div>122 <h4 class="font-bold mb-4">PRODUCT</h4>123 <ul class="space-y-2">124 <li><a href="shop.html" class="text-gray-400 hover:text-white transition">Shop</a></li>125 <li><a href="ingredients.html" class="text-gray-400 hover:text-white transition">Ingredients</a></li>126 <li><a href="how-it-works.html" class="text-gray-400 hover:text-white transition">How It Works</a></li>127 <li><a href="faq.html" class="text-gray-400 hover:text-white transition">FAQ</a></li>128 </ul>129 </div>130 <div>131 <h4 class="font-bold mb-4">COMPANY</h4>132 <ul class="space-y-2">133 <li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>134 <li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li>135</ul>136 </div>137 <div>138 <h4 class="font-bold mb-4">LEGAL</h4>139 <ul class="space-y-2">140 <li><a href="privacy-policy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>141 <li><a href="terms-of-service.html" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>142 <li><a href="shipping-policy.html" class="text-gray-400 hover:text-white transition">Shipping Policy</a></li>143 <li><a href="returns.html" class="text-gray-400 hover:text-white transition">Returns</a></li>144 </ul>145 </div>146 </div>147 <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">148 <p>© 2025 Torpedo Java. All rights reserved.</p>149 </div>150 </div>151 </footer>152 153 <script>154 feather.replace();155 </script>156</body>157</html>