Update footer to include a direct link to the class schedule on the website

Replaced social media icons with a calendar icon linking to the Momoyoga schedule in footer.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/1d29b869-93e3-49ca-ae93-df533f6b984f.jpg
This commit is contained in:
JeffEmmett 2025-05-21 12:54:23 +00:00
parent 96eb64a6b6
commit 0326293baa
1 changed files with 2 additions and 5 deletions

View File

@ -23,14 +23,11 @@ export default function Footer() {
<a href="#" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<i className="fab fa-instagram"></i>
</a>
<a href="#" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<i className="fab fa-facebook-f"></i>
</a>
<a href="#" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<i className="fab fa-youtube"></i>
</a>
<a href="#" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
<i className="fab fa-twitter"></i>
<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"></i>
</a>
</div>
</div>