jeevit-jal-elixir / index.html
Avija2's picture
Our ceo. Avinash chandravnshi founder and Co of jeevit jal(leaving water )
964d4f9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jeevit Jal | Ayurvedic Living Water</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
.hero-gradient {
background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
}
.ayurvedic-leaf {
background-image: url('http://static.photos/nature/640x360/42');
background-size: cover;
background-position: center;
}
</style>
</head>
<body class="bg-green-50">
<!-- Navbar -->
<nav class="bg-white shadow-md">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="droplet" class="text-green-600 h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-green-800">Jeevit Jal</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-4">
<a href="index.html" class="text-green-700 px-3 py-2 rounded-md text-sm font-medium hover:bg-green-100">Home</a>
<a href="about.html" class="text-gray-600 px-3 py-2 rounded-md text-sm font-medium hover:bg-green-100">About</a>
<a href="#" class="text-gray-600 px-3 py-2 rounded-md text-sm font-medium hover:bg-green-100">Benefits</a>
<a href="#" class="text-gray-600 px-3 py-2 rounded-md text-sm font-medium hover:bg-green-100">Testimonials</a>
<a href="#" class="bg-green-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-green-700">Order Now</a>
</div>
</div>
<div class="md:hidden">
<button class="text-gray-600 hover:text-gray-900">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div id="vanta-waves" class="hero-gradient min-h-screen flex items-center justify-center relative overflow-hidden">
<div class="absolute inset-0 bg-black opacity-10"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 relative z-10">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div class="mb-8 lg:mb-0">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-green-900 leading-tight mb-6">
The Ayurvedic <span class="text-green-600">Living Water</span>
</h1>
<p class="text-lg md:text-xl text-gray-700 mb-8">
A life-transforming elixir crafted to heal, energize, and protect your body naturally.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#" class="bg-green-600 hover:bg-green-700 text-white px-6 py-3 rounded-lg text-center font-medium transition duration-300">
Discover Benefits
</a>
<a href="#" class="border-2 border-green-600 text-green-600 hover:bg-green-50 px-6 py-3 rounded-lg text-center font-medium transition duration-300">
Watch Video <i data-feather="play" class="inline ml-2"></i>
</a>
</div>
</div>
<div class="relative">
<div class="ayurvedic-leaf rounded-2xl shadow-2xl h-80 lg:h-96 w-full"></div>
<div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg">
<div class="flex items-center">
<div class="bg-green-100 p-3 rounded-full mr-3">
<i data-feather="check-circle" class="text-green-600"></i>
</div>
<div>
<p class="text-xs text-gray-500">Certified Organic</p>
<p class="font-bold text-green-700">100% Ayurvedic</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Benefits Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
The Healing Power of Jeevit Jal
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
Ancient wisdom meets modern wellness
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-green-50 p-6 rounded-xl shadow-sm hover:shadow-md transition duration-300">
<div class="bg-green-100 h-12 w-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="heart" class="text-green-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-900 mb-2">Kidney Health</h3>
<p class="text-gray-600">Supports renal function and prevents dialysis-related issues naturally.</p>
</div>
<div class="bg-green-50 p-6 rounded-xl shadow-sm hover:shadow-md transition duration-300">
<div class="bg-green-100 h-12 w-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="zap" class="text-green-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-900 mb-2">Energy Boost</h3>
<p class="text-gray-600">Revitalizes your body and mind with sustained natural energy.</p>
</div>
<div class="bg-green-50 p-6 rounded-xl shadow-sm hover:shadow-md transition duration-300">
<div class="bg-green-100 h-12 w-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="shield" class="text-green-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-900 mb-2">Immunity Shield</h3>
<p class="text-gray-600">Potent Ayurvedic herbs strengthen your body's defense system.</p>
</div>
<div class="bg-green-50 p-6 rounded-xl shadow-sm hover:shadow-md transition duration-300">
<div class="bg-green-100 h-12 w-12 rounded-full flex items-center justify-center mb-4">
<i data-feather="activity" class="text-green-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-900 mb-2">Blood Health</h3>
<p class="text-gray-600">Enhances WBC production and combats blood deficiencies.</p>
</div>
</div>
</div>
</section>
<!-- Testimonial Section -->
<section class="py-16 bg-green-800 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-extrabold sm:text-4xl">
Stories of Transformation
</h2>
<p class="mt-4 max-w-2xl text-xl text-green-200 mx-auto">
Hear from those who have experienced the Jeevit Jal difference
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-green-700 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="h-12 w-12 rounded-full bg-green-600 flex items-center justify-center mr-4">
<i data-feather="user" class="text-white"></i>
</div>
<div>
<h4 class="font-bold">Ramesh K.</h4>
<p class="text-green-300 text-sm">Kidney Patient</p>
</div>
</div>
<p class="text-green-100">"After 3 months of Jeevit Jal, my creatinine levels normalized. My doctor was amazed!"</p>
</div>
<div class="bg-green-700 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="h-12 w-12 rounded-full bg-green-600 flex items-center justify-center mr-4">
<i data-feather="user" class="text-white"></i>
</div>
<div>
<h4 class="font-bold">Priya S.</h4>
<p class="text-green-300 text-sm">Working Professional</p>
</div>
</div>
<p class="text-green-100">"My energy levels have doubled. No more afternoon crashes since I started drinking Jeevit Jal."</p>
</div>
<div class="bg-green-700 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="h-12 w-12 rounded-full bg-green-600 flex items-center justify-center mr-4">
<i data-feather="user" class="text-white"></i>
</div>
<div>
<h4 class="font-bold">Dr. Amit P.</h4>
<p class="text-green-300 text-sm">Ayurvedic Doctor</p>
</div>
</div>
<p class="text-green-100">"I recommend Jeevit Jal to all my patients. The herbal formulation is scientifically remarkable."</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl mb-6">
Ready to Transform Your Health?
</h2>
<p class="text-xl text-gray-600 mb-8">
Join thousands who have discovered the power of Ayurvedic living water.
</p>
<a href="#" class="inline-flex items-center justify-center px-8 py-4 border border-transparent text-base font-medium rounded-md text-white bg-green-600 hover:bg-green-700 md:py-4 md:text-lg md:px-10 transition duration-300">
Order Jeevit Jal Now
<i data-feather="arrow-right" class="ml-2"></i>
</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-lg font-bold mb-4">Jeevit Jal</h3>
<p class="text-gray-400 text-sm">The Ayurvedic Living Water for holistic health and vitality.</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Quick Links</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="about.html" class="hover:text-green-400 transition">About Us</a></li>
<li><a href="#" class="hover:text-green-400 transition">Science & Research</a></li>
<li><a href="#" class="hover:text-green-400 transition">FAQs</a></li>
<li><a href="#" class="hover:text-green-400 transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Legal</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-green-400 transition">Privacy Policy</a></li>
<li><a href="#" class="hover:text-green-400 transition">Terms of Service</a></li>
<li><a href="#" class="hover:text-green-400 transition">Shipping Policy</a></li>
<li><a href="#" class="hover:text-green-400 transition">Returns</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Connect</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i data-feather="youtube"></i>
</a>
</div>
<p class="text-gray-400 text-sm mt-4">Subscribe to our newsletter</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-3 py-2 bg-gray-800 text-white rounded-l-md focus:outline-none focus:ring-2 focus:ring-green-500 w-full">
<button class="bg-green-600 hover:bg-green-700 px-4 py-2 rounded-r-md transition duration-300">
<i data-feather="send"></i>
</button>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">© 2023 Jeevit Jal. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<img src="https://via.placeholder.com/100x30?text=AYUSH" alt="AYUSH Certified" class="h-8">
<img src="https://via.placeholder.com/100x30?text=Organic" alt="Organic Certified" class="h-8">
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js waves background
VANTA.WAVES({
el: "#vanta-waves",
color: 0x88c399,
waveHeight: 20,
shininess: 50,
waveSpeed: 0.5,
zoom: 0.8
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>