Update src/app/page.tsx

This commit is contained in:
2026-05-19 16:58:37 +00:00
parent bf815d736f
commit 8e7eaebc66

View File

@@ -89,8 +89,8 @@ export default function LandingPage() {
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 } },
{ title: "Facial Rituals", description: "Gentle nourishment.", bentoComponent: { icon: Leaf } }
{ title: "Therapeutic Touch", description: "Deep restoration.", bentoComponent: { icon: Sparkles, bentoComponent: "reveal-icon" } },
{ title: "Facial Rituals", description: "Gentle nourishment.", bentoComponent: { icon: Leaf, bentoComponent: "reveal-icon" } }
]}
/>
</div>