The Barbers Cafee

CONTACT US

We’re more than just a barber shop – we’re a place dedicated to enhancing your grooming experience.

get in touch

Chapter #1

Chapter #2

document.addEventListener("DOMContentLoaded", function () { const btn = document.getElementById("readmore-btn"); const hiddenSections = document.querySelectorAll(".reveal-later"); if (btn) { btn.addEventListener("click", function (e) { e.preventDefault(); // stop the page jump hiddenSections.forEach(function(section) { section.style.display = "block"; }); btn.style.display = "none"; // hide button after reveal }); } });