-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (73 loc) · 3.26 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover the benefits of Yarsagumba (Caterpillar Fungus) - A natural powerhouse for energy, vitality, and wellness.">
<title>Yarsagumba - Nature's Rare Medicinal Treasure</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<nav id="navbar">
<div id="nav-container">
<img src="logo.png" alt="Yarsagumba Logo" class="nav-logo">
<div class="nav-links">
<a href="#hero" class="nav-link">About</a>
<a href="#benefits" class="nav-link">Benefits</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="hero-section">
<div class="hero-container">
<div class="hero-text">
<h2>Unlock the Power of Yarsagumba</h2>
<p>The rare and valuable Himalayan fungus, known as the “Himalayan Viagra,” boosts vitality, enhances stamina, and promotes overall wellness.</p>
<button class="hero-button">Learn More</button>
</div>
<img src="product-image.png" alt="Yarsagumba Fungus" class="hero-image">
</div>
</section>
<!-- Benefits Section -->
<section id="benefits" class="benefits-section">
<h4>Why Choose Yarsagumba?</h4>
<div class="benefits-grid">
<div class="benefit-item">
<img src="product-image.png" alt="Boosts Energy" class="benefit-icon">
<p>Boosts energy and endurance, helping you stay active and focused.</p>
</div>
<div class="benefit-item">
<img src="product-image.png" alt="Enhances Immunity" class="benefit-icon">
<p>Enhances the immune system, making your body more resilient to diseases.</p>
</div>
<div class="benefit-item">
<img src="product-image.png" alt="Supports Respiratory Health" class="benefit-icon">
<p>Supports respiratory health, especially in high-altitude regions.</p>
</div>
<div class="benefit-item">
<img src="product-image.png" alt="Rich in Antioxidants" class="benefit-icon">
<p>Rich in antioxidants, it helps combat oxidative stress and aging.</p>
</div>
</div>
</section>
<!-- Quote Section -->
<section id="quote" class="quote-section">
<p>"Nature's rarest treasure, Yarsagumba empowers the mind and body, unlocking a world of wellness."</p>
<h5>— Ancient Himalayan Proverb</h5>
</section>
<!-- Call to Action Section -->
<section id="contact" class="cta-section">
<div class="cta-text">
<h6>Experience the Benefits of Yarsagumba Today</h6>
<p>Start your journey towards better health and vitality with this unique natural supplement.</p>
</div>
<button class="cta-button">Order Now</button>
</section>
<!-- Footer -->
<footer id="footer">
<p>© 2024 Yarsagumba Wellness. All rights reserved.</p>
</footer>
</body>
</html>