Update booking links to direct users to Momoyoga for class scheduling
Replaces Setmore booking links with Momoyoga links across multiple components. 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/51b2ee8d-a00a-41b6-97d8-1cdd4241c278.jpg
This commit is contained in:
parent
074f4aecf2
commit
a1cd66d1e4
|
|
@ -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://www.momoyoga.com/pilates-with-fadia/schedule" 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://www.momoyoga.com/pilates-with-fadia/schedule"
|
||||
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://www.momoyoga.com/pilates-with-fadia/schedule"
|
||||
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://www.momoyoga.com/pilates-with-fadia/schedule" 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://www.momoyoga.com/pilates-with-fadia/schedule"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
||||
|
|
|
|||
|
|
@ -17,18 +17,10 @@ export function PhotoGallery() {
|
|||
<div className="bg-gray-50 rounded-lg p-8 text-center">
|
||||
<div className="mb-6">
|
||||
<i className="fab fa-instagram text-6xl text-pink-500 mb-4"></i>
|
||||
<h3 className="text-xl font-semibold text-gray-800 mb-2">@fadia.elgharib</h3>
|
||||
<p className="text-gray-600 mb-6">Follow me on Instagram for daily inspiration, movement tips, and behind-the-scenes content from my classes.</p>
|
||||
</div>
|
||||
|
||||
<a
|
||||
href="https://www.instagram.com/fadia.elgharib/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-block bg-gradient-to-r from-purple-500 to-pink-500 text-white font-bold py-3 px-8 rounded-full hover:from-purple-600 hover:to-pink-600 transition duration-300 shadow-lg"
|
||||
>
|
||||
View on Instagram
|
||||
</a>
|
||||
|
||||
|
||||
{/* Instagram embed placeholder - this would typically be replaced with actual Instagram embed code */}
|
||||
<div className="mt-8 bg-white rounded-lg border border-gray-200 p-6">
|
||||
|
|
|
|||
|
|
@ -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 Momoyoga after component mounts
|
||||
window.location.href = "https://www.momoyoga.com/pilates-with-fadia/schedule";
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
|
@ -20,7 +20,7 @@ export default function CalendarPage() {
|
|||
please click the button below.
|
||||
</p>
|
||||
<a
|
||||
href="https://pilateswithfadia.setmore.com/"
|
||||
href="https://www.momoyoga.com/pilates-with-fadia/schedule"
|
||||
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