Spaces:
Running
Running
File size: 23,567 Bytes
fa88502 3bd8e97 | 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 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Expense Tracker | AI-Powered Finance</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.dark .hero-gradient {
background: linear-gradient(135deg, #4c51bf 0%, #5b21b6 100%);
}
.dark body {
@apply bg-gray-900 text-gray-100;
}
.dark .bg-white {
@apply bg-gray-800;
}
.dark .text-gray-800 {
@apply text-gray-200;
}
.dark .text-gray-600 {
@apply text-gray-400;
}
.dark .bg-gray-50 {
@apply bg-gray-800;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.dashboard-preview {
border-radius: 16px;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<i data-feather="dollar-sign" class="text-indigo-600 mr-2"></i>
<span class="text-xl font-bold text-indigo-600">SmartExpense</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#features" class="text-gray-700 hover:text-indigo-600 transition">Features</a>
<a href="#how-it-works" class="text-gray-700 hover:text-indigo-600 transition">How It Works</a>
<a href="#testimonials" class="text-gray-700 hover:text-indigo-600 transition">Testimonials</a>
<button id="theme-toggle" class="p-2 rounded-lg hover:bg-gray-200 dark:hover:bg-gray-700 transition">
<i data-feather="moon" class="hidden dark:block"></i>
<i data-feather="sun" class="dark:hidden"></i>
</button>
<button class="bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 transition">
Get Started
</button>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="hero-gradient pt-24 pb-20 md:pt-32 md:pb-28">
<div id="vanta-globe" class="absolute inset-0"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="lg:grid lg:grid-cols-2 lg:gap-12 items-center">
<div class="text-center lg:text-left" data-aos="fade-right">
<h1 class="text-4xl md:text-5xl font-bold text-white mb-6">
Smarter Spending with AI Insights
</h1>
<p class="text-xl text-indigo-100 mb-8 max-w-lg mx-auto lg:mx-0">
The intelligent expense tracker that learns your habits and helps you save effortlessly.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center lg:justify-start">
<button class="bg-white text-indigo-600 px-6 py-3 rounded-lg font-medium hover:bg-gray-100 transition">
Try for Free
</button>
<button class="bg-transparent border-2 border-white text-white px-6 py-3 rounded-lg font-medium hover:bg-white hover:text-indigo-600 transition">
See Demo
</button>
</div>
</div>
<div class="mt-12 lg:mt-0" data-aos="fade-left">
<img src="http://static.photos/finance/1024x576/42" alt="Dashboard Preview" class="dashboard-preview w-full">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Powerful Features</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Our AI-powered platform helps you take control of your finances with smart automation.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-white p-8 rounded-xl feature-card transition duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="cpu" class="text-indigo-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">AI Auto-Categorization</h3>
<p class="text-gray-600">
Our machine learning engine automatically categorizes your expenses with 95% accuracy, learning from your patterns.
</p>
</div>
<!-- Feature 2 -->
<div class="bg-white p-8 rounded-xl feature-card transition duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="trending-up" class="text-indigo-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Smart Insights</h3>
<p class="text-gray-600">
Get personalized recommendations to optimize your spending and increase savings based on your financial behavior.
</p>
</div>
<!-- Feature 3 -->
<div class="bg-white p-8 rounded-xl feature-card transition duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="refresh-cw" class="text-indigo-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Real-Time Sync</h3>
<p class="text-gray-600">
Cloud-backed storage ensures your data is always up-to-date across all your devices, securely and reliably.
</p>
</div>
<!-- Feature 4 -->
<div class="bg-white p-8 rounded-xl feature-card transition duration-300" data-aos="fade-up" data-aos-delay="400">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="pie-chart" class="text-indigo-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Interactive Dashboards</h3>
<p class="text-gray-600">
Visualize your financial data with beautiful, interactive charts that make understanding your finances effortless.
</p>
</div>
<!-- Feature 5 -->
<div class="bg-white p-8 rounded-xl feature-card transition duration-300" data-aos="fade-up" data-aos-delay="500">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="text-indigo-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Bank-Level Security</h3>
<p class="text-gray-600">
Your data is protected with end-to-end encryption and multi-factor authentication for peace of mind.
</p>
</div>
<!-- Feature 6 -->
<div class="bg-white p-8 rounded-xl feature-card transition duration-300" data-aos="fade-up" data-aos-delay="600">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i data-feather="smartphone" class="text-indigo-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Cross-Platform</h3>
<p class="text-gray-600">
Access your financial data anywhere with our web and mobile apps that work seamlessly together.
</p>
</div>
</div>
</div>
</section>
<!-- How It Works Section -->
<section id="how-it-works" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-gray-900 mb-4">How It Works</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Three simple steps to financial clarity and smarter spending habits.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Step 1 -->
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
<span class="text-indigo-600 text-2xl font-bold">1</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Connect Your Accounts</h3>
<p class="text-gray-600">
Securely link your bank accounts or manually enter transactions. Our system works with all major banks.
</p>
</div>
<!-- Step 2 -->
<div class="text-center" data-aos="fade-up" data-aos-delay="200">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
<span class="text-indigo-600 text-2xl font-bold">2</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">AI Analyzes Your Spending</h3>
<p class="text-gray-600">
Our machine learning engine categorizes transactions and identifies spending patterns automatically.
</p>
</div>
<!-- Step 3 -->
<div class="text-center" data-aos="fade-up" data-aos-delay="300">
<div class="bg-indigo-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6">
<span class="text-indigo-600 text-2xl font-bold">3</span>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Get Actionable Insights</h3>
<p class="text-gray-600">
Receive personalized recommendations to optimize your budget and increase your savings rate.
</p>
</div>
</div>
<div class="mt-16 text-center" data-aos="fade-up">
<img src="http://static.photos/technology/1024x576/15" alt="App Screens" class="rounded-xl mx-auto w-full max-w-4xl">
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Users Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Join thousands of users who have transformed their financial lives.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white p-8 rounded-xl" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-4">
<img src="http://static.photos/people/200x200/1" alt="Sarah J." class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-900">Sarah J.</h4>
<p class="text-indigo-600">Marketing Director</p>
</div>
</div>
<p class="text-gray-600 italic">
"This app has completely changed how I manage my finances. The AI categorization saves me hours each month!"
</p>
<div class="flex mt-4">
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-8 rounded-xl" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-4">
<img src="http://static.photos/people/200x200/2" alt="Michael T." class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-900">Michael T.</h4>
<p class="text-indigo-600">Software Engineer</p>
</div>
</div>
<p class="text-gray-600 italic">
"The insights helped me identify $300/month in unnecessary subscriptions I'd forgotten about. Game changer!"
</p>
<div class="flex mt-4">
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-8 rounded-xl" data-aos="fade-up" data-aos-delay="300">
<div class="flex items-center mb-4">
<img src="http://static.photos/people/200x200/3" alt="Priya K." class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-900">Priya K.</h4>
<p class="text-indigo-600">Small Business Owner</p>
</div>
</div>
<p class="text-gray-600 italic">
"As someone who hates budgeting, this app makes it painless. The automatic tracking is magical."
</p>
<div class="flex mt-4">
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
<i data-feather="star" class="text-yellow-400 w-5 h-5"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 hero-gradient">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6" data-aos="fade-up">
Ready to Transform Your Finances?
</h2>
<p class="text-xl text-indigo-100 mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Join thousands of users who have taken control of their financial future.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center" data-aos="fade-up" data-aos-delay="200">
<button class="bg-white text-indigo-600 px-8 py-4 rounded-lg font-medium hover:bg-gray-100 transition text-lg">
Start Free Trial
</button>
<button class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-lg font-medium hover:bg-white hover:text-indigo-600 transition text-lg">
Watch Demo
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="dollar-sign" class="text-indigo-400 mr-2"></i>
<span class="text-xl font-bold text-white">SmartExpense</span>
</div>
<p class="text-gray-400">
AI-powered financial insights to help you spend smarter and save more.
</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Apps</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Integrations</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Guides</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Help Center</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">API Docs</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Privacy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Terms</a></li>
</ul>
</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 mb-4 md:mb-0">
© 2023 SmartExpense. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="instagram"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Theme toggle functionality
const themeToggle = document.getElementById('theme-toggle');
const prefersDarkScheme = window.matchMedia('(prefers-color-scheme: dark)');
const currentTheme = localStorage.getItem('theme');
function applyTheme(theme) {
if (theme === 'dark' || (!theme && prefersDarkScheme.matches)) {
document.documentElement.classList.add('dark');
localStorage.setItem('theme', 'dark');
} else {
document.documentElement.classList.remove('dark');
localStorage.setItem('theme', 'light');
}
feather.replace();
}
applyTheme(currentTheme);
themeToggle.addEventListener('click', () => {
const isDark = document.documentElement.classList.contains('dark');
applyTheme(isDark ? 'light' : 'dark');
});
// Initialize animations
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Initialize Vanta.js globe
VANTA.GLOBE({
el: "#vanta-globe",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x667eea,
backgroundColor: 0x764ba2,
size: 0.8
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>
|