From 9af12a7cbbd6480a3d0756fce14d71a59f0ea827 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 16:59:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 117f2ab..2b15e63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,9 +88,9 @@ export default function LandingPage() { title="Signature Rituals" description="Designed to dissolve tension and reconnect you with stillness." features={[ - { title: "Couples Connection", description: "Unforgettable shared experiences.", bentoComponent: { items: [{ imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9668.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-training-outdoors_23-2150433219.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-relaxing-hot-tub_23-2148378764.jpg" }] } }, - { title: "Therapeutic Touch", description: "Deep restoration.", bentoComponent: { icon: Sparkles, bentoComponent: "reveal-icon" } }, - { title: "Facial Rituals", description: "Gentle nourishment.", bentoComponent: { icon: Leaf, bentoComponent: "reveal-icon" } } + { title: "Couples Connection", description: "Unforgettable shared experiences.", bentoComponent: { bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9668.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-training-outdoors_23-2150433219.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-relaxing-hot-tub_23-2148378764.jpg" }] } }, + { title: "Therapeutic Touch", description: "Deep restoration.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sparkles } }, + { title: "Facial Rituals", description: "Gentle nourishment.", bentoComponent: { bentoComponent: "reveal-icon", icon: Leaf } } ]} /> -- 2.49.1