Clean up footer, fix IG carousel images, remove signature badge
- Remove SoundCloud link from footer Connect section - Remove repeated social media handles from footer Brand section - Replace broken IG carousel images (sacred-geometry.jpg, crystal-1.jpg) with existing art - Remove "SIGNATURE METHODOLOGY" badge from Soul Portrait service card Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9675be7d35
commit
7a3805e05c
|
|
@ -282,11 +282,6 @@ function ServicesSection() {
|
|||
/>
|
||||
</div>
|
||||
<div className={`service-card ${service.color} rounded-t-none`}>
|
||||
{service.highlighted && (
|
||||
<p className="font-sans-alt text-[10px] tracking-[0.25em] text-[var(--accent-gold)] mb-3">
|
||||
SIGNATURE METHODOLOGY
|
||||
</p>
|
||||
)}
|
||||
<h3 className="text-2xl font-light mb-2">{service.title}</h3>
|
||||
<p className="font-sans-alt text-xs tracking-widest text-[var(--text-muted)] mb-1">
|
||||
{service.subtitle}
|
||||
|
|
@ -711,9 +706,9 @@ function ContactSection() {
|
|||
// Social Connect Section
|
||||
function SocialSection() {
|
||||
const instagramPosts = [
|
||||
{ image: '/images/art/sacred-geometry.jpg', alt: 'Sacred Geometry' },
|
||||
{ image: '/images/art/soul-agreement.webp', alt: 'Soul Agreement' },
|
||||
{ image: '/images/art/goddess.webp?v=2', alt: 'Goddess' },
|
||||
{ image: '/images/art/crystal-1.jpg', alt: 'Crystal Work' },
|
||||
{ image: '/images/art/twin-flames.webp', alt: 'Twin Flames' },
|
||||
{ image: '/images/art/featured.jpg?v=2', alt: 'Featured Art' },
|
||||
{ image: '/images/about/portrait-1.jpg', alt: 'Portrait' },
|
||||
{ image: '/images/reevolution/dj-xhiva.jpg', alt: 'DJ XHIVA' },
|
||||
|
|
@ -788,18 +783,6 @@ function Footer() {
|
|||
<p className="text-sm opacity-70 leading-relaxed mb-6">
|
||||
Visionary Art · Ritual Healing · Cultural and Artistic Experiences
|
||||
</p>
|
||||
{/* Social Links */}
|
||||
<div className="flex gap-4 flex-wrap">
|
||||
<a href="https://instagram.com/xhiva_art" target="_blank" rel="noopener noreferrer" className="footer-link">
|
||||
@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
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Quick Links */}
|
||||
|
|
@ -825,7 +808,6 @@ function Footer() {
|
|||
<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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue