Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 16:32:57 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -48,10 +48,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Luxury Redefined Effortlessly Yours"
description="Experience premium service with zero friction. Instant booking, curated exclusively for you. Seamless elegance in every interaction."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147817010.jpg", imageAlt: "Luxury spa treatment room" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-massage-bed-with-hot-stones-her-back_23-2147939928.jpg?_wi=1", imageAlt: "Premium massage therapy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-massage-bed-with-hot-stones-her-back_23-2147939928.jpg", imageAlt: "Premium massage therapy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", imageAlt: "Relaxation sanctuary" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", imageAlt: "Wellness experience" }
]}
@@ -59,7 +59,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/candle-roses-cozy-interior-with-wide-space-calm-branding_169016-71507.jpg", imageAlt: "Spa ambiance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Treatment facilities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg", imageAlt: "Luxury amenities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-relaxing-with-spa-treatment_53876-15222.jpg?_wi=1", imageAlt: "Professional services" }
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-relaxing-with-spa-treatment_53876-15222.jpg", imageAlt: "Professional services" }
]}
buttons={[
{ text: "Book Your Experience", href: "booking" },
@@ -99,10 +99,10 @@ export default function LandingPage() {
id: "1", title: "Signature Facial Treatment", description: "Indulge in our signature facial featuring premium Swiss skincare with personalized serums and multi-step rejuvenation protocol.", tag: "90 Minutes", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-woman-with-creme-face_23-2147817003.jpg", buttons: [{ text: "Book Now", href: "booking" }]
},
{
id: "2", title: "Holistic Massage Therapy", description: "Experience therapeutic massage blending ancient techniques with modern wellness science. Available in Swedish, deep tissue, and hot stone options.", tag: "60-120 Minutes", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-massage-bed-with-hot-stones-her-back_23-2147939928.jpg?_wi=2", buttons: [{ text: "Book Now", href: "booking" }]
id: "2", title: "Holistic Massage Therapy", description: "Experience therapeutic massage blending ancient techniques with modern wellness science. Available in Swedish, deep tissue, and hot stone options.", tag: "60-120 Minutes", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-massage-bed-with-hot-stones-her-back_23-2147939928.jpg", buttons: [{ text: "Book Now", href: "booking" }]
},
{
id: "3", title: "Bespoke Wellness Retreat", description: "Tailored multi-service packages combining facials, massages, and meditative experiences designed to your precise wellness goals.", tag: "Half or Full Day", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-relaxing-with-spa-treatment_53876-15222.jpg?_wi=2", buttons: [{ text: "Book Now", href: "booking" }]
id: "3", title: "Bespoke Wellness Retreat", description: "Tailored multi-service packages combining facials, massages, and meditative experiences designed to your precise wellness goals.", tag: "Half or Full Day", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-relaxing-with-spa-treatment_53876-15222.jpg", buttons: [{ text: "Book Now", href: "booking" }]
}
]}
/>