Evening Couture Collections
Explore our exquisite evening couture collections, each telling a unique story through meticulous craftsmanship and timeless elegance. Discover the perfect gown for your special occasion.
Explore CollectionsOur Evening Couture Collections
Each collection tells a unique story
Midnight Glamour
Inspired by the allure of midnight soirées, our Midnight Glamour collection features rich textures, deep hues, and dramatic silhouettes that command attention in the most sophisticated settings.
Celestial Soirée
Our Celestial Soirée collection draws inspiration from the night sky, featuring ethereal fabrics, celestial motifs, and shimmering embellishments that evoke the magic of starlit evenings.
Opulent Allure
Our Opulent Allure collection celebrates luxury and grandeur, featuring rich fabrics, intricate embellishments, and dramatic silhouettes inspired by royal courts and palatial elegance.
Modern Elegance
Our Modern Elegance collection embraces clean lines, architectural details, and understated sophistication for the contemporary woman who appreciates refined minimalism.
Collection Management Instructions
Adding a New Collection
To add a new collection, follow these steps:
- Add a new navigation item in the "Collections Navigation" section
- Create a new collection section using the template below
- Add product cards for the new collection
Navigation Item Template:
<a href="#collection-id" class="collection-nav-item">
<img src="path-to-thumbnail.jpg" alt="Collection Name" class="collection-nav-thumbnail">
Collection Name
</a>
Collection Section Template:
<div id="collection-id" class="collection-section fade-in">
<div class="collection-header">
<h3 class="collection-title">Collection Name</h3>
<div class="collection-season">Season/Year</div>
<p class="collection-description">Collection description goes here.</p>
</div>
<div class="collection-grid">
</div>
</div>
Adding New Products
To add a new product to a collection, use the following template:
<div class="product-card fade-in">
<div class="product-image-container">
<img src="path-to-image.jpg" alt="Product Name" class="product-image">
</div>
<div class="product-details">
<h3 class="product-name">Product Name</h3>
<p class="product-description">Product description goes here.</p>
<div class="product-actions">
<button class="btn btn-small inquire-btn" data-product="Product Name" data-collection="Collection Name">Inquire</button>
<a href="#" class="whatsapp-link">
<span class="whatsapp-icon">📱</span>
Contact via WhatsApp
</a>
</div>
</div>
</div>
Image Requirements
For optimal display, please use the following image specifications:
- Product Images: 600x800 pixels (portrait orientation)
- Collection Thumbnails: 60x60 pixels (square)
- Hero Slider Images: 1920x1080 pixels (landscape orientation)
- File Format: JPG or PNG
- File Size: Less than 500KB per image for optimal loading speed
WhatsApp Integration
To connect the WhatsApp buttons to your business number:
- Find all instances of
<a href="#" class="whatsapp-link">
- Replace the # with your WhatsApp link:
https://wa.me/YOUR_NUMBER_HERE?text=I'm%20interested%20in%20the%20[Product]%20from%20your%20[Collection]%20collection
- Replace YOUR_NUMBER_HERE with your WhatsApp business number including country code (no spaces or special characters)