From 82ba5bb21a9ceb7e5b9a4446131349228f3a9453 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Feb 2026 20:24:26 +0000 Subject: [PATCH] Art in Motion 3x2 grid, Instagram-style social cards - Art in Motion: 3-column grid with 4:3 aspect ratio, 2 rows of 3 - Connect on Socials: restyled as Instagram post cards with profile header, action icons (heart, comment, share), white card with shadow and gradient avatar ring Co-Authored-By: Claude Opus 4.6 --- src/app/page.tsx | 65 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 19 deletions(-) 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 */}