Cambia donde pone NeuraFlow AI por "Your AI Agent" en este bloque - Follow Up Deployment
Browse files- index.html +5 -27
index.html
CHANGED
|
@@ -124,7 +124,7 @@
|
|
| 124 |
<!-- Navigation -->
|
| 125 |
<nav class="relative z-50 py-6 px-4 sm:px-10 lg:px-20 xl:px-32 flex justify-between items-center glass-card">
|
| 126 |
<div class="flex items-center">
|
| 127 |
-
<span class="text-2xl font-bold bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent">
|
| 128 |
</div>
|
| 129 |
<div class="hidden md:flex space-x-10">
|
| 130 |
<a href="#features" class="custom-underline hover:text-accent transition">Features</a>
|
|
@@ -133,10 +133,7 @@
|
|
| 133 |
<a href="#faq" class="custom-underline hover:text-accent transition">FAQ</a>
|
| 134 |
</div>
|
| 135 |
<div class="flex items-center space-x-4">
|
| 136 |
-
<
|
| 137 |
-
<i class="fas fa-moon text-accent"></i>
|
| 138 |
-
</button>
|
| 139 |
-
<button class="px-4 py-2 bg-gradient-to-r from-accent to-accent2 text-dark font-medium rounded-full hover:opacity-90 transition">Sign In</button>
|
| 140 |
<button class="md:hidden">
|
| 141 |
<i class="fas fa-bars text-xl"></i>
|
| 142 |
</button>
|
|
@@ -885,7 +882,7 @@
|
|
| 885 |
</section>
|
| 886 |
|
| 887 |
<!-- Final CTA -->
|
| 888 |
-
<section class="py-20 px-4 sm:px-10 lg:px-20 xl:px-32 bg-gradient-to-br from-primary to-dark text-center">
|
| 889 |
<div class="max-w-3xl mx-auto">
|
| 890 |
<h2 class="text-3xl sm:text-4xl font-bold mb-6">Ready to Transform How You Work?</h2>
|
| 891 |
<p class="text-lg text-gray-300 mb-10">
|
|
@@ -918,7 +915,7 @@
|
|
| 918 |
<footer class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-dark">
|
| 919 |
<div class="grid grid-cols-2 md:grid-cols-5 gap-10 max-w-6xl mx-auto">
|
| 920 |
<div class="col-span-2">
|
| 921 |
-
<h3 class="text-2xl font-bold bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent mb-4">
|
| 922 |
<p class="text-gray-400 mb-6">
|
| 923 |
AI-powered productivity assistant that helps you work smarter, not harder.
|
| 924 |
</p>
|
|
@@ -983,25 +980,6 @@
|
|
| 983 |
</footer>
|
| 984 |
|
| 985 |
<script>
|
| 986 |
-
// Toggle dark mode
|
| 987 |
-
const toggleDarkMode = document.getElementById('toggleDarkMode');
|
| 988 |
-
const html = document.documentElement;
|
| 989 |
-
|
| 990 |
-
toggleDarkMode.addEventListener('click', () => {
|
| 991 |
-
html.classList.toggle('dark');
|
| 992 |
-
const icon = toggleDarkMode.querySelector('i');
|
| 993 |
-
if (html.classList.contains('dark')) {
|
| 994 |
-
icon.classList.remove('fa-sun');
|
| 995 |
-
icon.classList.add('fa-moon');
|
| 996 |
-
icon.classList.add('text-accent');
|
| 997 |
-
} else {
|
| 998 |
-
icon.classList.remove('fa-moon');
|
| 999 |
-
icon.classList.add('fa-sun');
|
| 1000 |
-
icon.classList.remove('text-accent');
|
| 1001 |
-
icon.classList.add('text-yellow-500');
|
| 1002 |
-
}
|
| 1003 |
-
});
|
| 1004 |
-
|
| 1005 |
// FAQ accordion
|
| 1006 |
const accordions = document.querySelectorAll('.accordion');
|
| 1007 |
accordions.forEach(accordion => {
|
|
@@ -1031,5 +1009,5 @@
|
|
| 1031 |
});
|
| 1032 |
});
|
| 1033 |
</script>
|
| 1034 |
-
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=ahakobyan/testspace" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p><p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ismamagen/testspace" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 1035 |
</html>
|
|
|
|
| 124 |
<!-- Navigation -->
|
| 125 |
<nav class="relative z-50 py-6 px-4 sm:px-10 lg:px-20 xl:px-32 flex justify-between items-center glass-card">
|
| 126 |
<div class="flex items-center">
|
| 127 |
+
<span class="text-2xl font-bold bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent">TRANSFERTOAI</span>
|
| 128 |
</div>
|
| 129 |
<div class="hidden md:flex space-x-10">
|
| 130 |
<a href="#features" class="custom-underline hover:text-accent transition">Features</a>
|
|
|
|
| 133 |
<a href="#faq" class="custom-underline hover:text-accent transition">FAQ</a>
|
| 134 |
</div>
|
| 135 |
<div class="flex items-center space-x-4">
|
| 136 |
+
<a href="#final-cta" class="px-4 py-2 bg-gradient-to-r from-accent to-accent2 text-dark font-medium rounded-full hover:opacity-90 transition">Email Us</a>
|
|
|
|
|
|
|
|
|
|
| 137 |
<button class="md:hidden">
|
| 138 |
<i class="fas fa-bars text-xl"></i>
|
| 139 |
</button>
|
|
|
|
| 882 |
</section>
|
| 883 |
|
| 884 |
<!-- Final CTA -->
|
| 885 |
+
<section id="final-cta" class="py-20 px-4 sm:px-10 lg:px-20 xl:px-32 bg-gradient-to-br from-primary to-dark text-center">
|
| 886 |
<div class="max-w-3xl mx-auto">
|
| 887 |
<h2 class="text-3xl sm:text-4xl font-bold mb-6">Ready to Transform How You Work?</h2>
|
| 888 |
<p class="text-lg text-gray-300 mb-10">
|
|
|
|
| 915 |
<footer class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-dark">
|
| 916 |
<div class="grid grid-cols-2 md:grid-cols-5 gap-10 max-w-6xl mx-auto">
|
| 917 |
<div class="col-span-2">
|
| 918 |
+
<h3 class="text-2xl font-bold bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent mb-4">TRANSFERTOAI</h3>
|
| 919 |
<p class="text-gray-400 mb-6">
|
| 920 |
AI-powered productivity assistant that helps you work smarter, not harder.
|
| 921 |
</p>
|
|
|
|
| 980 |
</footer>
|
| 981 |
|
| 982 |
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 983 |
// FAQ accordion
|
| 984 |
const accordions = document.querySelectorAll('.accordion');
|
| 985 |
accordions.forEach(accordion => {
|
|
|
|
| 1009 |
});
|
| 1010 |
});
|
| 1011 |
</script>
|
| 1012 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=ahakobyan/testspace" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p><p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ismamagen/testspace" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p><p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=BrunoBen/testspace" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 1013 |
</html>
|