Update class scheduling links to direct users to the correct booking page

Replaces all instances of the Acuity Scheduling URL with the new scheduling URL (https://pilateswithfadia.as.me/) in various components and pages.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 4e6c05fd-c3ab-4c7a-a010-ae0a45d94f12
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/6c80fc8a-c4f4-4173-b1c3-12348ccfe72d.jpg
This commit is contained in:
JeffEmmett 2025-06-14 13:33:59 +00:00
parent 75056ff2b0
commit a8cba4796f
5 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ export function ClassesSection() {
)}
<div className="text-center mt-12">
<a href="https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button" target="_blank" rel="noopener noreferrer" className="inline-block">
<a href="https://pilateswithfadia.as.me/" 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://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
href="https://pilateswithfadia.as.me/"
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://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
href="https://pilateswithfadia.as.me/"
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://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button" 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.as.me/" 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://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
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"

View File

@ -6,7 +6,7 @@ export default function CalendarPage() {
document.title = "Pilates with Fadia | Class Schedule & Booking";
// Redirect to Acuity Scheduling after component mounts
window.location.href = "https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button";
window.location.href = "https://pilateswithfadia.as.me/";
}, []);
return (
@ -20,7 +20,7 @@ export default function CalendarPage() {
please click the button below.
</p>
<a
href="https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
href="https://pilateswithfadia.as.me/"
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"