Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>aimer_luxe | Premium Branded Resale</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> | |
| .instagram-feed { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); | |
| gap: 15px; | |
| } | |
| .item-card { | |
| transition: transform 0.3s ease, box-shadow 0.3s ease; | |
| } | |
| .item-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .status-badge { | |
| position: absolute; | |
| top: 10px; | |
| right: 10px; | |
| padding: 5px 10px; | |
| border-radius: 20px; | |
| font-size: 12px; | |
| font-weight: bold; | |
| text-transform: uppercase; | |
| } | |
| .whatsapp-float { | |
| position: fixed; | |
| width: 60px; | |
| height: 60px; | |
| bottom: 40px; | |
| right: 40px; | |
| background-color: #7a1f3d; | |
| color: #FFF; | |
| border-radius: 50px; | |
| text-align: center; | |
| font-size: 30px; | |
| box-shadow: 0 4px 12px rgba(122, 31, 61, 0.3); | |
| z-index: 100; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| transition: all 0.3s ease; | |
| } | |
| .whatsapp-float:hover { | |
| background-color: #5a152d; | |
| transform: scale(1.1); | |
| box-shadow: 0 6px 16px rgba(122, 31, 61, 0.4); | |
| } | |
| .instagram-gradient { | |
| background: #f09433; | |
| background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); | |
| background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); | |
| background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 font-sans"> | |
| <!-- WhatsApp Float Button --> | |
| <a href="https://wa.me/yourphonenumber" class="whatsapp-float" target="_blank"> | |
| <i class="fab fa-whatsapp"></i> | |
| </a> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg"> | |
| <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="flex-shrink-0 flex items-center"> | |
| <span class="text-xl font-bold text-gray-900">aimer_luxe</span> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> | |
| <a href="#" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a> | |
| <a href="#available" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Available</a> | |
| <a href="#coming-soon" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Coming Soon</a> | |
| <a href="#sold" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Sold</a> | |
| <a href="#instagram" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Instagram</a> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <a href="https://www.instagram.com/aimer_luxe" target="_blank" class="instagram-gradient text-white px-4 py-2 rounded-full text-sm font-medium flex items-center hover:shadow-lg transition-all duration-300 hover:opacity-90"> | |
| <i class="fab fa-instagram mr-2"></i> Follow Us | |
| </a> | |
| </div> | |
| <div class="-mr-2 flex items-center sm:hidden"> | |
| <button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500"> | |
| <span class="sr-only">Open main menu</span> | |
| <i class="fas fa-bars"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="hidden sm:hidden" id="mobile-menu"> | |
| <div class="pt-2 pb-3 space-y-1"> | |
| <a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a> | |
| <a href="#available" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Available</a> | |
| <a href="#coming-soon" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Coming Soon</a> | |
| <a href="#sold" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Sold</a> | |
| <a href="#instagram" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Instagram</a> | |
| <a href="https://www.instagram.com/yourinstagram" target="_blank" class="instagram-gradient text-white block pl-3 pr-4 py-2 text-base font-medium flex items-center"> | |
| <i class="fab fa-instagram mr-2"></i> Follow Us | |
| </a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="relative bg-gray-900"> | |
| <div class="absolute inset-0"> | |
| <img class="w-full h-full object-cover opacity-30" src="https://i.ibb.co.com/b51VrKVb/header-aimer-luxe.png" alt="Luxury Chanel bag collection"> | |
| </div> | |
| <div class="relative max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8"> | |
| <h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">Curated Luxury Resale</h1> | |
| <p class="mt-6 text-xl text-indigo-100 max-w-3xl">Authentic designer bags and accessories, carefully selected for discerning collectors.</p> | |
| <div class="mt-10"> | |
| <a href="#available" class="inline-block bg-[#7a1f3d] border border-transparent py-3 px-8 rounded-md font-medium text-white hover:bg-[#5a152d] transition-colors duration-300">Shop Now</a> | |
| <a href="https://wa.me/yourphonenumber" target="_blank" class="ml-4 inline-flex items-center px-6 py-3 border border-[#7a1f3d] text-base font-medium rounded-md text-[#7a1f3d] bg-white hover:bg-[#f9f2f5] transition-colors duration-300"> | |
| <i class="fab fa-whatsapp mr-2"></i> WhatsApp Enquiry | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Available Items Section --> | |
| <div id="available" class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Current Collection</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Available Now</p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">These exquisite pieces are ready for their new homes.</p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="grid grid-cols-1 gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8"> | |
| <!-- Item 1 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1554342872-034a06541bad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Hermes Birkin Bag" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-green-500 text-white">Available</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Hermès Birkin 30 | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Togo Leather, Gold Hardware</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$12,500</p> | |
| </div> | |
| </div> | |
| <!-- Item 2 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1548036325-c7ea4540b9c2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=735&q=80" alt="Chanel Classic Flap" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-green-500 text-white">Available</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Chanel Classic Flap | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Caviar Leather, Gold Hardware</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$8,200</p> | |
| </div> | |
| </div> | |
| <!-- Item 3 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1594035910387-fea47794261f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1480&q=80" alt="Louis Vuitton Capucines" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-green-500 text-white">Available</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Louis Vuitton Capucines | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Black Taurillon Leather</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$5,800</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Coming Soon Section --> | |
| <div id="coming-soon" class="py-12 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Future Arrivals</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Coming Soon</p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">These treasures will be available shortly. Reserve yours today.</p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="grid grid-cols-1 gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8"> | |
| <!-- Item 1 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1566150905458-1bf1fc3fcdb3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Dior Lady Dior" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-yellow-500 text-white">Coming Soon</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Dior Lady Dior | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Cannage Lambskin, Gold Hardware</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$4,900</p> | |
| </div> | |
| </div> | |
| <!-- Item 2 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1598300042247-d088f8ab3a91?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80" alt="Gucci Dionysus" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-yellow-500 text-white">Coming Soon</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Gucci Dionysus | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">GG Supreme Canvas, Tiger Head Closure</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$3,200</p> | |
| </div> | |
| </div> | |
| <!-- Item 3 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1551232864-3f0890e580d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Prada Re-Edition" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-yellow-500 text-white">Coming Soon</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Prada Re-Edition 2005 | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Saffiano Leather, Silver Chain</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$1,800</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Sold Items Section --> | |
| <div id="sold" class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Past Treasures</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Recently Sold</p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">These beautiful pieces have found their new homes.</p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="grid grid-cols-1 gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8"> | |
| <!-- Item 1 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md opacity-75"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1591932771762-f3a9009c4e7a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Chanel Boy Bag" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-red-500 text-white">Sold</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Chanel Boy Bag | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Aged Calfskin, Ruthenium Hardware</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$6,500</p> | |
| </div> | |
| </div> | |
| <!-- Item 2 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md opacity-75"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1592078615290-033ee584e267?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1528&q=80" alt="Louis Vuitton Speedy" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-red-500 text-white">Sold</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Louis Vuitton Speedy 30 | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Monogram Canvas, Gold Hardware</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$1,200</p> | |
| </div> | |
| </div> | |
| <!-- Item 3 --> | |
| <div class="group relative item-card rounded-lg overflow-hidden shadow-md opacity-75"> | |
| <div class="w-full min-h-80 bg-gray-200 aspect-w-1 aspect-h-1 rounded-md overflow-hidden group-hover:opacity-75 lg:h-80 lg:aspect-none relative"> | |
| <img src="https://images.unsplash.com/photo-1595341595379-cf2dfbd7b9b8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Fendi Baguette" class="w-full h-full object-center object-cover lg:w-full lg:h-full"> | |
| <span class="status-badge bg-red-500 text-white">Sold</span> | |
| </div> | |
| <div class="mt-4 flex justify-between p-4"> | |
| <div> | |
| <h3 class="text-sm text-gray-700"> | |
| <a href="#"> | |
| <span aria-hidden="true" class="absolute inset-0"></span> | |
| Fendi Baguette | |
| </a> | |
| </h3> | |
| <p class="mt-1 text-sm text-gray-500">Zucca Print, Gold Hardware</p> | |
| </div> | |
| <p class="text-sm font-medium text-gray-900">$2,800</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Instagram Section --> | |
| <div id="instagram" class="py-12 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Social Media</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Our Instagram</p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">Follow us for the latest updates and new arrivals.</p> | |
| </div> | |
| <div class="mt-10 flex justify-center"> | |
| <a href="https://www.instagram.com/aimer_luxe" target="_blank" class="instagram-gradient text-white px-6 py-3 rounded-full text-lg font-medium flex items-center hover:shadow-lg transition-all duration-300 hover:opacity-90"> | |
| <i class="fab fa-instagram mr-2 text-xl"></i> @aimer_luxe | |
| </a> | |
| </div> | |
| <!-- Instagram Feed Placeholder --> | |
| <div class="mt-12 instagram-feed"> | |
| <!-- These would be replaced with actual Instagram embed code --> | |
| <div class="h-64 rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1554342872-034a06541bad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Hermes Birkin" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> | |
| </div> | |
| <div class="h-64 rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1548036325-c7ea4540b9c2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=735&q=80" alt="Chanel Classic Flap" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> | |
| </div> | |
| <div class="h-64 rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1594035910387-fea47794261f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1480&q=80" alt="Louis Vuitton Capucines" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> | |
| </div> | |
| <div class="h-64 rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1566150905458-1bf1fc3fcdb3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" alt="Dior Lady Bag" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> | |
| </div> | |
| <div class="h-64 rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1598300042247-d088f8ab3a91?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80" alt="Gucci Dionysus" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> | |
| </div> | |
| <div class="h-64 rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1551232864-3f0890e580d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Prada Re-Edition" class="w-full h-full object-cover hover:scale-105 transition-transform duration-300"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Store Location --> | |
| <div class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Visit Us</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">Our Physical Store</p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">Come see our collection in person at our boutique.</p> | |
| </div> | |
| <div class="mt-10 flex flex-col md:flex-row gap-8"> | |
| <div class="w-full md:w-1/2"> | |
| <div class="aspect-w-16 aspect-h-9 rounded-lg overflow-hidden shadow-lg"> | |
| <iframe | |
| src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3960.923178808743!2d107.6088573152945!3d-6.897980595019028!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e68e64a1e6a1e5d%3A0x1df0cb4b6d3a1f1e!2sParis%20Van%20Java!5e0!3m2!1sen!2sid!4v1621234567890!5m2!1sen!2sid" | |
| width="100%" | |
| height="400" | |
| style="border:0;" | |
| allowfullscreen="" | |
| loading="lazy"> | |
| </iframe> | |
| </div> | |
| </div> | |
| <div class="w-full md:w-1/2"> | |
| <div class="bg-gray-50 p-8 rounded-lg shadow-lg h-full"> | |
| <h3 class="text-2xl font-bold text-gray-900 mb-4">aimer_luxe Boutique</h3> | |
| <p class="text-gray-600 mb-2"><i class="fas fa-map-marker-alt mr-2 text-indigo-600"></i> Paris Van Java Mall, Level 2</p> | |
| <p class="text-gray-600 mb-2"><i class="fas fa-phone mr-2 text-indigo-600"></i> +62 123 4567 890</p> | |
| <p class="text-gray-600 mb-4"><i class="fas fa-clock mr-2 text-indigo-600"></i> Open daily 10AM - 9PM</p> | |
| <p class="text-gray-500">We're located in the luxury wing of Paris Van Java Mall, Bandung. Our boutique offers a curated selection of pre-loved designer items in a comfortable and private shopping environment.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">aimer_luxe</h3> | |
| <p class="text-gray-300">Curated luxury resale with a focus on authenticity and quality.</p> | |
| <div class="mt-4 flex space-x-6"> | |
| <a href="https://www.instagram.com/aimer_luxe" target="_blank" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-instagram text-xl"></i> | |
| </a> | |
| <a href="https://wa.me/yourphonenumber" target="_blank" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-whatsapp text-xl"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">Quick Links</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#available" class="text-gray-300 hover:text-white">Available Items</a></li> | |
| <li><a href="#coming-soon" class="text-gray-300 hover:text-white">Coming Soon</a></li> | |
| <li><a href="#sold" class="text-gray-300 hover:text-white">Sold Items</a></li> | |
| <li><a href="#instagram" class="text-gray-300 hover:text-white">Instagram</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">Contact Us</h3> | |
| <p class="text-gray-300">For inquiries and purchases:</p> | |
| <div class="mt-2"> | |
| <a href="https://wa.me/yourphonenumber" target="_blank" class="text-indigo-400 hover:text-indigo-300 flex items-center"> | |
| <i class="fab fa-whatsapp mr-2"></i> WhatsApp Message | |
| </a> | |
| </div> | |
| <p class="mt-4 text-gray-300">Email: <a href="mailto:info@luxecollect.com" class="text-indigo-400 hover:text-indigo-300">info@luxecollect.com</a></p> | |
| </div> | |
| </div> | |
| <div class="mt-12 border-t border-gray-800 pt-8"> | |
| <p class="text-gray-400 text-sm text-center">© 2023 aimer_luxe. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| if (targetId === '#') return; | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| targetElement.scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| </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=widichandra/blackjack" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |