Update booking links to direct users to the new scheduling platform
Replaces all Setmore booking URLs with Acuity Scheduling URLs across the site. 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/b0958acf-b35a-43b7-a6aa-13de213b0dfb.jpg
This commit is contained in:
parent
3f203ad436
commit
75056ff2b0
|
|
@ -57,7 +57,7 @@ export function ClassesSection() {
|
|||
)}
|
||||
|
||||
<div className="text-center mt-12">
|
||||
<a href="https://pilateswithfadia.setmore.com" target="_blank" rel="noopener noreferrer" className="inline-block">
|
||||
<a href="https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button" 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>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export function CTASection() {
|
|||
|
||||
<div className="flex justify-center mb-6">
|
||||
<a
|
||||
href="https://pilateswithfadia.setmore.com"
|
||||
href="https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ export function HeroSection() {
|
|||
</h1>
|
||||
|
||||
<a
|
||||
href="https://pilateswithfadia.setmore.com"
|
||||
href="https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
|
||||
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]"
|
||||
|
|
|
|||
|
|
@ -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.setmore.com" target="_blank" rel="noopener noreferrer" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
|
||||
<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">
|
||||
<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.setmore.com"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ export default function CalendarPage() {
|
|||
// Set meta data for SEO
|
||||
document.title = "Pilates with Fadia | Class Schedule & Booking";
|
||||
|
||||
// Redirect to Setmore after component mounts
|
||||
window.location.href = "https://pilateswithfadia.setmore.com";
|
||||
// Redirect to Acuity Scheduling after component mounts
|
||||
window.location.href = "https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button";
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
|
@ -20,7 +20,7 @@ export default function CalendarPage() {
|
|||
please click the button below.
|
||||
</p>
|
||||
<a
|
||||
href="https://pilateswithfadia.setmore.com"
|
||||
href="https://app.acuityscheduling.com/schedule.php?owner=36073300&ref=booking_button"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue