import wixLocation from "wix-location"; $w.onReady(function () { // Write your code here }); /** * Adds an event handler that runs when the element is clicked. * @param {$w.MouseEvent} event */ $w('#bookBtn').onClick((event) => { wixLocation.to(wixLocation.url.replace(/(?:#.*)?$/, "#book-now")); })
top of page

Meet The Team

312 Long Pointe Lane Columbia SC 29229

bottom of page