LaLicious Manicure

Saleem naijar kaasram eerie can be disbursed in the wofl like of a fox that is her thing smaoasa lase lemedds laasd.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

// const courseContentData = { "makeup": { "Right-Time-section": [ { selector: ".begining .section-headding-1 h1", value: "Welcome to Makeup Course!" }, { selector: ".begining .section-headding-1 h2", value: "Become a Makeup Artist" }, { selector: ".right-time-section", value: "Enhance your makeup skills with our expert-led training!" }, { selector: ".enjoy", value: "Enjoy learning about beauty and cosmetics!" }, { selector: ".free", value: "This course is completely Free...." }, { selector: ".meet", value: "Meet Your Makeup Tutor" }, { selector: ".intro", action: "changeVideo(this, './videos/makeup-intro.mp4')" }, { selector: ".facility", action: "changeVideo(this, './videos/makeup-facility.mp4')" }, { selector: ".CPBA", action: "changeVideo(this, './videos/makeup-cpba.mp4')" } ] }, "nail": { "Right-Time-section": [ { selector: ".begining .section-headding-1 h1", value: "Welcome to Nail Art Course!" }, { selector: ".begining .section-headding-1 h2", value: "Master Nail Techniques" }, { selector: ".right-time-section", value: "Perfect your nail art with professional training!" }, { selector: ".enjoy", value: "Enjoy learning nail extensions and designs!" }, { selector: ".free", value: "This course is completely Free...." }, { selector: ".meet", value: "Meet Your Nail Art Tutor" }, { selector: ".intro", action: "changeVideo(this, './videos/nail-intro.mp4')" }, { selector: ".facility", action: "changeVideo(this, './videos/nail-facility.mp4')" }, { selector: ".CPBA", action: "changeVideo(this, './videos/nail-cpba.mp4')" } ] }, "hair": { "Right-Time-section": [ { selector: ".begining .section-headding-1 h1", value: "Welcome to Hair Styling Course!" }, { selector: ".begining .section-headding-1 h2", value: "Become a Hair Expert" }, { selector: ".right-time-section", value: "Learn professional hair styling techniques!" }, { selector: ".enjoy", value: "Enjoy hands-on training with experts!" }, { selector: ".free", value: "This course is completely Free...." }, { selector: ".meet", value: "Meet Your Hair Styling Tutor" }, { selector: ".intro", action: "changeVideo(this, './videos/hair-intro.mp4')" }, { selector: ".facility", action: "changeVideo(this, './videos/hair-facility.mp4')" }, { selector: ".CPBA", action: "changeVideo(this, './videos/hair-cpba.mp4')" } ] } }; let currentIndex = Math.floor(cards.length / 2); // Start with the middle card let offset = -(currentIndex * 100 / 3); // Adjust offset for centering updateActiveCard(); // Initialize //