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() {

- + Book a Session - +
@@ -544,9 +558,9 @@ function WorkWithMeSection() {

- + Book a Session - + Contact Me