Inspire. Transform. Motivate.

STUNNING CASUAL-FRIDAY!

CHATA’S DAILY TIP: Casual-Friday never looked so good! Take your basic jeans, add a beautiful feminine top in an on-trend colour like Masala (Pantone’s colour of the year) and complete with a flattering shaped blazer. Accessorize with co-ordinating comfy shoes, or swop for a pair of stunning heels if that’s your style. COPY CREDIT: Chata Romano Image Consultant, Willene Sieberhagen 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(); } }); });