Can you add back the FAQ Amplify helper that you previously added
Browse files- about.html +4 -2
- currency.html +4 -2
- events.html +4 -2
- index.html +2 -0
- newsletter.html +4 -2
- pricing.html +4 -2
- results.html +4 -2
about.html
CHANGED
|
@@ -401,10 +401,12 @@
|
|
| 401 |
</div>
|
| 402 |
</div>
|
| 403 |
</footer>
|
| 404 |
-
|
|
|
|
|
|
|
| 405 |
<script>
|
| 406 |
// Initialize Vanta.js background
|
| 407 |
-
|
| 408 |
el: "#vanta-bg",
|
| 409 |
mouseControls: true,
|
| 410 |
touchControls: true,
|
|
|
|
| 401 |
</div>
|
| 402 |
</div>
|
| 403 |
</footer>
|
| 404 |
+
<script src="components/faq-chat.js"></script>
|
| 405 |
+
<faq-chat></faq-chat>
|
| 406 |
+
|
| 407 |
<script>
|
| 408 |
// Initialize Vanta.js background
|
| 409 |
+
VANTA.GLOBE({
|
| 410 |
el: "#vanta-bg",
|
| 411 |
mouseControls: true,
|
| 412 |
touchControls: true,
|
currency.html
CHANGED
|
@@ -577,10 +577,12 @@
|
|
| 577 |
<a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Results</a>
|
| 578 |
</div>
|
| 579 |
</div>
|
| 580 |
-
|
|
|
|
|
|
|
| 581 |
<script>
|
| 582 |
// Initialize Vanta.js background
|
| 583 |
-
|
| 584 |
el: "#vanta-bg",
|
| 585 |
mouseControls: true,
|
| 586 |
touchControls: true,
|
|
|
|
| 577 |
<a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Results</a>
|
| 578 |
</div>
|
| 579 |
</div>
|
| 580 |
+
<script src="components/faq-chat.js"></script>
|
| 581 |
+
<faq-chat></faq-chat>
|
| 582 |
+
|
| 583 |
<script>
|
| 584 |
// Initialize Vanta.js background
|
| 585 |
+
VANTA.GLOBE({
|
| 586 |
el: "#vanta-bg",
|
| 587 |
mouseControls: true,
|
| 588 |
touchControls: true,
|
events.html
CHANGED
|
@@ -204,10 +204,12 @@
|
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
</footer>
|
| 207 |
-
|
|
|
|
|
|
|
| 208 |
<script>
|
| 209 |
// Initialize Vanta.js background
|
| 210 |
-
|
| 211 |
el: "#vanta-bg",
|
| 212 |
mouseControls: true,
|
| 213 |
touchControls: true,
|
|
|
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
</footer>
|
| 207 |
+
<script src="components/faq-chat.js"></script>
|
| 208 |
+
<faq-chat></faq-chat>
|
| 209 |
+
|
| 210 |
<script>
|
| 211 |
// Initialize Vanta.js background
|
| 212 |
+
VANTA.GLOBE({
|
| 213 |
el: "#vanta-bg",
|
| 214 |
mouseControls: true,
|
| 215 |
touchControls: true,
|
index.html
CHANGED
|
@@ -384,6 +384,8 @@ Get Started Now
|
|
| 384 |
<script src="components/amplify-2026.js"></script>
|
| 385 |
<script src="components/newsletter.js"></script>
|
| 386 |
<script src="components/fireworks-animation.js"></script>
|
|
|
|
|
|
|
| 387 |
<!-- Add i18next libraries -->
|
| 388 |
<script src="https://unpkg.com/i18next/dist/umd/i18next.min.js"></script>
|
| 389 |
<script src="https://unpkg.com/i18next-browser-languagedetector/i18nextBrowserLanguageDetector.js"></script>
|
|
|
|
| 384 |
<script src="components/amplify-2026.js"></script>
|
| 385 |
<script src="components/newsletter.js"></script>
|
| 386 |
<script src="components/fireworks-animation.js"></script>
|
| 387 |
+
<script src="components/faq-chat.js"></script>
|
| 388 |
+
<faq-chat></faq-chat>
|
| 389 |
<!-- Add i18next libraries -->
|
| 390 |
<script src="https://unpkg.com/i18next/dist/umd/i18next.min.js"></script>
|
| 391 |
<script src="https://unpkg.com/i18next-browser-languagedetector/i18nextBrowserLanguageDetector.js"></script>
|
newsletter.html
CHANGED
|
@@ -245,10 +245,12 @@
|
|
| 245 |
</div>
|
| 246 |
</div>
|
| 247 |
</footer>
|
| 248 |
-
|
|
|
|
|
|
|
| 249 |
<script>
|
| 250 |
// Initialize Vanta.js background
|
| 251 |
-
|
| 252 |
el: "#vanta-bg",
|
| 253 |
mouseControls: true,
|
| 254 |
touchControls: true,
|
|
|
|
| 245 |
</div>
|
| 246 |
</div>
|
| 247 |
</footer>
|
| 248 |
+
<script src="components/faq-chat.js"></script>
|
| 249 |
+
<faq-chat></faq-chat>
|
| 250 |
+
|
| 251 |
<script>
|
| 252 |
// Initialize Vanta.js background
|
| 253 |
+
VANTA.GLOBE({
|
| 254 |
el: "#vanta-bg",
|
| 255 |
mouseControls: true,
|
| 256 |
touchControls: true,
|
pricing.html
CHANGED
|
@@ -253,10 +253,12 @@
|
|
| 253 |
<a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Results</a>
|
| 254 |
</div>
|
| 255 |
</div>
|
| 256 |
-
|
|
|
|
|
|
|
| 257 |
<script>
|
| 258 |
// Initialize mobile menu
|
| 259 |
-
|
| 260 |
const mobileMenu = document.getElementById('mobile-menu');
|
| 261 |
const mobileMenuClose = document.getElementById('mobile-menu-close');
|
| 262 |
|
|
|
|
| 253 |
<a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Results</a>
|
| 254 |
</div>
|
| 255 |
</div>
|
| 256 |
+
<script src="components/faq-chat.js"></script>
|
| 257 |
+
<faq-chat></faq-chat>
|
| 258 |
+
|
| 259 |
<script>
|
| 260 |
// Initialize mobile menu
|
| 261 |
+
const mobileMenuButton = document.getElementById('mobile-menu-button');
|
| 262 |
const mobileMenu = document.getElementById('mobile-menu');
|
| 263 |
const mobileMenuClose = document.getElementById('mobile-menu-close');
|
| 264 |
|
results.html
CHANGED
|
@@ -341,10 +341,12 @@ Get Started Today
|
|
| 341 |
<a href="events.html" class="text-2xl text-white hover:text-yellow-500 transition">Events</a>
|
| 342 |
</div>
|
| 343 |
</div>
|
| 344 |
-
|
|
|
|
|
|
|
| 345 |
<script>
|
| 346 |
// Initialize Vanta.js background
|
| 347 |
-
|
| 348 |
el: "#vanta-bg",
|
| 349 |
mouseControls: true,
|
| 350 |
touchControls: true,
|
|
|
|
| 341 |
<a href="events.html" class="text-2xl text-white hover:text-yellow-500 transition">Events</a>
|
| 342 |
</div>
|
| 343 |
</div>
|
| 344 |
+
<script src="components/faq-chat.js"></script>
|
| 345 |
+
<faq-chat></faq-chat>
|
| 346 |
+
|
| 347 |
<script>
|
| 348 |
// Initialize Vanta.js background
|
| 349 |
+
VANTA.GLOBE({
|
| 350 |
el: "#vanta-bg",
|
| 351 |
mouseControls: true,
|
| 352 |
touchControls: true,
|