The Barbers Cafee
Menu
Home
About Us
Menu
Portfolio
Blogs
Shop
Reviews
Press Release
Contact Us
Facebook-f
Instagram
STAY UP-TO-DATE WITH THE LATEST NEWS AND ANNOUNCEMENTS FROM THE BARBER'S CAFE
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 }); } });