Bridal Collections
Explore our exquisite bridal collections, each telling a unique story through meticulous craftsmanship and timeless elegance. Discover the perfect gown for your special day.
Explore CollectionsOur Bridal Collections
Each collection tells a unique story
Celestial Dreams
Inspired by the mystique of the night sky, our Celestial Dreams collection features ethereal designs adorned with delicate beading and shimmering details that evoke the beauty of stars and moonlight.
Garden Romance
Our Garden Romance collection celebrates the beauty of nature with intricate floral embroidery, botanical lace, and organic silhouettes inspired by blooming gardens and romantic landscapes.
Royal Elegance
Our Royal Elegance collection draws inspiration from historic palaces and regal ceremonies, featuring luxurious fabrics, dramatic silhouettes, and opulent details fit for royalty.
Modern Minimalist
Our Modern Minimalist collection embraces clean lines, architectural details, and understated elegance for the contemporary bride who appreciates refined simplicity.
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)