Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ShopifyWizards - Future-Powered Shopify Platinum Partner</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <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 src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Poppins', sans-serif; | |
| scroll-behavior: smooth; | |
| } | |
| .vanta-bg { | |
| min-height: 100vh; | |
| } | |
| .glow-on-hover { | |
| transition: all 0.3s ease; | |
| } | |
| .glow-on-hover:hover { | |
| box-shadow: 0 0 15px rgba(0, 123, 255, 0.6); | |
| } | |
| .service-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 15px 30px rgba(0, 123, 255, 0.2); | |
| } | |
| .counter { | |
| transition: all 1s ease; | |
| } | |
| .testimonial-card { | |
| transition: all 0.5s ease; | |
| } | |
| .nav-hidden { | |
| transform: translateY(-100%); | |
| } | |
| .nav-visible { | |
| transform: translateY(0); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-black text-white"> | |
| <!-- Sticky Navigation --> | |
| <nav id="main-nav" class="fixed w-full z-50 bg-black bg-opacity-90 transition-transform duration-300 nav-visible"> | |
| <div class="container mx-auto px-6 py-3"> | |
| <div class="flex justify-between items-center"> | |
| <div class="text-2xl font-bold text-blue-500">ShopifyWizards.ai</div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#services" class="hover:text-blue-400 transition">Services</a> | |
| <a href="#portfolio" class="hover:text-blue-400 transition">Portfolio</a> | |
| <a href="#testimonials" class="hover:text-blue-400 transition">Testimonials</a> | |
| <a href="#contact" class="hover:text-blue-400 transition">Contact</a> | |
| </div> | |
| <button class="md:hidden"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section with Vanta.js Waves --> | |
| <section id="hero" class="vanta-bg relative flex items-center justify-center"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60"></div> | |
| <div class="relative z-10 text-center px-6 py-20"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6"> | |
| THE FUTURE-POWERED SHOPIFY PLATINUM PARTNER YOUR STORE DESERVES | |
| </h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto"> | |
| Join forces with a Certified Shopify Platinum Partner to build, grow, and thrive on Shopify. | |
| </p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4 mb-10"> | |
| <a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-full text-lg font-medium transition-all duration-300 transform hover:scale-105 glow-on-hover"> | |
| Get a Quote | |
| </a> | |
| <a href="#contact" class="bg-transparent border-2 border-blue-500 text-blue-500 hover:bg-blue-500 hover:text-white px-8 py-3 rounded-full text-lg font-medium transition-all duration-300 transform hover:scale-105"> | |
| Schedule a Call | |
| </a> | |
| </div> | |
| <div class="text-lg text-blue-300 animate-pulse"> | |
| "Turn exceptional ideas into exceptional experiences." | |
| </div> | |
| </div> | |
| <!-- Services Section --> | |
| <section id="services" class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Our Services</h2> | |
| <div class="grid md:grid-cols-3 gap-10"> | |
| <!-- Service Card 1 --> | |
| <div class="bg-gray-800 p-8 rounded-xl service-card transition-all duration-300 hover:border-blue-500 border border-gray-700"> | |
| <div class="text-blue-500 mb-4"> | |
| <i data-feather="code" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">We Make</h3> | |
| <p class="text-gray-400 mb-6">Websites that are fast, functional, and built for success.</p> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Shopify Plus UI/UX Design</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Shopify Plus Development</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Shopify Plus Maintenance</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Mobile App Development</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Custom Solutions & Integrations</li> | |
| </ul> | |
| </div> | |
| <!-- Service Card 2 --> | |
| <div class="bg-gray-800 p-8 rounded-xl service-card transition-all duration-300 hover:border-blue-500 border border-gray-700"> | |
| <div class="text-blue-500 mb-4"> | |
| <i data-feather="database" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">We Migrate</h3> | |
| <p class="text-gray-400 mb-6">Websites to Shopify Plus that scale beyond limits.</p> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Full replatforming from any CMS</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Data migration</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> SEO preservation</li> | |
| </ul> | |
| </div> | |
| <!-- Service Card 3 --> | |
| <div class="bg-gray-800 p-8 rounded-xl service-card transition-all duration-300 hover:border-blue-500 border border-gray-700"> | |
| <div class="text-blue-500 mb-4"> | |
| <i data-feather="trending-up" class="w-12 h-12"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold mb-3">We Market</h3> | |
| <p class="text-gray-400 mb-6">We drive high-intent traffic through performance marketing.</p> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> SEO Optimization</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> PPC Campaigns</li> | |
| <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-blue-500"></i> Digital Marketing Strategy</li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Awards Section --> | |
| <section class="py-20 bg-black"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-8">Proud Shopify Plus Solutions Agency, Empowering Global Businesses</h2> | |
| <div class="flex flex-wrap justify-center gap-8 mt-12"> | |
| <div class="flex flex-col items-center"> | |
| <i data-feather="star" class="w-12 h-12 text-yellow-400 mb-2"></i> | |
| <span class="text-xl">5/5 on Shopify</span> | |
| </div> | |
| <div class="flex flex-col items-center"> | |
| <i data-feather="award" class="w-12 h-12 text-yellow-400 mb-2"></i> | |
| <span class="text-xl">325+ Reviews on Clutch</span> | |
| </div> | |
| <div class="flex flex-col items-center"> | |
| <i data-feather="medal" class="w-12 h-12 text-yellow-400 mb-2"></i> | |
| <span class="text-xl">Perfect 5.0 on GoodFirms</span> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Success Metrics --> | |
| <section class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-16">Our Numbers Speak for Themselves</h2> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div class="counter"> | |
| <div class="text-5xl font-bold text-blue-500">$3B+</div> | |
| <div class="text-gray-400 mt-2">Revenue Generated</div> | |
| </div> | |
| <div class="counter"> | |
| <div class="text-5xl font-bold text-blue-500">2800+</div> | |
| <div class="text-gray-400 mt-2">Stores Migrated</div> | |
| </div> | |
| <div class="counter"> | |
| <div class="text-5xl font-bold text-blue-500">700+</div> | |
| <div class="text-gray-400 mt-2">Apps Developed</div> | |
| </div> | |
| <div class="counter"> | |
| <div class="text-5xl font-bold text-blue-500">6500+</div> | |
| <div class="text-gray-400 mt-2">Stores Built</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Portfolio Section --> | |
| <section id="portfolio" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Our Success Stories</h2> | |
| <div class="grid md:grid-cols-3 gap-6"> | |
| <a href="#" class="portfolio-item group"> | |
| <div class="relative overflow-hidden rounded-lg"> | |
| <img src="http://static.photos/retail/640x360/1" alt="CapelliSport" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <span class="text-white text-xl font-bold">CapelliSport.com</span> | |
| </div> | |
| </div> | |
| </a> | |
| <a href="#" class="portfolio-item group"> | |
| <div class="relative overflow-hidden rounded-lg"> | |
| <img src="http://static.photos/fashion/640x360/2" alt="NaniSwimwear" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <span class="text-white text-xl font-bold">NaniSwimwear.com</span> | |
| </div> | |
| </div> | |
| </a> | |
| <a href="#" class="portfolio-item group"> | |
| <div class="relative overflow-hidden rounded-lg"> | |
| <img src="http://static.photos/technology/640x360/3" alt="Cosori" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <span class="text-white text-xl font-bold">Cosori.com</span> | |
| </div> | |
| </div> | |
| </a> | |
| <a href="#" class="portfolio-item group"> | |
| <div class="relative overflow-hidden rounded-lg"> | |
| <img src="http://static.photos/office/640x360/4" alt="JaniSource" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <span class="text-white text-xl font-bold">JaniSource.com</span> | |
| </div> | |
| </div> | |
| </a> | |
| <a href="#" class="portfolio-item group"> | |
| <div class="relative overflow-hidden rounded-lg"> | |
| <img src="http://static.photos/sport/640x360/5" alt="GolfDirectNow" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <span class="text-white text-xl font-bold">GolfDirectNow.com</span> | |
| </div> | |
| </div> | |
| </a> | |
| <a href="#" class="portfolio-item group"> | |
| <div class="relative overflow-hidden rounded-lg"> | |
| <img src="http://static.photos/retail/640x360/6" alt="More Clients" class="w-full h-64 object-cover transition duration-500 group-hover:scale-105"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <span class="text-white text-xl font-bold">View More</span> | |
| </div> | |
| </div> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section id="testimonials" class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Here's What Our Clients Say About Us</h2> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gray-800 p-8 rounded-xl testimonial-card hover:border-blue-500 border border-gray-700"> | |
| <div class="flex items-center mb-4"> | |
| <img src="http://static.photos/people/100x100/1" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold">John Smith</h4> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <p class="text-gray-300">"ShopifyWizards transformed our eCommerce store completely. Our revenue increased by 300% after their optimization."</p> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gray-800 p-8 rounded-xl testimonial-card hover:border-blue-500 border border-gray-700"> | |
| <div class="flex items-center mb-4"> | |
| <img src="http://static.photos/people/100x100/2" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold">Sarah Johnson</h4> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <p class="text-gray-300">"The migration was seamless and our SEO rankings were preserved perfectly. Highly recommend their Shopify services."</p> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gray-800 p-8 rounded-xl testimonial-card hover:border-blue-500 border border-gray-700"> | |
| <div class="flex items-center mb-4"> | |
| <img src="http://static.photos/people/100x100/3" alt="Client" class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold">Michael Chen</h4> | |
| <div class="flex text-yellow-400"> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <p class="text-gray-300">"Their team delivered our custom Shopify app ahead of schedule and it's been performing flawlessly. Exceptional work!"</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Final CTA --> | |
| <section id="contact" class="py-20 bg-black"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-8">Don't settle for second best when you have ShopifyWizards by your side.</h2> | |
| <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-10 py-4 rounded-full text-xl font-medium transition-all duration-300 transform hover:scale-105 glow-on-hover"> | |
| Let's Discuss Your Expectations | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-black py-12 border-t border-gray-800"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="text-2xl font-bold text-blue-500 mb-4 md:mb-0">ShopifyWizards.ai</div> | |
| <div class="text-gray-400 text-center md:text-right"> | |
| <p>© 2025 ShopifyWizards. All Rights Reserved</p> | |
| <p class="mt-2">[email protected] | +1 (385) 240-2913</p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Chat Button --> | |
| <div class="fixed bottom-8 right-8 z-50"> | |
| <button class="bg-blue-600 text-white p-4 rounded-full shadow-lg hover:bg-blue-700 transition transform hover:scale-110 glow-on-hover"> | |
| <i data-feather="message-circle" class="w-6 h-6"></i> | |
| </button> | |
| </div> | |
| <!-- Cookie Consent --> | |
| <div id="cookie-consent" class="fixed bottom-0 left-0 right-0 bg-gray-800 text-white p-4 shadow-lg hidden"> | |
| <div class="container mx-auto flex flex-col md:flex-row items-center justify-between"> | |
| <p class="mb-4 md:mb-0">We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.</p> | |
| <div class="flex space-x-4"> | |
| <button id="cookie-reject" class="px-4 py-2 border border-gray-600 rounded hover:bg-gray-700 transition">Reject</button> | |
| <button id="cookie-accept" class="px-4 py-2 bg-blue-600 rounded hover:bg-blue-700 transition">Accept</button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Scripts --> | |
| <script> | |
| // Initialize Vanta.js waves background | |
| VANTA.WAVES({ | |
| el: "#hero", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x007bff, | |
| shininess: 35.00, | |
| waveHeight: 15.00, | |
| waveSpeed: 0.85, | |
| zoom: 0.75 | |
| }); | |
| // Show cookie consent if not already accepted | |
| if (!localStorage.getItem('cookieConsent')) { | |
| document.getElementById('cookie-consent').classList.remove('hidden'); | |
| } | |
| // Cookie consent handlers | |
| document.getElementById('cookie-accept').addEventListener('click', function() { | |
| localStorage.setItem('cookieConsent', 'accepted'); | |
| document.getElementById('cookie-consent').classList.add('hidden'); | |
| }); | |
| document.getElementById('cookie-reject').addEventListener('click', function() { | |
| localStorage.setItem('cookieConsent', 'rejected'); | |
| document.getElementById('cookie-consent').classList.add('hidden'); | |
| }); | |
| // Animate counters | |
| function animateCounters() { | |
| const counters = document.querySelectorAll('.counter div:first-child'); | |
| const speed = 200; | |
| counters.forEach(counter => { | |
| const target = +counter.innerText.replace(/[^0-9]/g, ''); | |
| const count = +counter.innerText.replace(/[^0-9]/g, '') / speed; | |
| let current = 0; | |
| const updateCount = () => { | |
| current += count; | |
| if (current < target) { | |
| counter.innerText = Math.ceil(current).toLocaleString() + (counter.innerText.includes('+') ? '+' : ''); | |
| setTimeout(updateCount, 1); | |
| } else { | |
| counter.innerText = target.toLocaleString() + (counter.innerText.includes('+') ? '+' : ''); | |
| } | |
| }; | |
| updateCount(); | |
| }); | |
| } | |
| // Run when page loads | |
| document.addEventListener('DOMContentLoaded', function() { | |
| feather.replace(); | |
| animateCounters(); | |
| }); | |
| </script> | |
| </body> | |
| </html> |