Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 22:59:18 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboard
title="Professional Massage Therapy in Lake Charles, LA"
description="Relax. Restore. Rejuvenate. Experience professional massage therapy from a licensed therapist in a clean, welcoming environment. Your wellness journey starts here."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="5.0 Rating"
tagIcon={Star}
tagAnimation="slide-up"
@@ -80,16 +80,16 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "swedish", name: "Swedish Massage", price: "$60-80", variant: "60-90 min sessions available", imageSrc: "http://img.b2bpic.net/free-photo/back-massage-with-oil-modern-spa-touch-care_169016-69375.jpg?_wi=1", imageAlt: "Swedish massage therapy"
id: "swedish", name: "Swedish Massage", price: "$60-80", variant: "60-90 min sessions available", imageSrc: "http://img.b2bpic.net/free-photo/back-massage-with-oil-modern-spa-touch-care_169016-69375.jpg", imageAlt: "Swedish massage therapy"
},
{
id: "deep-tissue", name: "Deep Tissue Massage", price: "$70-90", variant: "Therapeutic & healing", imageSrc: "http://img.b2bpic.net/free-photo/deep-pressure-back-massage-relax-balance_169016-69612.jpg", imageAlt: "Deep tissue massage"
},
{
id: "relaxation", name: "Relaxation Massage", price: "$60-75", variant: "Stress relief focused", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817020.jpg?_wi=1", imageAlt: "Relaxation massage"
id: "relaxation", name: "Relaxation Massage", price: "$60-75", variant: "Stress relief focused", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817020.jpg", imageAlt: "Relaxation massage"
},
{
id: "custom", name: "Custom Massage Therapy", price: "Custom pricing", variant: "Personalized treatment plan", imageSrc: "http://img.b2bpic.net/free-photo/man-using-massage-gun-woman-side-view_23-2149407546.jpg?_wi=1", imageAlt: "Custom massage therapy"
id: "custom", name: "Custom Massage Therapy", price: "Custom pricing", variant: "Personalized treatment plan", imageSrc: "http://img.b2bpic.net/free-photo/man-using-massage-gun-woman-side-view_23-2149407546.jpg", imageAlt: "Custom massage therapy"
}
]}
title="Our Massage Services"
@@ -120,16 +120,16 @@ export default function LandingPage() {
description="Experience the Lotus difference with professional care and attention to your wellness"
features={[
{
title: "Licensed & Professional", description: "Certified massage therapist with years of experience in therapeutic techniques", imageSrc: "http://img.b2bpic.net/free-photo/back-massage-with-oil-modern-spa-touch-care_169016-69375.jpg?_wi=2", imageAlt: "Professional massage therapy", buttonIcon: CheckCircle
title: "Licensed & Professional", description: "Certified massage therapist with years of experience in therapeutic techniques", imageSrc: "http://img.b2bpic.net/free-photo/back-massage-with-oil-modern-spa-touch-care_169016-69375.jpg", imageAlt: "Professional massage therapy", buttonIcon: CheckCircle
},
{
title: "Clean & Welcoming", description: "Immaculate, peaceful environment designed for your comfort and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817020.jpg?_wi=2", imageAlt: "Clean spa environment", buttonIcon: CheckCircle
title: "Clean & Welcoming", description: "Immaculate, peaceful environment designed for your comfort and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817020.jpg", imageAlt: "Clean spa environment", buttonIcon: CheckCircle
},
{
title: "Convenient Location", description: "Easily accessible in Lake Charles at 4415 Lake St, open daily until 8 PM", imageSrc: "http://img.b2bpic.net/free-photo/peaceful-body-lying-person-relax_1301-3277.jpg", imageAlt: "Convenient spa location", buttonIcon: CheckCircle
},
{
title: "Personalized Care", description: "Each massage is customized to your specific needs and wellness goals", imageSrc: "http://img.b2bpic.net/free-photo/man-using-massage-gun-woman-side-view_23-2149407546.jpg?_wi=2", imageAlt: "Personalized massage therapy", buttonIcon: CheckCircle
title: "Personalized Care", description: "Each massage is customized to your specific needs and wellness goals", imageSrc: "http://img.b2bpic.net/free-photo/man-using-massage-gun-woman-side-view_23-2149407546.jpg", imageAlt: "Personalized massage therapy", buttonIcon: CheckCircle
}
]}
textboxLayout="default"