Spaces:
Running
Running
File size: 33,553 Bytes
f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c 6f35a1e 3514e2c 7143f16 3514e2c 7143f16 3514e2c f9025f5 3514e2c f9025f5 3514e2c 7143f16 6f35a1e 7143f16 6f35a1e 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c 7143f16 3514e2c f9025f5 3514e2c f9025f5 3514e2c 7143f16 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c 6f35a1e f9025f5 3514e2c 7143f16 3514e2c f9025f5 3514e2c 0d53bea f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c f9025f5 3514e2c 6a3536d 3514e2c 6f35a1e 3514e2c f9025f5 3514e2c 6a3536d 3514e2c 6a3536d f9025f5 3514e2c f9025f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 | <!DOCTYPE html>
<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> |