From 1e4ed37fba03bae09ed0417e790f0bb85527bf7a Mon Sep 17 00:00:00 2001
From: Jeff Emmett
Date: Tue, 3 Feb 2026 15:11:59 +0000
Subject: [PATCH] Add Soul Portrait - Art Alchemy service and Cal.com booking
links
- Add 4th service card: Soul Portrait (Art Alchemy) with signature
methodology badge, using soul-agreement artwork
- Change services grid from 3-column to 2-column for 4 cards
- Update "Book a Session" buttons to link to book.xhivart.jeffemmett.com
(Cal.com self-hosted booking platform)
Co-Authored-By: Claude Opus 4.5
---
src/app/page.tsx | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 10263bf..213278e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -241,6 +241,15 @@ function ServicesSection() {
color: 'rose',
image: '/images/services/deep-integration.webp',
},
+ {
+ title: 'Soul Portrait',
+ subtitle: 'Art Alchemy',
+ duration: 'Group Workshops · TRIBAL Experience',
+ description: 'A signature methodology weaving visionary art with therapeutic process. Through guided creative immersion in group workshop settings, participants access deeper layers of self-expression, emotional release and soul integration — art as medicine, as mirror, as transformation.',
+ color: 'pink',
+ image: '/images/art/soul-agreement.webp',
+ highlighted: true,
+ },
];
return (
@@ -261,9 +270,9 @@ function ServicesSection() {
-
+
{services.map((service, index) => (
-
+
+ {service.highlighted && (
+
+ SIGNATURE METHODOLOGY
+
+ )}
{service.title}
{service.subtitle}
@@ -289,9 +303,9 @@ function ServicesSection() {
@@ -544,9 +558,9 @@ function WorkWithMeSection() {