| <!DOCTYPE html> |
| <html lang="it"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>FelpeTrend - Felpe di qualità a prezzi imbattibili</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> |
| .product-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); |
| } |
| .price-tag { |
| position: absolute; |
| top: 10px; |
| right: 10px; |
| background-color: rgba(255, 255, 255, 0.9); |
| padding: 5px 10px; |
| border-radius: 20px; |
| font-weight: bold; |
| box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); |
| } |
| .discount-badge { |
| position: absolute; |
| top: 10px; |
| left: 10px; |
| background-color: #ef4444; |
| color: white; |
| padding: 3px 8px; |
| border-radius: 20px; |
| font-size: 0.75rem; |
| font-weight: bold; |
| } |
| .nav-link:hover::after { |
| content: ''; |
| display: block; |
| width: 100%; |
| height: 2px; |
| background-color: #3b82f6; |
| margin-top: 2px; |
| } |
| .hero-section { |
| background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80'); |
| background-size: cover; |
| background-position: center; |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50 font-sans"> |
| |
| <header class="bg-white shadow-sm sticky top-0 z-50"> |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
| <div class="flex items-center"> |
| <i class="fas fa-tshirt text-3xl text-blue-500 mr-2"></i> |
| <h1 class="text-2xl font-bold text-gray-800">Felpe<span class="text-blue-500">Trend</span></h1> |
| </div> |
| |
| <nav class="hidden md:flex space-x-8"> |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Home</a> |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Catalogo</a> |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Offerte</a> |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Chi Siamo</a> |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Contatti</a> |
| </nav> |
| |
| <div class="flex items-center space-x-4"> |
| <button class="p-2 text-gray-600 hover:text-blue-500"> |
| <i class="fas fa-search text-lg"></i> |
| </button> |
| <button class="p-2 text-gray-600 hover:text-blue-500 relative"> |
| <i class="fas fa-shopping-cart text-lg"></i> |
| <span class="absolute -top-1 -right-1 bg-blue-500 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span> |
| </button> |
| <button class="md:hidden p-2 text-gray-600 hover:text-blue-500"> |
| <i class="fas fa-bars text-lg"></i> |
| </button> |
| </div> |
| </div> |
| </header> |
|
|
| |
| <section class="hero-section text-white py-20 md:py-32"> |
| <div class="container mx-auto px-4 text-center"> |
| <h2 class="text-4xl md:text-6xl font-bold mb-6">Felpe di qualità a prezzi imbattibili</h2> |
| <p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto">Scopri la nostra collezione di felpe da 9.99€ a 30.99€. Comfort e stile senza rinunciare al portafoglio.</p> |
| <button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-3 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105"> |
| Scopri le offerte |
| </button> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-white"> |
| <div class="container mx-auto px-4"> |
| <div class="flex justify-between items-center mb-12"> |
| <h2 class="text-3xl font-bold text-gray-800">Le nostre migliori felpe</h2> |
| <a href="#" class="text-blue-500 hover:text-blue-700 font-medium flex items-center"> |
| Vedi tutto <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| |
| <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8"> |
| |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md relative transition duration-300"> |
| <div class="discount-badge">-30%</div> |
| <div class="price-tag">9.99€</div> |
| <img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpa Basic Grigia" class="w-full h-64 object-cover"> |
| <div class="p-4"> |
| <h3 class="text-lg font-semibold text-gray-800 mb-2">Felpa Basic Grigia</h3> |
| <div class="flex items-center mb-2"> |
| <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="text-gray-600 text-sm ml-2">(124)</span> |
| </div> |
| <div class="flex justify-between items-center"> |
| <span class="text-gray-500 line-through text-sm">14.99€</span> |
| <button class="bg-blue-500 hover:bg-blue-600 text-white text-sm py-1 px-3 rounded-full transition duration-300"> |
| Aggiungi al carrello |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md relative transition duration-300"> |
| <div class="price-tag">24.99€</div> |
| <img src="https://images.unsplash.com/photo-1620799140408-edc6dcb6d633?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpa Oversize Nera" class="w-full h-64 object-cover"> |
| <div class="p-4"> |
| <h3 class="text-lg font-semibold text-gray-800 mb-2">Felpa Oversize Nera</h3> |
| <div class="flex items-center mb-2"> |
| <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> |
| <span class="text-gray-600 text-sm ml-2">(89)</span> |
| </div> |
| <div class="flex justify-between items-center"> |
| <button class="bg-blue-500 hover:bg-blue-600 text-white text-sm py-1 px-3 rounded-full transition duration-300"> |
| Aggiungi al carrello |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md relative transition duration-300"> |
| <div class="discount-badge">-15%</div> |
| <div class="price-tag">19.99€</div> |
| <img src="https://images.unsplash.com/photo-1527719327859-c6ce80353573?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpa Con Cappuccio Blu" class="w-full h-64 object-cover"> |
| <div class="p-4"> |
| <h3 class="text-lg font-semibold text-gray-800 mb-2">Felpa Con Cappuccio Blu</h3> |
| <div class="flex items-center mb-2"> |
| <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="far fa-star"></i> |
| </div> |
| <span class="text-gray-600 text-sm ml-2">(67)</span> |
| </div> |
| <div class="flex justify-between items-center"> |
| <span class="text-gray-500 line-through text-sm">23.50€</span> |
| <button class="bg-blue-500 hover:bg-blue-600 text-white text-sm py-1 px-3 rounded-full transition duration-300"> |
| Aggiungi al carrello |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="product-card bg-white rounded-lg overflow-hidden shadow-md relative transition duration-300"> |
| <div class="price-tag">30.99€</div> |
| <img src="https://images.unsplash.com/photo-1620799140408-edc6dcb6d633?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpa Premium Beige" class="w-full h-64 object-cover"> |
| <div class="p-4"> |
| <h3 class="text-lg font-semibold text-gray-800 mb-2">Felpa Premium Beige</h3> |
| <div class="flex items-center mb-2"> |
| <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="text-gray-600 text-sm ml-2">(42)</span> |
| </div> |
| <div class="flex justify-between items-center"> |
| <button class="bg-blue-500 hover:bg-blue-600 text-white text-sm py-1 px-3 rounded-full transition duration-300"> |
| Aggiungi al carrello |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-12 bg-gradient-to-r from-blue-500 to-purple-600 text-white"> |
| <div class="container mx-auto px-4 text-center"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">OFFERTA SPECIALE!</h2> |
| <p class="text-xl mb-6">Acquista 2 felpe e ottieni il 15% di sconto sul totale!</p> |
| <p class="text-lg mb-8">Affrettati, l'offerta è valida solo per pochi giorni!</p> |
| <button class="bg-white text-blue-600 hover:bg-gray-100 font-bold py-3 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105"> |
| Approfitta ora |
| </button> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-gray-50"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Scegli la tua categoria preferita</h2> |
| |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"> |
| |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> |
| <img src="https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpe Basic" class="w-full h-48 object-cover"> |
| <div class="p-6 text-center"> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Felpe Basic</h3> |
| <p class="text-gray-600 mb-4">Da 9.99€ a 19.99€</p> |
| <button class="text-blue-500 hover:text-blue-700 font-medium"> |
| Scopri di più <i class="fas fa-arrow-right ml-1"></i> |
| </button> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> |
| <img src="https://images.unsplash.com/photo-1620799140408-edc6dcb6d633?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpe Oversize" class="w-full h-48 object-cover"> |
| <div class="p-6 text-center"> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Felpe Oversize</h3> |
| <p class="text-gray-600 mb-4">Da 19.99€ a 30.99€</p> |
| <button class="text-blue-500 hover:text-blue-700 font-medium"> |
| Scopri di più <i class="fas fa-arrow-right ml-1"></i> |
| </button> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> |
| <img src="https://images.unsplash.com/photo-1527719327859-c6ce80353573?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpe Con Cappuccio" class="w-full h-48 object-cover"> |
| <div class="p-6 text-center"> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Felpe Con Cappuccio</h3> |
| <p class="text-gray-600 mb-4">Da 15.99€ a 28.99€</p> |
| <button class="text-blue-500 hover:text-blue-700 font-medium"> |
| Scopri di più <i class="fas fa-arrow-right ml-1"></i> |
| </button> |
| </div> |
| </div> |
| |
| |
| <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> |
| <img src="https://images.unsplash.com/photo-1620799140408-edc6dcb6d633?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Felpe Premium" class="w-full h-48 object-cover"> |
| <div class="p-6 text-center"> |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Felpe Premium</h3> |
| <p class="text-gray-600 mb-4">Da 24.99€ a 30.99€</p> |
| <button class="text-blue-500 hover:text-blue-700 font-medium"> |
| Scopri di più <i class="fas fa-arrow-right ml-1"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-white"> |
| <div class="container mx-auto px-4"> |
| <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Cosa dicono i nostri clienti</h2> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm"> |
| <div class="flex items-center mb-4"> |
| <div class="flex text-yellow-400 mr-2"> |
| <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> |
| <span class="text-gray-500 text-sm">5/5</span> |
| </div> |
| <p class="text-gray-700 mb-4">"Ho acquistato la felpa basic grigia e sono rimasto sorpreso dalla qualità considerando il prezzo. Comodissima e perfetta per tutti i giorni!"</p> |
| <div class="flex items-center"> |
| <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Maria Rossi" class="w-10 h-10 rounded-full mr-3"> |
| <div> |
| <h4 class="font-semibold text-gray-800">Maria Rossi</h4> |
| <p class="text-gray-500 text-sm">Acquisto verificato</p> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm"> |
| <div class="flex items-center mb-4"> |
| <div class="flex text-yellow-400 mr-2"> |
| <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="text-gray-500 text-sm">4.5/5</span> |
| </div> |
| <p class="text-gray-700 mb-4">"La felpa oversize nera è diventata il mio capo preferito. Morbida, calda e con un taglio perfetto. Consigliatissima!"</p> |
| <div class="flex items-center"> |
| <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Luca Bianchi" class="w-10 h-10 rounded-full mr-3"> |
| <div> |
| <h4 class="font-semibold text-gray-800">Luca Bianchi</h4> |
| <p class="text-gray-500 text-sm">Acquisto verificato</p> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm"> |
| <div class="flex items-center mb-4"> |
| <div class="flex text-yellow-400 mr-2"> |
| <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> |
| <span class="text-gray-500 text-sm">5/5</span> |
| </div> |
| <p class="text-gray-700 mb-4">"Ho approfittato dell'offerta 2 felpe con sconto e ne sono felicissima. Qualità eccellente e spedizione velocissima. Tornerò sicuramente!"</p> |
| <div class="flex items-center"> |
| <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Anna Verdi" class="w-10 h-10 rounded-full mr-3"> |
| <div> |
| <h4 class="font-semibold text-gray-800">Anna Verdi</h4> |
| <p class="text-gray-500 text-sm">Acquisto verificato</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-gray-800 text-white"> |
| <div class="container mx-auto px-4 text-center"> |
| <h2 class="text-3xl font-bold mb-4">Iscriviti alla nostra newsletter</h2> |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Ricevi offerte esclusive, sconti speciali e aggiornamenti sulle nuove collezioni.</p> |
| |
| <form class="max-w-md mx-auto flex"> |
| <input type="email" placeholder="La tua email" class="flex-grow px-4 py-3 rounded-l-lg focus:outline-none text-gray-800"> |
| <button type="submit" class="bg-blue-500 hover:bg-blue-600 px-6 py-3 rounded-r-lg font-medium transition duration-300"> |
| Iscriviti |
| </button> |
| </form> |
| |
| <p class="text-sm mt-4 text-gray-400">Promettiamo di non inviarti spam. Puoi cancellarti in qualsiasi momento.</p> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white pt-16 pb-8"> |
| <div class="container mx-auto px-4"> |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12"> |
| |
| <div> |
| <div class="flex items-center mb-4"> |
| <i class="fas fa-tshirt text-2xl text-blue-500 mr-2"></i> |
| <h3 class="text-xl font-bold">Felpe<span class="text-blue-500">Trend</span></h3> |
| </div> |
| <p class="text-gray-400 mb-4">Il tuo negozio online di felpe di qualità a prezzi accessibili. Comfort, stile e convenienza in un unico posto.</p> |
| <div class="flex space-x-4"> |
| <a href="#" class="text-gray-400 hover:text-blue-500"><i class="fab fa-facebook-f"></i></a> |
| <a href="#" class="text-gray-400 hover:text-blue-500"><i class="fab fa-instagram"></i></a> |
| <a href="#" class="text-gray-400 hover:text-blue-500"><i class="fab fa-twitter"></i></a> |
| <a href="#" class="text-gray-400 hover:text-blue-500"><i class="fab fa-pinterest-p"></i></a> |
| </div> |
| </div> |
| |
| |
| <div> |
| <h4 class="text-lg font-semibold mb-4">Link veloci</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white">Home</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Catalogo</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Offerte speciali</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Nuovi arrivi</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Pagamento & Spedizione</a></li> |
| </ul> |
| </div> |
| |
| |
| <div> |
| <h4 class="text-lg font-semibold mb-4">Il mio account</h4> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white">Il mio account</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Stato ordini</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Lista desideri</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Cronologia ordini</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Resi & Rimborsi</a></li> |
| </ul> |
| </div> |
| |
| |
| <div> |
| <h4 class="text-lg font-semibold mb-4">Contatti</h4> |
| <ul class="space-y-2"> |
| <li class="flex items-center"> |
| <i class="fas fa-map-marker-alt text-blue-500 mr-2"></i> |
| <span class="text-gray-400">Via Roma 123, Milano, Italia</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-phone-alt text-blue-500 mr-2"></i> |
| <span class="text-gray-400">+39 02 1234567</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-envelope text-blue-500 mr-2"></i> |
| <span class="text-gray-400">info@felpestyle.com</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-clock text-blue-500 mr-2"></i> |
| <span class="text-gray-400">Lun-Ven: 9:00 - 18:00</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="border-t border-gray-800 pt-8"> |
| <div class="flex flex-col md:flex-row justify-between items-center"> |
| <p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 FelpeTrend. Tutti i diritti riservati.</p> |
| <div class="flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Termini e condizioni</a> |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a> |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Cookie Policy</a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| |
| <div id="mobileMenu" class="fixed inset-0 bg-black bg-opacity-90 z-50 hidden"> |
| <div class="container mx-auto px-4 py-8"> |
| <div class="flex justify-between items-center mb-12"> |
| <div class="flex items-center"> |
| <i class="fas fa-tshirt text-2xl text-blue-500 mr-2"></i> |
| <h1 class="text-2xl font-bold text-white">Felpe<span class="text-blue-500">Trend</span></h1> |
| </div> |
| <button id="closeMobileMenu" class="text-white text-2xl"> |
| <i class="fas fa-times"></i> |
| </button> |
| </div> |
| |
| <nav class="flex flex-col space-y-6 text-center"> |
| <a href="#" class="text-white text-xl font-medium py-2">Home</a> |
| <a href="#" class="text-white text-xl font-medium py-2">Catalogo</a> |
| <a href="#" class="text-white text-xl font-medium py-2">Offerte</a> |
| <a href="#" class="text-white text-xl font-medium py-2">Chi Siamo</a> |
| <a href="#" class="text-white text-xl font-medium py-2">Contatti</a> |
| </nav> |
| </div> |
| </div> |
|
|
| <script> |
| |
| document.addEventListener('DOMContentLoaded', function() { |
| const mobileMenuButton = document.querySelector('.md\\:hidden button'); |
| const mobileMenu = document.getElementById('mobileMenu'); |
| const closeMobileMenu = document.getElementById('closeMobileMenu'); |
| |
| if (mobileMenuButton) { |
| mobileMenuButton.addEventListener('click', function() { |
| mobileMenu.classList.remove('hidden'); |
| }); |
| } |
| |
| if (closeMobileMenu) { |
| closeMobileMenu.addEventListener('click', function() { |
| mobileMenu.classList.add('hidden'); |
| }); |
| } |
| |
| |
| const addToCartButtons = document.querySelectorAll('button:contains("Aggiungi al carrello")'); |
| addToCartButtons.forEach(button => { |
| button.addEventListener('click', function() { |
| const cartCount = document.querySelector('.fa-shopping-cart + span'); |
| if (cartCount) { |
| |
| const clone = this.cloneNode(true); |
| clone.classList.add('fixed', 'z-50', 'animate-bounce'); |
| clone.style.top = this.getBoundingClientRect().top + 'px'; |
| clone.style.left = this.getBoundingClientRect().left + 'px'; |
| document.body.appendChild(clone); |
| |
| setTimeout(() => { |
| clone.style.top = '20px'; |
| clone.style.right = '20px'; |
| clone.style.transform = 'scale(0.5)'; |
| clone.style.opacity = '0.5'; |
| }, 10); |
| |
| setTimeout(() => { |
| clone.remove(); |
| |
| const currentCount = parseInt(cartCount.textContent); |
| cartCount.textContent = currentCount + 1; |
| cartCount.classList.add('animate-ping'); |
| setTimeout(() => { |
| cartCount.classList.remove('animate-ping'); |
| }, 500); |
| }, 1000); |
| } |
| }); |
| }); |
| }); |
| </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=ibson2703/w-bro" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |