CoolFace
Apppublic

Dunnnn/torpedo-java-thunder-boost

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes
shipping-policy.html157 linesDownload Raw Back to root
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>Shipping 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="shipping-policy.html" class="text-red-400">Shipping Policy</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="testimonials.html" class="hover:text-red-400 transition">Testimonials</a>38            <a href="faq.html" class="hover:text-red-400 transition">FAQ</a>39            <a href="returns.html" class="hover:text-red-400 transition">Returns</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">SHIPPING POLICY</h1>52        53        <div class="space-y-8">54            <section>55                <h2 class="text-2xl font-bold mb-4">1. Processing Time</h2>56                <p class="text-gray-400">All orders are processed within 1-3 business days (excluding weekends and holidays) after receiving your order confirmation email. You will receive another notification when your order has shipped.</p>57            </section>58 59            <section>60                <h2 class="text-2xl font-bold mb-4">2. Domestic Shipping</h2>61                <p class="text-gray-400 mb-4">We offer the following shipping options for orders within the United States:</p>62                <ul class="list-disc pl-6 space-y-2 text-gray-400">63                    <li>Standard Shipping: 3-5 business days ($5.99)</li>64                    <li>Expedited Shipping: 2-3 business days ($12.99)</li>65                    <li>Free Shipping: 5-7 business days on orders over $75</li>66                </ul>67            </section>68 69            <section>70                <h2 class="text-2xl font-bold mb-4">3. International Shipping</h2>71                <p class="text-gray-400">We currently ship to select international destinations. International orders typically take 7-21 business days to arrive depending on the destination. Customers are responsible for any customs and import taxes that may apply.</p>72            </section>73 74            <section>75                <h2 class="text-2xl font-bold mb-4">4. Order Tracking</h2>76                <p class="text-gray-400">You will receive a tracking number via email once your order has shipped. You can use this number to track your package through our carrier's website.</p>77            </section>78 79            <section>80                <h2 class="text-2xl font-bold mb-4">5. Shipping Restrictions</h2>81                <p class="text-gray-400">Due to the nature of our products, we cannot ship to PO boxes. Please provide a physical address for delivery. Some international destinations may have restrictions on our products.</p>82            </section>83 84            <section>85                <h2 class="text-2xl font-bold mb-4">6. Delays</h2>86                <p class="text-gray-400">While we make every effort to deliver your order on time, factors such as weather, customs delays, or carrier issues may occasionally cause delays beyond our control.</p>87            </section>88 89            <section>90                <h2 class="text-2xl font-bold mb-4">7. Damaged or Lost Packages</h2>91                <p class="text-gray-400">If your package is lost in transit or arrives damaged, please contact us within 14 days of receiving your shipping confirmation email at thattorpedo@gmail.com with your order number and details.</p>92            </section>93 94            <section>95                <h2 class="text-2xl font-bold mb-4">8. Changes to This Policy</h2>96                <p class="text-gray-400">We may update this shipping policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons.</p>97            </section>98 99            <section>100                <h2 class="text-2xl font-bold mb-4">Contact Us</h2>101                <p class="text-gray-400">If you have any questions about our shipping 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="#" 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>