Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>APdesign - Premium Digital Invitations</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"> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); | |
| } | |
| .template-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .pricing-card:hover { | |
| transform: scale(1.05); | |
| 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 sticky top-0 z-50"> | |
| <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"> | |
| <div class="text-2xl font-bold text-indigo-600">APdesign</div> | |
| </div> | |
| <div class="flex items-center space-x-8"> | |
| <a href="#templates" class="text-gray-600 hover:text-indigo-600">Templates</a> | |
| <a href="#features" class="text-gray-600 hover:text-indigo-600">Features</a> | |
| <a href="#testimonials" class="text-gray-600 hover:text-indigo-600">Testimonials</a> | |
| <a href="#pricing" class="text-gray-600 hover:text-indigo-600">Pricing</a> | |
| <button class="bg-indigo-600 text-white px-4 py-2 rounded-md hover:bg-indigo-700 transition duration-300">Get Started</button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <div class="flex items-center mb-4"> | |
| <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> | |
| <span class="ml-2 text-gray-700">4.9/5 from 2,000+ customers</span> | |
| </div> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Premium Digital Invitation Templates</h1> | |
| <p class="text-gray-600 mb-8 text-lg">Skip the design hassle. Choose from our collection of professionally crafted digital invitation templates. Perfect for weddings, birthdays, corporate events, and every special occasion.</p> | |
| <div class="flex flex-wrap gap-4 mb-8"> | |
| <div class="border-r pr-4"> | |
| <p class="text-2xl font-bold text-indigo-600">500+</p> | |
| <p class="text-gray-600">Premium Templates</p> | |
| </div> | |
| <div class="border-r pr-4"> | |
| <p class="text-2xl font-bold text-indigo-600">50K+</p> | |
| <p class="text-gray-600">Happy Customers</p> | |
| </div> | |
| <div> | |
| <p class="text-2xl font-bold text-indigo-600">24h</p> | |
| <p class="text-gray-600">Fast Delivery</p> | |
| </div> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-md inline-block"> | |
| <p class="font-semibold text-gray-700 mb-2">Time-Based Pricing</p> | |
| <div class="flex space-x-4"> | |
| <div class="text-center"> | |
| <p class="font-bold text-indigo-600">15 days: $8</p> | |
| </div> | |
| <div class="text-center"> | |
| <p class="font-bold text-indigo-600">1 week: $15</p> | |
| </div> | |
| <div class="text-center"> | |
| <p class="font-bold text-indigo-600">3 days: $20</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 grid grid-cols-2 gap-4"> | |
| <img src="https://cling-cyan-42495923.figma.site/_assets/v9/9f23f892a7e6dfc0dd84835ae34bc1c1fdb04acb.png" alt="Premium digital invitation template" class="rounded-lg shadow-md hover:scale-105 transition duration-300"> | |
| <img src="https://cling-cyan-42495923.figma.site/_assets/v9/ff6552f9f60843ed0046fc645972d74a2e02cf73.png" alt="Wedding invitation template" class="rounded-lg shadow-md hover:scale-105 transition duration-300 mt-8"> | |
| <img src="https://cling-cyan-42495923.figma.site/_assets/v9/3fde9c72d6056b5e30c81e18c9705dd9f86e5f92.png" alt="Birthday invitation template" class="rounded-lg shadow-md hover:scale-105 transition duration-300"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Why Choose APdesign --> | |
| <section id="features" 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"> | |
| <h2 class="text-3xl font-bold mb-4">Why Choose APdesign?</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">We combine creativity, technology, and exceptional service to deliver invitation designs that make your events unforgettable.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="text-indigo-600 mb-4 text-2xl"> | |
| <i class="fas fa-pencil-ruler"></i> | |
| </div> | |
| <h3 class="font-bold text-xl mb-2">Professional Design</h3> | |
| <p class="text-gray-600">Every invitation is crafted with attention to detail and modern design principles.</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="text-indigo-600 mb-4 text-2xl"> | |
| <i class="fas fa-download"></i> | |
| </div> | |
| <h3 class="font-bold text-xl mb-2">Instant Download</h3> | |
| <p class="text-gray-600">Get your designs immediately after approval in multiple high-quality formats.</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="text-indigo-600 mb-4 text-2xl"> | |
| <i class="fas fa-clock"></i> | |
| </div> | |
| <h3 class="font-bold text-xl mb-2">Quick Turnaround</h3> | |
| <p class="text-gray-600">Fast delivery options from 3 days to 2 weeks depending on your timeline.</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="text-indigo-600 mb-4 text-2xl"> | |
| <i class="fas fa-check-circle"></i> | |
| </div> | |
| <h3 class="font-bold text-xl mb-2">Satisfaction Guaranteed</h3> | |
| <p class="text-gray-600">Unlimited revisions until you're completely happy with your design.</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="text-indigo-600 mb-4 text-2xl"> | |
| <i class="fas fa-sliders-h"></i> | |
| </div> | |
| <h3 class="font-bold text-xl mb-2">Custom Options</h3> | |
| <p class="text-gray-600">Personalize every aspect or choose from our curated template collection.</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="text-indigo-600 mb-4 text-2xl"> | |
| <i class="fas fa-headset"></i> | |
| </div> | |
| <h3 class="font-bold text-xl mb-2">24/7 Support</h3> | |
| <p class="text-gray-600">Get help whenever you need it with our dedicated customer support team.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Template Gallery --> | |
| <section id="templates" 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"> | |
| <h2 class="text-3xl font-bold mb-4">Beautiful Template Gallery</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Choose from our curated collection of professional invitation templates, each designed to make your event memorable.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Template 1 --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300"> | |
| <div class="relative pt-3/4"> | |
| <img src="https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Elegant Wedding" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-bold text-xl">Elegant Wedding</h3> | |
| <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs"> | |
| <span>4.9</span> | |
| <i class="fas fa-star ml-1"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-4">1,250 downloads • Free with timeline</p> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button> | |
| </div> | |
| </div> | |
| <!-- Template 2 --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300"> | |
| <div class="relative pt-3/4"> | |
| <img src="https://images.unsplash.com/photo-1511795409834-ef04bbd61622?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Modern Birthday" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-bold text-xl">Modern Birthday</h3> | |
| <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs"> | |
| <span>4.8</span> | |
| <i class="fas fa-star ml-1"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-4">890 downloads • Free with timeline</p> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button> | |
| </div> | |
| </div> | |
| <!-- Template 3 --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300"> | |
| <div class="relative pt-3/4"> | |
| <img src="https://images.unsplash.com/photo-1499728603263-13726abce5fd?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Corporate Event" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-bold text-xl">Corporate Event</h3> | |
| <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs"> | |
| <span>4.7</span> | |
| <i class="fas fa-star ml-1"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-4">670 downloads • Free with timeline</p> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button> | |
| </div> | |
| </div> | |
| <!-- Template 4 --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300"> | |
| <div class="relative pt-3/4"> | |
| <img src="https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Baby Shower Bliss" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-bold text-xl">Baby Shower Bliss</h3> | |
| <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs"> | |
| <span>4.9</span> | |
| <i class="fas fa-star ml-1"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-4">1,050 downloads • Free with timeline</p> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button> | |
| </div> | |
| </div> | |
| <!-- Template 5 --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300"> | |
| <div class="relative pt-3/4"> | |
| <img src="https://images.unsplash.com/photo-1541178735493-479c1a27ed24?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Graduation Celebration" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-bold text-xl">Graduation Celebration</h3> | |
| <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs"> | |
| <span>4.6</span> | |
| <i class="fas fa-star ml-1"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-4">520 downloads • Free with timeline</p> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button> | |
| </div> | |
| </div> | |
| <!-- Template 6 --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300"> | |
| <div class="relative pt-3/4"> | |
| <img src="https://images.unsplash.com/photo-1513889961551-628c1e5e2ee9?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Holiday Festive" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="font-bold text-xl">Holiday Festive</h3> | |
| <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs"> | |
| <span>4.8</span> | |
| <i class="fas fa-star ml-1"></i> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-4">780 downloads • Free with timeline</p> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-16 text-center"> | |
| <div class="max-w-2xl mx-auto bg-gradient-to-r from-indigo-500 to-purple-600 p-1 rounded-lg"> | |
| <div class="bg-white rounded-lg p-8"> | |
| <h3 class="text-2xl font-bold mb-4">Need Something Unique?</h3> | |
| <p class="text-gray-600 mb-6">Can't find the perfect template? Our designers can create a completely custom invitation just for you.</p> | |
| <button class="bg-gradient-to-r from-indigo-500 to-purple-600 text-white px-8 py-3 rounded-md hover:from-indigo-600 hover:to-purple-700 transition duration-300">Request Custom Design</button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section id="testimonials" 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"> | |
| <h2 class="text-3xl font-bold mb-4">Loved by Thousands of Customers</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto">Join the growing community of satisfied customers who trust APdesign for their special occasions.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-4">SJ</div> | |
| <div> | |
| <h4 class="font-bold">Sarah Johnson</h4> | |
| <p class="text-gray-600 text-sm">Wedding Planner</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic">"APdesign saved me hours of work! The templates are gorgeous and my clients absolutely love the digital invitations. The RSVP tracking feature is a game-changer."</p> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop&crop=face" alt="Michael Chen" class="w-12 h-12 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">Michael Chen</h4> | |
| <p class="text-gray-600 text-sm">Event Coordinator</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic">"Professional quality designs at a fraction of the cost of traditional printing. The customization options are endless and the customer support is exceptional."</p> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop&crop=face" alt="Emily Rodriguez" class="w-12 h-12 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">Emily Rodriguez</h4> | |
| <p class="text-gray-600 text-sm">Small Business Owner</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic">"I use APdesign for all my corporate events. The templates look professional and the ability to send instantly to hundreds of contacts is incredible."</p> | |
| </div> | |
| <!-- Testimonial 4 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop&crop=face" alt="David Kim" class="w-12 h-12 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">David Kim</h4> | |
| <p class="text-gray-600 text-sm">Party Host</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic">"Created a stunning birthday invitation in under 10 minutes! The interface is so user-friendly and the results look like they were designed by a professional."</p> | |
| </div> | |
| <!-- Testimonial 5 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://images.unsplash.com/photo-1544725176-7c40e5a71c5e?w=150&h=150&fit=crop&crop=face" alt="Lisa Thompson" class="w-12 h-12 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">Lisa Thompson</h4> | |
| <p class="text-gray-600 text-sm">Marketing Manager</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic">"The analytics and RSVP tracking features help me plan better events. Plus, going digital aligns with our company's sustainability goals."</p> | |
| </div> | |
| <!-- Testimonial 6 --> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&crop=face" alt="James Wilson" class="w-12 h-12 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">James Wilson</h4> | |
| <p class="text-gray-600 text-sm">Groom</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic">"Our wedding invitations were absolutely perfect! The process was so smooth and we saved hundreds compared to traditional printing."</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pricing --> | |
| <section id="pricing" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-4">Quick Pricing</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto mb-16">Choose the perfect timeline for your event</p> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Pricing Card 1 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md pricing-card transition duration-300"> | |
| <h3 class="text-xl font-bold mb-2">15 Days</h3> | |
| <p class="text-4xl font-bold text-indigo-600 mb-4">$8</p> | |
| <ul class="text-left text-gray-600 mb-6"> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Access to all templates</span> | |
| </li> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Unlimited revisions</span> | |
| </li> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Multiple formats</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Basic RSVP tracking</span> | |
| </li> | |
| </ul> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">Select Plan</button> | |
| </div> | |
| <!-- Pricing Card 2 (Highlighted) --> | |
| <div class="bg-gradient-to-b from-indigo-600 to-indigo-700 text-white p-8 rounded-lg shadow-lg pricing-card transition duration-300 transform"> | |
| <div class="mb-4"> | |
| <span class="bg-yellow-400 text-gray-800 text-xs font-bold px-3 py-1 rounded-full uppercase">Popular</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">1 Week</h3> | |
| <p class="text-4xl font-bold mb-4">$15</p> | |
| <ul class="text-left mb-6"> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-white mr-2 mt-1"></i> | |
| <span>Everything in 15 Days</span> | |
| </li> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-white mr-2 mt-1"></i> | |
| <span>Priority support</span> | |
| </li> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-white mr-2 mt-1"></i> | |
| <span>Advanced RSVP tracking</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-white mr-2 mt-1"></i> | |
| <span>Custom color palette</span> | |
| </li> | |
| </ul> | |
| <button class="w-full bg-white text-indigo-600 py-2 rounded-md hover:bg-gray-100 transition duration-300 font-bold">Select Plan</button> | |
| </div> | |
| <!-- Pricing Card 3 --> | |
| <div class="bg-white p-8 rounded-lg shadow-md pricing-card transition duration-300"> | |
| <h3 class="text-xl font-bold mb-2">3 Days</h3> | |
| <p class="text-4xl font-bold text-indigo-600 mb-4">$20</p> | |
| <ul class="text-left text-gray-600 mb-6"> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Everything in 1 Week</span> | |
| </li> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Dedicated designer</span> | |
| </li> | |
| <li class="mb-2 flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Premium RSVP analytics</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mr-2 mt-1"></i> | |
| <span>Social media integration</span> | |
| </li> | |
| </ul> | |
| <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">Select Plan</button> | |
| </div> | |
| </div> | |
| <div class="mt-8 text-gray-600"> | |
| <p><i class="fas fa-download text-indigo-600 mr-2"></i> Instant Download • <i class="fas fa-headset text-indigo-600 mr-2 ml-4"></i> 24/7 Support • <span class="text-red-500 ml-4"><i class="fas fa-clock mr-2"></i> Limited Time</span></p> | |
| </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 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-2xl font-bold mb-4">APdesign</h3> | |
| <p class="text-gray-400">Premium digital invitations for all your special occasions.</p> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Templates</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="#" class="hover:text-white transition duration-300">Weddings</a></li> | |
| <li><a href="#" class="hover:text-white transition duration-300">Birthdays</a></li> | |
| <li><a href="#" class="hover:text-white transition duration-300">Corporate</a></li> | |
| <li><a href="#" class="hover:text-white transition duration-300">Baby Showers</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Resources</h4> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li><a href="#" class="hover:text-white transition duration-300">Blog</a></li> | |
| <li><a href="#" class="hover:text-white transition duration-300">Help Center</a></li> | |
| <li><a href="#" class="hover:text-white transition duration-300">Tutorials</a></li> | |
| <li><a href="#" class="hover:text-white transition duration-300">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Connect</h4> | |
| <div class="flex space-x-4 mb-4"> | |
| <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300"> | |
| <i class="fab fa-pinterest"></i> | |
| </a> | |
| </div> | |
| <p class="text-gray-400">Subscribe to our newsletter</p> | |
| <div class="mt-2 flex"> | |
| <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md w-full text-gray-900 focus:outline-none"> | |
| <button class="bg-indigo-600 px-4 py-2 rounded-r-md hover:bg-indigo-700 transition duration-300"> | |
| <i class="fas fa-paper-plane"></i> | |
| </button> | |
| </div> | |
| </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">© 2025 APdesign. All rights reserved.</p> | |
| <div class="flex space-x-6 mt-4 md:mt-0"> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300">Cookie Policy</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple animation for elements when they come into view | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const animateOnScroll = function() { | |
| const elements = document.querySelectorAll('.template-card, .pricing-card, [class*="grid"] > div'); | |
| elements.forEach(element => { | |
| const elementPosition = element.getBoundingClientRect().top; | |
| const screenPosition = window.innerHeight / 1.3; | |
| if(elementPosition < screenPosition) { | |
| element.style.opacity = '1'; | |
| element.style.transform = 'translateY(0)'; | |
| } | |
| }); | |
| }; | |
| // Set initial state | |
| document.querySelectorAll('.template-card, .pricing-card, [class*="grid"] > div').forEach(el => { | |
| el.style.opacity = '0'; | |
| el.style.transform = 'translateY(20px)'; | |
| el.style.transition = 'opacity 0.6s ease, transform 0.6s ease'; | |
| }); | |
| window.addEventListener('scroll', animateOnScroll); | |
| animateOnScroll(); // Run once on load | |
| }); | |
| </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=Paaaandian/apcrafts" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |