diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ffeec4..f6942a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -574,7 +574,7 @@ function AboutSection() {
-
+
{[ { src: '/images/about/painting-process.webp', alt: 'Ximena painting' }, { src: '/images/art/mural-bio-centro.webp', alt: 'Mural Bio Centro Guembe' }, @@ -583,7 +583,7 @@ function AboutSection() { { src: '/images/about/portrait-4.jpg', alt: 'Ximena at ceremony' }, { src: '/images/about/pachamama.jpg', alt: 'Ximena — ritual with smoke' }, ].map((photo, index) => ( -
+
{photo.alt}
- {/* Image Grid */} - + {/* Instagram-style Grid */} +
{instagramPosts.map((post, index) => ( -
- {post.alt} -
+
+ {/* Post Header */} +
+
+
+
+ xhiva_art +
+
+
+ xhiva_art +
+ {/* Post Image */} +
+ {post.alt} +
+ {/* Post Actions */} +
+ + + + + + + + + +
+
))} - +
{/* Social Buttons */}