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>FAQ - 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 .faq-item {18 transition: all 0.3s ease;19 }20 .faq-item:hover {21 transform: translateY(-2px);22 }23 </style>24</head>25<body>26 <!-- Navigation -->27 <nav class="py-6 px-4 md:px-12 flex justify-between items-center bg-gray-900">28 <div class="flex items-center">29 <div class="w-12 h-12 rounded-lg flex items-center justify-center mr-3 overflow-hidden">30 <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">31 </div>32 <span class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-red-500 to-yellow-500">TORPEDO JAVA</span>33</div>34 <div class="hidden md:flex space-x-8">35 <a href="index.html" class="hover:text-red-400 transition">Home</a>36 <a href="shop.html" class="hover:text-red-400 transition">Shop</a>37 <a href="ingredients.html" class="hover:text-red-400 transition">Ingredients</a>38 <a href="how-it-works.html" class="hover:text-red-400 transition">How It Works</a>39 <a href="about.html" class="hover:text-red-400 transition">About Us</a>40 <a href="testimonials.html" class="hover:text-red-400 transition">Testimonials</a>41 <a href="faq.html" class="text-red-400">FAQ</a>42 <a href="privacy-policy.html" class="hover:text-red-400 transition">Privacy Policy</a>43 <a href="terms-of-service.html" class="hover:text-red-400 transition">Terms</a>44 <a href="shipping-policy.html" class="hover:text-red-400 transition">Shipping</a>45 <a href="returns.html" class="hover:text-red-400 transition">Returns</a>46</div>47 <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">48 ORDER NOW49 </a>50<button class="md:hidden">51 <i data-feather="menu"></i>52 </button>53 </nav>54 55 <!-- Main Content -->56 <main class="container mx-auto py-12 px-4">57 <h1 class="text-4xl font-bold mb-12 text-center">FREQUENTLY ASKED QUESTIONS</h1>58 59 <div class="max-w-4xl mx-auto space-y-6">60 <!-- FAQ Item 1 -->61 <div class="bg-gray-800 rounded-xl p-6 faq-item">62 <h3 class="text-xl font-bold mb-2">How do I use Torpedo Java?</h3>63 <p class="text-gray-400">Mix 1/2 of one packet with 8-12oz of your favorite hot or cold coffee. For best results, use daily.</p>64 </div>65 66 <!-- FAQ Item 2 -->67 <div class="bg-gray-800 rounded-xl p-6 faq-item">68 <h3 class="text-xl font-bold mb-2">How quickly will I feel the effects?</h3>69 <p class="text-gray-400">Most users report feeling initial effects within 30-45 minutes, with peak benefits occurring 2-4 hours after consumption.</p>70 </div>71 72 <!-- FAQ Item 3 -->73 <div class="bg-gray-800 rounded-xl p-6 faq-item">74 <h3 class="text-xl font-bold mb-2">Is Torpedo Java safe?</h3>75 <p class="text-gray-400">Yes, all ingredients are natural and generally recognized as safe. However, consult your physician if you have medical conditions or take medications.</p>76 </div>77 78 <!-- FAQ Item 4 -->79 <div class="bg-gray-800 rounded-xl p-6 faq-item">80 <h3 class="text-xl font-bold mb-2">Can I take this every day?</h3>81 <p class="text-gray-400">Absolutely! Torpedo Java is designed for daily use. The adaptogenic herbs provide cumulative benefits when taken consistently.</p>82 </div>83 84 <!-- FAQ Item 5 -->85 <div class="bg-gray-800 rounded-xl p-6 faq-item">86 <h3 class="text-xl font-bold mb-2">When is the best time to take it?</h3>87 <p class="text-gray-400">Morning with coffee is ideal for all-day energy. For performance benefits, take 1-2 hours before activity.</p>88 </div>89 90 <!-- FAQ Item 6 -->91 <div class="bg-gray-800 rounded-xl p-6 faq-item">92 <h3 class="text-xl font-bold mb-2">What's the shelf life of the product?</h3>93 <p class="text-gray-400">Torpedo Java has a shelf life of 2 years when stored in a cool, dry place away from direct sunlight.</p>94 </div>95 96 <!-- FAQ Item 7 -->97 <div class="bg-gray-800 rounded-xl p-6 faq-item">98 <h3 class="text-xl font-bold mb-2">Is there a money-back guarantee?</h3>99 <p class="text-gray-400">Yes, we offer a 30-day satisfaction guarantee. If you're not completely satisfied, contact us for a full refund.</p>100 </div>101 102 <!-- FAQ Item 8 -->103 <div class="bg-gray-800 rounded-xl p-6 faq-item">104 <h3 class="text-xl font-bold mb-2">How do I contact customer service?</h3>105 <p class="text-gray-400">Email us at thattorpedo@gmail.com and we'll respond within 24 hours.</p>106 </div>107 </div>108 </main>109 110 <!-- CTA Section -->111 <section class="py-16 px-4 md:px-12 bg-gradient-to-r from-red-600 to-yellow-600 relative z-10 mt-12">112 <div class="container mx-auto text-center">113 <h2 class="text-3xl md:text-4xl font-bold mb-6">STILL HAVE QUESTIONS?</h2>114 <p class="text-xl mb-8 max-w-2xl mx-auto">Contact our team and we'll be happy to assist you.</p>115 <a href="contact.html" class="inline-block bg-black hover:bg-gray-900 text-white px-8 py-4 rounded-full font-bold text-lg transition transform hover:scale-105">116 CONTACT US117 </a>118 </div>119 </section>120 121 <!-- Footer -->122 <footer class="bg-gray-900 py-12 px-4 md:px-12">123 <div class="container mx-auto">124 <div class="grid grid-cols-1 md:grid-cols-4 gap-8">125 <div>126 <h3 class="text-xl font-bold mb-4">TORPEDO JAVA</h3>127 <p class="text-gray-400 mb-4">Premium male enhancement drink powered by nature.</p>128 <div class="flex space-x-4">129 <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a>130 <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="instagram"></i></a>131 <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>132 </div>133 </div>134 <div>135 <h4 class="font-bold mb-4">PRODUCT</h4>136 <ul class="space-y-2">137 <li><a href="shop.html" class="text-gray-400 hover:text-white transition">Shop</a></li>138 <li><a href="ingredients.html" class="text-gray-400 hover:text-white transition">Ingredients</a></li>139 <li><a href="how-it-works.html" class="text-gray-400 hover:text-white transition">How It Works</a></li>140 <li><a href="faq.html" class="text-gray-400 hover:text-white transition">FAQ</a></li>141 </ul>142 </div>143 <div>144 <h4 class="font-bold mb-4">COMPANY</h4>145 <ul class="space-y-2">146 <li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>147 <li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li>148</ul>149 </div>150 <div>151 <h4 class="font-bold mb-4">LEGAL</h4>152 <ul class="space-y-2">153 <li><a href="privacy-policy.html" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>154<li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>155 <li><a href="#" class="text-gray-400 hover:text-white transition">Shipping Policy</a></li>156 <li><a href="#" class="text-gray-400 hover:text-white transition">Returns</a></li>157 </ul>158 </div>159 </div>160 <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">161 <p>© 2025 Torpedo Java. All rights reserved.</p>162 </div>163</div>164 </footer>165 166 <script>167 feather.replace();168 </script>169</body>170</html>