Add Facebook link and update Instagram label in footer

Added facebook.com/XimenaXhivart to both the social links and
connect sections. Updated Instagram label to show @xhiva_art handle.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-03 12:42:42 +00:00
parent 681ee2f883
commit 83a462056b
1 changed files with 8 additions and 2 deletions

View File

@ -614,9 +614,12 @@ function Footer() {
Visionary Art · Ritual Healing · Cultural and Artistic Experiences
</p>
{/* Social Links */}
<div className="flex gap-4">
<div className="flex gap-4 flex-wrap">
<a href="https://instagram.com/xhiva_art" target="_blank" rel="noopener noreferrer" className="footer-link">
Instagram
@xhiva_art
</a>
<a href="https://www.facebook.com/XimenaXhivart" target="_blank" rel="noopener noreferrer" className="footer-link">
Facebook
</a>
<a href="https://instagram.com/reevolutionart" target="_blank" rel="noopener noreferrer" className="footer-link">
@reevolutionart
@ -644,6 +647,9 @@ function Footer() {
<a href="https://instagram.com/ximena_xaguar" target="_blank" rel="noopener noreferrer" className="footer-link">
@ximena_xaguar
</a>
<a href="https://www.facebook.com/XimenaXhivart" target="_blank" rel="noopener noreferrer" className="footer-link">
Facebook
</a>
<a href="#" className="footer-link">SoundCloud</a>
</div>
</div>