Spaces:
Running
Running
File size: 30,990 Bytes
5c0691d | 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 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LUMORA CREATIONS - AI-Powered Print-on-Demand</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#6366f1',
secondary: '#8b5cf6',
accent: '#ec4899',
dark: '#1e293b',
light: '#f8fafc'
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
min-height: 100vh;
}
.hero-bg {
background: linear-gradient(rgba(99, 102, 241, 0.85), rgba(139, 92, 246, 0.85)), url('https://images.unsplash.com/photo-1523381210434-271e8be1f52b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
background-size: cover;
background-position: center;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover: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);
}
.feature-icon {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
color: white;
font-size: 28px;
margin-bottom: 20px;
}
.product-card {
background: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.product-image {
height: 250px;
background-size: cover;
background-position: center;
}
.ai-generate-btn {
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
transition: all 0.3s ease;
}
.ai-generate-btn:hover {
transform: scale(1.05);
box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.4), 0 4px 6px -2px rgba(99, 102, 241, 0.2);
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7); }
70% { box-shadow: 0 0 0 10px rgba(99, 102, 241, 0); }
100% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); }
}
.floating {
animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
.gradient-text {
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.testimonial-card {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
</style>
</head>
<body class="text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-md py-4 px-6 flex justify-between items-center sticky top-0 z-50">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-gradient-to-r from-primary to-secondary flex items-center justify-center text-white font-bold text-xl mr-3">L</div>
<span class="text-2xl font-bold gradient-text">LUMORA CREATIONS</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#" class="font-medium hover:text-primary transition">Home</a>
<a href="#features" class="font-medium hover:text-primary transition">Features</a>
<a href="#products" class="font-medium hover:text-primary transition">Products</a>
<a href="#how-it-works" class="font-medium hover:text-primary transition">How It Works</a>
<a href="#testimonials" class="font-medium hover:text-primary transition">Testimonials</a>
</div>
<div class="flex items-center space-x-4">
<button class="px-4 py-2 rounded-lg font-medium hover:bg-gray-100 transition">Sign In</button>
<button class="bg-gradient-to-r from-primary to-secondary text-white px-6 py-2 rounded-lg font-medium hover:opacity-90 transition">Get Started</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg text-white py-20 px-6">
<div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">
Transform Your Ideas Into <span class="gradient-text">Print-on-Demand</span> Reality
</h1>
<p class="text-xl mb-8 text-gray-200">
Leverage AI-powered design generation and seamless publishing to create unique products that stand out in the marketplace.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<button class="ai-generate-btn text-white px-8 py-4 rounded-xl font-bold text-lg pulse">
<i class="fas fa-magic mr-2"></i> Generate AI Design
</button>
<button class="bg-white text-primary px-8 py-4 rounded-xl font-bold text-lg hover:bg-gray-100 transition">
<i class="fas fa-play-circle mr-2"></i> Watch Demo
</button>
</div>
</div>
<div class="flex justify-center">
<div class="relative">
<div class="w-80 h-80 bg-gradient-to-r from-primary to-secondary rounded-2xl floating"></div>
<div class="absolute -top-6 -right-6 w-64 h-64 bg-white rounded-2xl shadow-2xl overflow-hidden">
<img src="https://images.unsplash.com/photo-1523381294911-8d3cead13475?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80" alt="AI Design" class="w-full h-full object-cover">
</div>
<div class="absolute -bottom-6 -left-6 w-56 h-56 bg-white rounded-2xl shadow-2xl overflow-hidden">
<img src="https://images.unsplash.com/photo-1521334884684-d80222895326?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80" alt="Product" class="w-full h-full object-cover">
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 px-6 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Powerful Features for Creators</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Everything you need to create, visualize, and sell unique print-on-demand products
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-10">
<!-- Feature 1 -->
<div class="card-hover bg-gradient-to-br from-white to-gray-50 p-8 rounded-2xl border border-gray-100">
<div class="feature-icon">
<i class="fas fa-robot"></i>
</div>
<h3 class="text-2xl font-bold mb-3">AI Design Generation</h3>
<p class="text-gray-600 mb-4">
Generate unique product ideas and designs using advanced AI algorithms. Simply describe your vision and let our AI create stunning visuals.
</p>
<a href="#" class="text-primary font-medium flex items-center">
Learn more <i class="fas fa-arrow-right ml-2 text-sm"></i>
</a>
</div>
<!-- Feature 2 -->
<div class="card-hover bg-gradient-to-br from-white to-gray-50 p-8 rounded-2xl border border-gray-100">
<div class="feature-icon">
<i class="fas fa-eye"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Real-time Visualization</h3>
<p class="text-gray-600 mb-4">
See your designs come to life on actual products before publishing. Preview on t-shirts, mugs, posters, and more.
</p>
<a href="#" class="text-primary font-medium flex items-center">
Learn more <i class="fas fa-arrow-right ml-2 text-sm"></i>
</a>
</div>
<!-- Feature 3 -->
<div class="card-hover bg-gradient-to-br from-white to-gray-50 p-8 rounded-2xl border border-gray-100">
<div class="feature-icon">
<i class="fas fa-shopping-cart"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Seamless Publishing</h3>
<p class="text-gray-600 mb-4">
Publish directly to major marketplaces like Etsy, Amazon, and Shopify with one click. No technical setup required.
</p>
<a href="#" class="text-primary font-medium flex items-center">
Learn more <i class="fas fa-arrow-right ml-2 text-sm"></i>
</a>
</div>
<!-- Feature 4 -->
<div class="card-hover bg-gradient-to-br from-white to-gray-50 p-8 rounded-2xl border border-gray-100">
<div class="feature-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Performance Analytics</h3>
<p class="text-gray-600 mb-4">
Track sales, revenue, and customer engagement with detailed analytics. Optimize your designs for maximum profitability.
</p>
<a href="#" class="text-primary font-medium flex items-center">
Learn more <i class="fas fa-arrow-right ml-2 text-sm"></i>
</a>
</div>
<!-- Feature 5 -->
<div class="card-hover bg-gradient-to-br from-white to-gray-50 p-8 rounded-2xl border border-gray-100">
<div class="feature-icon">
<i class="fas fa-users-cog"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Admin Dashboard</h3>
<p class="text-gray-600 mb-4">
Manage your entire print-on-demand business from one intuitive dashboard. Control products, orders, and team members.
</p>
<a href="#" class="text-primary font-medium flex items-center">
Learn more <i class="fas fa-arrow-right ml-2 text-sm"></i>
</a>
</div>
<!-- Feature 6 -->
<div class="card-hover bg-gradient-to-br from-white to-gray-50 p-8 rounded-2xl border border-gray-100">
<div class="feature-icon">
<i class="fas fa-cloud"></i>
</div>
<h3 class="text-2xl font-bold mb-3">Secure Cloud Storage</h3>
<p class="text-gray-600 mb-4">
All your designs and data stored securely in the cloud with automatic backups. Access from anywhere, anytime.
</p>
<a href="#" class="text-primary font-medium flex items-center">
Learn more <i class="fas fa-arrow-right ml-2 text-sm"></i>
</a>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section id="how-it-works" class="py-20 px-6 bg-gradient-to-br from-gray-50 to-gray-100">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">How LUMORA CREATIONS Works</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Create, visualize, and sell unique products in just a few simple steps
</p>
</div>
<div class="grid md:grid-cols-4 gap-8">
<!-- Step 1 -->
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-primary flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">
1
</div>
<h3 class="text-xl font-bold mb-3">Generate Ideas</h3>
<p class="text-gray-600">
Describe your concept or let our AI suggest creative ideas for your products.
</p>
</div>
<!-- Step 2 -->
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-secondary flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">
2
</div>
<h3 class="text-xl font-bold mb-3">Design & Customize</h3>
<p class="text-gray-600">
Use our design tools or AI generation to create unique visuals for your products.
</p>
</div>
<!-- Step 3 -->
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-accent flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">
3
</div>
<h3 class="text-xl font-bold mb-3">Visualize Products</h3>
<p class="text-gray-600">
See how your designs look on actual products before publishing.
</p>
</div>
<!-- Step 4 -->
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-gradient-to-r from-primary to-accent flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">
4
</div>
<h3 class="text-xl font-bold mb-3">Publish & Sell</h3>
<p class="text-gray-600">
Publish to your favorite marketplaces and start selling instantly.
</p>
</div>
</div>
</div>
</section>
<!-- Products Showcase -->
<section id="products" class="py-20 px-6 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Popular Products</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
See how your designs can look on our wide range of high-quality products
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Product 1 -->
<div class="product-card">
<div class="product-image" style="background-image: url('https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1780&q=80');"></div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Premium T-Shirt</h3>
<p class="text-gray-600 mb-4">100% cotton, soft and comfortable for everyday wear</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-primary">$24.99</span>
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-opacity-90 transition">
Customize
</button>
</div>
</div>
</div>
<!-- Product 2 -->
<div class="product-card">
<div class="product-image" style="background-image: url('https://images.unsplash.com/photo-1576566588028-4147f3842f27?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1664&q=80');"></div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Ceramic Mug</h3>
<p class="text-gray-600 mb-4">11 oz capacity, dishwasher safe, perfect for coffee lovers</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-primary">$16.99</span>
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-opacity-90 transition">
Customize
</button>
</div>
</div>
</div>
<!-- Product 3 -->
<div class="product-card">
<div class="product-image" style="background-image: url('https://images.unsplash.com/photo-1620714223084-8fcacc6dfd8d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1760&q=80');"></div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Canvas Poster</h3>
<p class="text-gray-600 mb-4">High-quality print on premium canvas, ready to hang</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-primary">$29.99</span>
<button class="bg-primary text-white px-4 py-2 rounded-lg hover:bg-opacity-90 transition">
Customize
</button>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<button class="border-2 border-primary text-primary px-8 py-3 rounded-lg font-bold hover:bg-primary hover:text-white transition">
View All Products
</button>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials" class="py-20 px-6 bg-gradient-to-br from-gray-50 to-gray-100">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">What Our Creators Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Join thousands of successful creators who transformed their ideas into profitable products
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card p-8 rounded-2xl">
<div class="flex items-center mb-6">
<div class="w-16 h-16 rounded-full bg-gray-300 overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-lg">Sarah Johnson</h4>
<p class="text-gray-600">Art Designer</p>
</div>
</div>
<p class="text-gray-700 mb-6">
"LUMORA CREATIONS transformed my design process. The AI suggestions helped me create products I never would have thought of, and the publishing process is incredibly smooth."
</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card p-8 rounded-2xl">
<div class="flex items-center mb-6">
<div class="w-16 h-16 rounded-full bg-gray-300 overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-lg">Michael Chen</h4>
<p class="text-gray-600">Entrepreneur</p>
</div>
</div>
<p class="text-gray-700 mb-6">
"As someone with no design skills, the AI generation feature was a game-changer. I've sold over 500 products in just two months using LUMORA CREATIONS!"
</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card p-8 rounded-2xl">
<div class="flex items-center mb-6">
<div class="w-16 h-16 rounded-full bg-gray-300 overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="User" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-lg">Emma Rodriguez</h4>
<p class="text-gray-600">Photographer</p>
</div>
</div>
<p class="text-gray-700 mb-6">
"The visualization tools are incredible. I can see exactly how my photos will look on different products before publishing. My sales have increased by 150% since using LUMORA."
</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-6 bg-gradient-to-r from-primary to-secondary text-white">
<div class="max-w-5xl mx-auto text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Ideas?</h2>
<p class="text-xl mb-10 max-w-2xl mx-auto">
Join thousands of creators who are already selling unique products with LUMORA CREATIONS
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
<button class="ai-generate-btn text-white px-8 py-4 rounded-xl font-bold text-lg pulse">
<i class="fas fa-rocket mr-2"></i> Start Creating Now
</button>
<button class="bg-white text-primary px-8 py-4 rounded-xl font-bold text-lg hover:bg-gray-100 transition">
<i class="fas fa-calendar-alt mr-2"></i> Schedule a Demo
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-white py-12 px-6">
<div class="max-w-7xl mx-auto grid md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-6">
<div class="w-10 h-10 rounded-full bg-gradient-to-r from-primary to-secondary flex items-center justify-center text-white font-bold text-xl mr-3">L</div>
<span class="text-2xl font-bold">LUMORA CREATIONS</span>
</div>
<p class="text-gray-400 mb-6">
Transforming ideas into profitable print-on-demand products with AI-powered design generation.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-6">Products</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">T-Shirts</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Mugs</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Posters</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Hoodies</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Phone Cases</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-6">Resources</h3>
<ul class="space-y-3">
<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">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Support</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-6">Contact Us</h3>
<ul class="space-y-3 text-gray-400">
<li class="flex items-start">
<i class="fas fa-envelope mt-1 mr-3"></i>
<span>support@lumoracreations.com</span>
</li>
<li class="flex items-start">
<i class="fas fa-phone-alt mt-1 mr-3"></i>
<span>+1 (555) 123-4567</span>
</li>
<li class="flex items-start">
<i class="fas fa-map-marker-alt mt-1 mr-3"></i>
<span>123 Design Street, Creative City, CA 90210</span>
</li>
</ul>
</div>
</div>
<div class="max-w-7xl mx-auto mt-12 pt-8 border-t border-gray-800 text-center text-gray-500">
<p>© 2023 LUMORA CREATIONS. All rights reserved.</p>
</div>
</footer>
<script>
// Simple animation for AI button
document.addEventListener('DOMContentLoaded', function() {
const aiButton = document.querySelector('.ai-generate-btn');
aiButton.addEventListener('click', function() {
// Remove pulse animation temporarily
aiButton.classList.remove('pulse');
// Add clicked effect
aiButton.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i> Generating...';
// Simulate AI generation process
setTimeout(function() {
aiButton.innerHTML = '<i class="fas fa-check mr-2"></i> Design Generated!';
aiButton.classList.add('bg-green-500');
// Reset after 2 seconds
setTimeout(function() {
aiButton.innerHTML = '<i class="fas fa-magic mr-2"></i> Generate AI Design';
aiButton.classList.remove('bg-green-500');
aiButton.classList.add('pulse');
}, 2000);
}, 2000);
});
});
</script>
<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=Humbl3m33/lumora-creations" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |