Update all booking links to direct users to the new scheduling platform

Reverts booking URLs from Acuity Scheduling to Setmore across the application.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e4277a6e-587a-496e-8663-733446748f62
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/7e3e3642-8365-4dd5-a462-d6b8a9967652.jpg
This commit is contained in:
JeffEmmett 2025-06-14 16:08:59 +00:00
parent 19a5045a54
commit 5a0d83ea06
5 changed files with 8 additions and 8 deletions

View File

@ -57,7 +57,7 @@ export function ClassesSection() {
)}
<div className="text-center mt-12">
<a href="https://pilateswithfadia.as.me/" target="_blank" rel="noopener noreferrer" className="inline-block">
<a href="https://pilateswithfadia.setmore.com/" target="_blank" rel="noopener noreferrer" className="inline-block">
<button className="px-12 py-5 bg-rose text-white font-bold rounded-full hover:bg-rose-700 transition duration-300 shadow-md text-xl">Book a Class</button>
</a>
</div>

View File

@ -10,7 +10,7 @@ export function CTASection() {
<div className="flex justify-center mb-6">
<a
href="https://pilateswithfadia.as.me/"
href="https://pilateswithfadia.setmore.com/"
target="_blank"
rel="noopener noreferrer"
className="bg-rose text-white font-bold py-4 px-10 rounded-full shadow-md hover:bg-opacity-90 transition duration-300 text-lg"

View File

@ -18,7 +18,7 @@ export function HeroSection() {
</h1>
<a
href="https://pilateswithfadia.as.me/"
href="https://pilateswithfadia.setmore.com/"
target="_blank"
rel="noopener noreferrer"
className="inline-block text-white font-bold py-6 px-20 rounded-full hover:bg-opacity-90 transition duration-300 text-xl bg-[#916398]"

View File

@ -81,7 +81,7 @@ export default function Footer() {
<a href="https://www.youtube.com/channel/UCUbMEjCowuRroSFzkP31Jlw" target="_blank" rel="noopener noreferrer" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<i className="fab fa-youtube text-2xl"></i>
</a>
<a href="https://pilateswithfadia.as.me/" target="_blank" rel="noopener noreferrer" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<a href="https://pilateswithfadia.setmore.com/" target="_blank" rel="noopener noreferrer" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<i className="fas fa-calendar-alt text-2xl"></i>
</a>
</div>
@ -95,7 +95,7 @@ export default function Footer() {
<ul className="space-y-3">
<li>
<a
href="https://pilateswithfadia.as.me/"
href="https://pilateswithfadia.setmore.com/"
target="_blank"
rel="noopener noreferrer"
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"

View File

@ -5,8 +5,8 @@ export default function CalendarPage() {
// Set meta data for SEO
document.title = "Pilates with Fadia | Class Schedule & Booking";
// Redirect to Acuity Scheduling after component mounts
window.location.href = "https://pilateswithfadia.as.me/";
// Redirect to Setmore after component mounts
window.location.href = "https://pilateswithfadia.setmore.com/";
}, []);
return (
@ -20,7 +20,7 @@ export default function CalendarPage() {
please click the button below.
</p>
<a
href="https://pilateswithfadia.as.me/"
href="https://pilateswithfadia.setmore.com/"
className="bg-teal text-white font-bold py-3 px-8 rounded-md hover:bg-teal-dark transition duration-300"
target="_blank"
rel="noopener noreferrer"