Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-02 21:30:44 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Experience transformative wellness through premium sauna and floating therapies. Reconnect with your body and mind in our serene sanctuary."
tag="Holistic Wellness"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/smiling-man-looking-away-while-relaxing-sauna-health-spa-view-is-through-glass_637285-7496.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-man-looking-away-while-relaxing-sauna-health-spa-view-is-through-glass_637285-7496.jpg?_wi=1"
imageAlt="Serene sauna and wellness space"
buttons={[
{ text: "Book Your Experience", href: "contact" },
@@ -63,7 +63,7 @@ export default function LandingPage() {
{ value: "15+", title: "Years of Wellness Expertise" },
{ value: "5000+", title: "Clients Transformed" }
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg?_wi=1"
imageAlt="Our wellness sanctuary interior"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -75,13 +75,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "sauna-detox", name: "Infrared Sauna Detox", price: "$65", variant: "60 min session", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-couple-relaxing-with-eyes-closed-while-being-sauna-health-spa_637285-7482.jpg", imageAlt: "Infrared sauna therapy session"
id: "sauna-detox", name: "Infrared Sauna Detox", price: "$65", variant: "60 min session", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-couple-relaxing-with-eyes-closed-while-being-sauna-health-spa_637285-7482.jpg?_wi=1", imageAlt: "Infrared sauna therapy session"
},
{
id: "float-meditation", name: "Sensory Float Meditation", price: "$75", variant: "90 min session", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-round-outdoor-bath-organic-skin-care-hot-bath_1153-8960.jpg", imageAlt: "Sensory deprivation float tank"
id: "float-meditation", name: "Sensory Float Meditation", price: "$75", variant: "90 min session", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-round-outdoor-bath-organic-skin-care-hot-bath_1153-8960.jpg?_wi=1", imageAlt: "Sensory deprivation float tank"
},
{
id: "combo-package", name: "Ultimate Wellness Combo", price: "$130", variant: "Sauna + Float session", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg", imageAlt: "Complete wellness experience"
id: "combo-package", name: "Ultimate Wellness Combo", price: "$130", variant: "Sauna + Float session", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg?_wi=2", imageAlt: "Complete wellness experience"
}
]}
title="Our Premium Treatments"
@@ -104,15 +104,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Prepare Your Mind", description: "Arrive early to our calming reception area. Sip herbal tea, complete intake forms, and set your wellness intentions.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-away-while-relaxing-sauna-health-spa-view-is-through-glass_637285-7496.jpg", imageAlt: "Wellness preparation area"
title: "Prepare Your Mind", description: "Arrive early to our calming reception area. Sip herbal tea, complete intake forms, and set your wellness intentions.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-away-while-relaxing-sauna-health-spa-view-is-through-glass_637285-7496.jpg?_wi=2", imageAlt: "Wellness preparation area"
},
{
id: 2,
title: "Immerse in Heat or Weightlessness", description: "Enter your chosen therapy: relax in our infrared sauna for deep detoxification or float in complete sensory isolation.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-couple-relaxing-with-eyes-closed-while-being-sauna-health-spa_637285-7482.jpg", imageAlt: "Immersive sauna therapy"
title: "Immerse in Heat or Weightlessness", description: "Enter your chosen therapy: relax in our infrared sauna for deep detoxification or float in complete sensory isolation.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-couple-relaxing-with-eyes-closed-while-being-sauna-health-spa_637285-7482.jpg?_wi=2", imageAlt: "Immersive sauna therapy"
},
{
id: 3,
title: "Integrate & Reflect", description: "Return to our quiet lounge. Hydrate, journal, and allow your body and mind to integrate the profound healing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-round-outdoor-bath-organic-skin-care-hot-bath_1153-8960.jpg", imageAlt: "Integration lounge"
title: "Integrate & Reflect", description: "Return to our quiet lounge. Hydrate, journal, and allow your body and mind to integrate the profound healing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-round-outdoor-bath-organic-skin-care-hot-bath_1153-8960.jpg?_wi=2", imageAlt: "Integration lounge"
}
]}
/>