Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Contact Us - PalletPal Pro</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script> | |
| tailwind.config = { | |
| darkMode: 'class', | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: { | |
| 50: '#f0fdf4', | |
| 100: '#dcfce7', | |
| 200: '#bbf7d0', | |
| 300: '#86efac', | |
| 400: '#4ade80', | |
| 500: '#22c55e', | |
| 600: '#16a34a', | |
| 700: '#15803d', | |
| 800: '#166534', | |
| 900: '#14532d', | |
| }, | |
| secondary: { | |
| 50: '#fff7ed', | |
| 100: '#ffedd5', | |
| 200: '#fed7aa', | |
| 300: '#fdba74', | |
| 400: '#fb923c', | |
| 500: '#f97316', | |
| 600: '#ea580c', | |
| 700: '#c2410c', | |
| 800: '#9a3412', | |
| 900: '#7c2d12', | |
| }, | |
| wood: { | |
| 50: '#fafaf9', | |
| 100: '#f5f5f4', | |
| 200: '#e7e5e4', | |
| 300: '#d6d3d1', | |
| 400: '#a8a29e', | |
| 500: '#78716c', | |
| 600: '#57534e', | |
| 700: '#44403c', | |
| 800: '#292524', | |
| 900: '#1c1917', | |
| } | |
| }, | |
| fontFamily: { | |
| sans: ['Inter', 'system-ui', 'sans-serif'], | |
| display: ['Playfair Display', 'serif'], | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap" rel="stylesheet"> | |
| </head> | |
| <body class="font-sans antialiased bg-wood-50 text-wood-800 dark:bg-wood-900 dark:text-wood-100"> | |
| <custom-navbar></custom-navbar> | |
| <!-- Page Header --> | |
| <section class="relative py-20 bg-gradient-to-br from-primary-900 to-primary-800 text-white"> | |
| <div class="absolute inset-0 opacity-10"> | |
| <div class="absolute inset-0" style="background-image: url('data:image/svg+xml,%3Csvg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg fill=\'%23ffffff\' fill-opacity=\'1\' fill-rule=\'evenodd\'%3E%3Cpath d=\'M0 40L40 0H20L0 20M40 40V20L20 40\'/%3E%3C/g%3E%3C/svg%3E');"></div> | |
| </div> | |
| <div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h1 class="font-display text-4xl lg:text-5xl font-bold mb-4">Get In Touch</h1> | |
| <p class="text-primary-100 text-lg max-w-2xl mx-auto">Have questions? We'd love to hear from you. Send us a message and we'll respond as soon as possible.</p> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section class="py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid lg:grid-cols-3 gap-12"> | |
| <!-- Contact Info --> | |
| <div class="space-y-8"> | |
| <div> | |
| <h2 class="font-display text-2xl font-bold mb-6">Contact Information</h2> | |
| <p class="text-wood-600 dark:text-wood-400 mb-8">Reach out to us through any of these channels. Our team is ready to help.</p> | |
| </div> | |
| <div class="space-y-6"> | |
| <div class="flex items-start gap-4"> | |
| <div class="w-12 h-12 bg-primary-100 dark:bg-primary-900/30 rounded-xl flex items-center justify-center flex-shrink-0"> | |
| <i data-feather="map-pin" class="w-6 h-6 text-primary-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold mb-1">Visit Us</h3> | |
| <p class="text-wood-600 dark:text-wood-400 text-sm">1234 Pallet Way, Industrial District<br>Chicago, IL 60609</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start gap-4"> | |
| <div class="w-12 h-12 bg-secondary-100 dark:bg-secondary-900/30 rounded-xl flex items-center justify-center flex-shrink-0"> | |
| <i data-feather="phone" class="w-6 h-6 text-secondary-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold mb-1">Call Us</h3> | |
| <p class="text-wood-600 dark:text-wood-400 text-sm">(555) 123-4567<br>Mon-Fri 6am-6pm CST</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start gap-4"> | |
| <div class="w-12 h-12 bg-primary-100 dark:bg-primary-900/30 rounded-xl flex items-center justify-center flex-shrink-0"> | |
| <i data-feather="mail" class="w-6 h-6 text-primary-600"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold mb-1">Email Us</h3> | |
| <p class="text-wood-600 dark:text-wood-400 text-sm">sales@palletpalpro.com<br>support@palletpalpro.com</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Social Links --> | |
| <div class="pt-8 border-t border-wood-200 dark:border-wood-700"> | |
| <h3 class="font-semibold mb-4">Follow Us</h3> | |
| <div class="flex gap-4"> | |
| <a href="#" class="w-10 h-10 bg-wood-100 dark:bg-wood-800 rounded-full flex items-center justify-center hover:bg-primary-100 dark:hover:bg-primary-900/30 transition-colors"> | |
| <i data-feather="linkedin" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-wood-100 dark:bg-wood-800 rounded-full flex items-center justify-center hover:bg-primary-100 dark:hover:bg-primary-900/30 transition-colors"> | |
| <i data-feather="facebook" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-wood-100 dark:bg-wood-800 rounded-full flex items-center justify-center hover:bg-primary-100 dark:hover:bg-primary-900/30 transition-colors"> | |
| <i data-feather="instagram" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Contact Form --> | |
| <div class="lg:col-span-2"> | |
| <div class="bg-white dark:bg-wood-800 rounded-3xl p-8 lg:p-12 shadow-xl"> | |
| <form id="contact-form" class="space-y-6"> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <div> | |
| <label class="block text-sm font-medium mb-2">First Name</label> | |
| <input type="text" required class="w-full px-4 py-3 rounded-xl border border-wood-200 dark:border-wood-600 bg-wood-50 dark:bg-wood-900 focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-2">Last Name</label> | |
| <input type="text" required class="w-full px-4 py-3 rounded-xl border border-wood-200 dark:border-wood-600 bg-wood-50 dark:bg-wood-900 focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"> | |
| </div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <div> | |
| <label class="block text-sm font-medium mb-2">Email</label> | |
| <input type="email" required class="w-full px-4 py-3 rounded-xl border border-wood-200 dark:border-wood-600 bg-wood-50 dark:bg-wood-900 focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-2">Phone</label> | |
| <input type="tel" class="w-full px-4 py-3 rounded-xl border border-wood-200 dark:border-wood-600 bg-wood-50 dark:bg-wood-900 focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"> | |
| </div> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-2">Subject</label> | |
| <select class="w-full px-4 py-3 rounded-xl border border-wood-200 dark:border-wood-600 bg-wood-50 dark:bg-wood-900 focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"> | |
| <option>General Inquiry</option> | |
| <option>Request Quote</option> | |
| <option>Existing Order</option> | |
| <option>Sell Used Pallets</option> | |
| <option>Partnership</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-2">Message</label> | |
| <textarea rows="5" required class="w-full px-4 py-3 rounded-xl border border-wood-200 dark:border-wood-600 bg-wood-50 dark:bg-wood-900 focus:ring-2 focus:ring-primary-500 focus:border-transparent transition-all"></textarea> | |
| </div> | |
| <button type="submit" class="w-full py-4 bg-primary-600 hover:bg-primary-700 text-white rounded-xl font-semibold transition-all duration-300 flex items-center justify-center gap-2"> | |
| <i data-feather="send" class="w-5 h-5"></i> | |
| Send Message | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Map Section --> | |
| <section class="py-20 bg-wood-100 dark:bg-wood-800/50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="bg-wood-200 dark:bg-wood-700 rounded-3xl h-96 flex items-center justify-center"> | |
| <div class="text-center"> | |
| <i data-feather="map" class="w-16 h-16 text-wood-400 mx-auto mb-4"></i> | |
| <p class="text-wood-500 dark:text-wood-400">Interactive Map Would Be Embedded Here</p> | |
| <p class="text-sm text-wood-400 dark:text-wood-500">1234 Pallet Way, Chicago, IL 60609</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script>feather.replace();</script> | |
| </body> | |
| </html> | |