관리-도구
편집 파일: _home-top-slider.blade.php
{{-- COUTURE HERO — carousel slider with 3 custom slides --}} <section class="cxh" aria-label="Featured"> <div class="owl-theme owl-carousel hero-slider" data-loop="1" style="height: 100vh; min-height: 640px;"> {{-- Slide 1: Violet --}} <div class="cxh__slide"> <div class="cxh__media-bg"> <img alt="Maison Sri Lakshmi Narayana Silks - Violet Saree" src="{{ theme_asset(path: 'public/assets/front-end/img/hero1.png') }}"> </div> <div class="cxh__veil" aria-hidden="true"></div> <div class="cxh__body"> <div class="cxh__tag">Maison Sri Lakshmi Narayana Silks</div> <span class="cxh__over">Salem, Tamil Nadu · Since 1982</span> <h1 class="cxh__title">Where Tradition Meets <em>Timeless Elegance</em></h1> <div class="cxh__row"> <p class="cxh__sub"> The finest silk sarees, crafted for every celebration — rooted in heritage, draped in luxury. <br><strong>Bridal Special: Enjoy up to 20% off on exclusive handloom silk collections.</strong> </p> <div class="cxh__ctas"> <a href="{{ route('products') }}" class="cx-btn cx-btn--gold">Explore Collections</a> <a href="{{ route('categories') }}" class="cx-btn cx-btn--gold">Bridal Edit</a> </div> </div> </div> </div> {{-- Slide 2: Cream & Gold --}} <div class="cxh__slide"> <div class="cxh__media-bg"> <img alt="The Heritage Classics" src="{{ theme_asset(path: 'public/assets/front-end/img/hero2.png') }}"> </div> <div class="cxh__veil" aria-hidden="true"></div> <div class="cxh__body"> <div class="cxh__tag">The Heritage Classics</div> <span class="cxh__over">Pure Linen Silk & Kanchipuram</span> <h1 class="cxh__title">Golden Borders of <em>Imperial Heritage</em></h1> <div class="cxh__row"> <p class="cxh__sub"> Timeless cream and ivory drapes finished with rich zari borders, representing handloom artistry at its peak. <br><strong>Festive Offer: Flat 15% off on all traditional heritage classics.</strong> </p> <div class="cxh__ctas"> <a href="{{ route('products') }}" class="cx-btn cx-btn--gold">View Classics</a> <a href="{{ route('categories') }}" class="cx-btn cx-btn--gold">Explore Collections</a> </div> </div> </div> </div> {{-- Slide 3: Pastel Blue --}} <div class="cxh__slide"> <div class="cxh__media-bg"> <img alt="The Pastel Collection" src="{{ theme_asset(path: 'public/assets/front-end/img/hero3.png') }}"> </div> <div class="cxh__veil" aria-hidden="true"></div> <div class="cxh__body"> <div class="cxh__tag">The Pastel Collection</div> <span class="cxh__over">Lightweight Organzas & Georgettes</span> <h1 class="cxh__title">Ethereal Drapes in <em>Serene Pastels</em></h1> <div class="cxh__row"> <p class="cxh__sub"> A delicate palette of sky blue and silver, tailored for modern celebrations and elegant evenings. <br><strong>Seasonal Edit: Special introductory pricing on our latest pastel arrivals.</strong> </p> <div class="cxh__ctas"> <a href="{{ route('products') }}" class="cx-btn cx-btn--gold">View Pastels</a> <a href="{{ route('categories') }}" class="cx-btn cx-btn--gold">Explore Collections</a> </div> </div> </div> </div> </div> {{-- Stats rail remains static on the right --}} <div class="cxh__rail"> <div class="cxh__stat"><strong>40+</strong><span>Years of Excellence</span></div> <div class="cxh__stat"><strong>10,000+</strong><span>Happy Customers</span></div> <div class="cxh__stat"><strong>300+</strong><span>Handloom Weavers</span></div> </div> </section>