Inspire. Transform. Motivate.

FRIDAY WORK-WEAR!

CHATA’S DAILY TIP: We love that jeans can look elegant, yet casual. Wearing a tailored jacket with a beautiful shirt and smart denims on Friday is work-wear perfection. The shirt can be tucked into the jeans, worn with an interesting belt, or over the jeans to hide any figure concerns. COPY CREDIT: Chata Romano Image Consultant, Marlise Du Plessis IMAGE CREDIT: Pinterest

Share this story, choose your platform!
×

 

Welcome.

Do you have any questions? Chat with me on WhatsApp.​

×
jQuery(document).ready(function($) { // Target the first accordion (.accordion-pricelist) and the second one (.accordion-enquiry-form) var firstAccordion = $('.accordion-pricelist'); var secondAccordion = $('.accordion-enquiry-form'); // Initially, we hide the second accordion (if needed) secondAccordion.hide(); // Set up a click event listener on the first accordion firstAccordion.on('click', function() { // Check if the first accordion is open if ($(this).hasClass('brx-open')) { // If the first accordion is open, hide the second accordion secondAccordion.slideUp(); } else { // If the first accordion is not open, show the second accordion secondAccordion.slideDown(); } }); });