-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
376 lines (375 loc) · 12.6 KB
/
index.html
File metadata and controls
376 lines (375 loc) · 12.6 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tacx AI</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<!-- AOS CSS -->
<link
href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css"
rel="stylesheet"
/>
</head>
<body>
<header>
<div class="navbar space-grotesk-regular">
<div class="brand" data-aos="fade-right" data-aos-duration="1000">
<img src="logo.webp" class="logo" />
<p class="brand-name">Tacx AI</p>
</div>
<div class="option" data-aos="fade-left" data-aos-duration="1000">
<a href="#" class="home-link nav-link">Home</a>
<a href="#" class="about-link nav-link">About</a>
<a href="#" class="product-link nav-link">Products</a>
<a href="#" class="contact-link nav-link">Contact</a>
<a href="#" class="faq-link nav-link">FAQ</a>
</div>
</div>
</header>
<section>
<div class="hero space-grotesk-regular">
<img src="background.webp" class="bg" />
<h1
class="tagline"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="300"
>
Unlock the Future of Holistic Health
</h1>
<p
class="intro"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="500"
>
Experience the perfect fusion of AI and Ayurveda, where modern
technology meets ancient wisdom to deliver a personalized,
transformative wellness journey.
</p>
<a
href="#"
class="explore"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="700"
>Explore Now!</a
>
</div>
</section>
<section>
<div class="approach space-grotesk-regular">
<h1 data-aos="fade-down" data-aos-duration="1000">
Our Innovative Approach
</h1>
<p data-aos="fade-down" data-aos-duration="1000" data-aos-delay="200">
Integrating AI-powered Diagnostics and Ayurvedic Principles
</p>
<div class="approach-ways">
<div
class="wellness"
data-aos="zoom-in"
data-aos-duration="1000"
data-aos-delay="300"
>
<img src="approach-1.webp" class="approach-1 approach-img" />
<h2 class="zilla-slab-semibold">Personalized Wellness Plans</h2>
<p class="zilla-slab-medium">
Empowering You to Achieve Optimal Health
</p>
</div>
<div
class="nourish"
data-aos="zoom-in"
data-aos-duration="1000"
data-aos-delay="500"
>
<img src="approach-2.webp" class="approach-2 approach-img" />
<h2 class="zilla-slab-semibold">Nourishing Your Body</h2>
<p class="zilla-slab-medium">Discover Herbal Remedies and</p>
</div>
<div
class="store"
data-aos="zoom-in"
data-aos-duration="1000"
data-aos-delay="700"
>
<img src="approach-3.webp" class="approach-3 approach-img" />
<h2 class="zilla-slab-semibold">Holistic Wellness Store</h2>
<p class="zilla-slab-medium">
Shop Curated Products for a Healthier
</p>
</div>
</div>
</div>
</section>
<section>
<div class="consult">
<h1
class="zilla-slab-bold"
data-aos="fade-down"
data-aos-duration="1000"
>
Elevate Your Virtual Consultation
</h1>
<p
class="zilla-slab-medium"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="200"
>
Experience the Future of Healthcare with Our Personalized Telemedicine
Solutions
</p>
<div class="consult-ways">
<div class="connect" data-aos="fade-right" data-aos-duration="1200">
<img src="connect.webp" class="consult-img" />
<div class="consult-txt consult-card">
<h2 class="zilla-slab-bold">Connect</h2>
<p class="connect-txt zilla-slab-medium">
Our intelligent platform analyzes your unique health profile in
real-time, combining Ayurveda with modern medical insights to
deliver highly customized wellness recommendations. From
tailored herbal solutions to lifestyle optimizations, experience
a truly personalized path to better health.
</p>
</div>
</div>
<div
class="speak"
data-aos="fade-up"
data-aos-duration="1200"
data-aos-delay="300"
>
<img src="speak.webp" class="consult-img" />
<div class="consult-txt consult-card">
<h2 class="zilla-slab-bold">Speak to</h2>
<p class="speak-txt zilla-slab-medium">
Harness the Wisdom of Ayurveda: Our expert Ayurvedic
practitioners craft personalized wellness plans, blending
ancient wisdom with modern insights for holistic health and
well-being.
</p>
</div>
</div>
<div
class="embrace"
data-aos="fade-left"
data-aos-duration="1200"
data-aos-delay="500"
>
<img src="embrace.webp" class="consult-img" />
<div class="consult-txt consult-card">
<h2 class="zilla-slab-bold">Embrace</h2>
<p class="embrace-txt zilla-slab-medium">
Our platform blends AI-powered diagnostics with ancient
Ayurvedic principles, delivering precise, personalized health
insights for a balanced and holistic lifestyle.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="wellness-store">
<h1
class="zilla-slab-bold"
data-aos="fade-down"
data-aos-duration="1000"
>
Explore Our Wellness Store
</h1>
<p
class="zilla-slab-medium"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="200"
>
Browse our curated selection of high-quality herbal supplements,
natural skincare, and holistic lifestyle products to support your
journey to optimal health
</p>
</div>
<div class="store-items">
<img
src="chatbot-2.webp"
class="store-item"
data-aos="flip-left"
data-aos-duration="1000"
/>
<img
src="wellness-store-2.webp"
class="store-item"
data-aos="flip-left"
data-aos-duration="1000"
data-aos-delay="200"
/>
<img
src="wellness-store-3.webp"
class="store-item"
data-aos="flip-left"
data-aos-duration="1000"
data-aos-delay="400"
/>
<img
src="wellness-store-4.webp"
class="store-item"
data-aos="flip-left"
data-aos-duration="1000"
data-aos-delay="600"
/>
</div>
</section>
<section>
<div class="ai-chat">
<h1
class="zilla-slab-bold"
data-aos="fade-down"
data-aos-duration="1000"
>
Connect with Our AI Chatbot
</h1>
<p
class="zilla-slab-medium"
data-aos="fade-down"
data-aos-duration="1000"
data-aos-delay="200"
>
Chat with our AI assistant to receive personalized Ayurvedic insights,
product recommendations
</p>
<div class="chatbot">
<img
src="chatbot-1.webp"
class="chatbot-img"
data-aos="zoom-in-up"
data-aos-duration="1200"
/>
<img
src="chatbot-2.webp"
class="chatbot-img"
data-aos="zoom-in-up"
data-aos-duration="1200"
data-aos-delay="200"
/>
<img
src="chatbot-3.webp"
class="chatbot-img"
data-aos="zoom-in-up"
data-aos-duration="1200"
data-aos-delay="400"
/>
<img
src="chatbot-4.webp"
class="chatbot-img"
data-aos="zoom-in-up"
data-aos-duration="1200"
data-aos-delay="600"
/>
</div>
</div>
</section>
<section>
<div class="journey">
<img src="background-2.webp" class="journey-bg" />
<h1
class="journey-head zilla-slab-bold"
data-aos="fade-left"
data-aos-duration="1200"
>
Empowering Your Holistic
</h1>
<p
class="journey-txt zilla-slab-medium"
data-aos="fade-left"
data-aos-duration="1200"
data-aos-delay="300"
>
Welcome to the future of healthcare, where advanced AI-powered
diagnostics seamlessly blend with the timeless wisdom of Ayurveda. At
our cutting-edge platform, we're revolutionizing the way you approach
your well-being, offering personalized solutions that address your
unique health needs and empower you to achieve true, lasting wellness
<br />
<br />
Discover the synergy of modern technology and ancient healing
practices, where you'll find a comprehensive suite of tools and
resources to support your holistic
</p>
</div>
</section>
<footer>
<div class="footer">
<div
class="footer-brand footer-item"
data-aos="fade-up"
data-aos-duration="1000"
>
<img src="logo.webp" class="footer-logo" />
<p class="zilla-slab-bold">
© 2025 Tacx AI, Inc.
<br />
All rights reserved.
</p>
</div>
<div
class="quick-link footer-item"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="200"
>
<h3 class="zilla-slab-bold">Quick Links</h3>
<a href="#" class="zilla-slab-medium footer-link">Home</a>
<a href="#" class="zilla-slab-medium footer-link">About</a>
<a href="#" class="zilla-slab-medium footer-link">Products</a>
<a href="#" class="zilla-slab-medium footer-link">Contact</a>
<a href="#" class="zilla-slab-medium footer-link">FAQ</a>
</div>
<div
class="service footer-item"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="400"
>
<h3 class="zilla-slab-bold">Our Services</h3>
<a href="#" class="zilla-slab-medium footer-link">AI Diagnostics</a>
<a href="#" class="zilla-slab-medium footer-link"
>Ayurvedic Consultations</a
>
<a href="#" class="zilla-slab-medium footer-link">Wellness Store</a>
</div>
<div
class="connect-with-us footer-item"
data-aos="fade-up"
data-aos-duration="1000"
data-aos-delay="600"
>
<h3 class="zilla-slab-bold">Connect With Us</h3>
<a href="#" class="zilla-slab-medium footer-link">Facebook</a>
<a href="#" class="zilla-slab-medium footer-link">Instagram</a>
<a href="#" class="zilla-slab-medium footer-link">Twitter</a>
<a href="#" class="zilla-slab-medium footer-link">LinkedIn</a>
</div>
</div>
</footer>
<!-- AOS JS -->
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script>
// Initialize AOS
AOS.init({
once: false, // whether animation should happen only once - while scrolling down
mirror: true, // whether elements should animate out while scrolling past them
anchorPlacement: "top-bottom", // which position of the element regarding to window should trigger the animation
});
</script>
<script src="script.js"></script>
</body>
</html>