Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 09:20:43 +00:00

View File

@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Book Now", href: "contact"}}
text: "Book Now", href: "contact"
}}
/>
</div>
@@ -69,18 +70,17 @@ export default function LandingPage() {
title: "Professional Therapists", description: "Experienced and trained massage experts dedicated to your wellness", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", imageAlt: "Professional spa therapist", buttonIcon: ArrowRight,
},
{
title: "Hygienic Environment", description: "Clean rooms, sanitized equipment, and strict hygiene protocols", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talks-staff-member_482257-80826.jpg?_wi=1", imageAlt: "Spa reception area", buttonIcon: Shield,
title: "Hygienic Environment", description: "Clean rooms, sanitized equipment, and strict hygiene protocols", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talks-staff-member_482257-80826.jpg", imageAlt: "Spa reception area", buttonIcon: Shield,
},
{
title: "Relaxation & Pain Relief", description: "Deep tissue therapy designed for muscle recovery and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg?_wi=1", imageAlt: "Deep tissue massage therapy", buttonIcon: Zap,
title: "Relaxation & Pain Relief", description: "Deep tissue therapy designed for muscle recovery and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg", imageAlt: "Deep tissue massage therapy", buttonIcon: Zap,
},
{
title: "Premium Therapies", description: "Traditional and modern massage treatments for complete wellness", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=1", imageAlt: "Aromatherapy spa treatment", buttonIcon: CheckCircle,
title: "Premium Therapies", description: "Traditional and modern massage treatments for complete wellness", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg", imageAlt: "Aromatherapy spa treatment", buttonIcon: CheckCircle,
},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
@@ -92,17 +92,23 @@ export default function LandingPage() {
tagIcon={Star}
products={[
{
id: "deep-tissue", name: "Deep Tissue Massage", price: "₹1,500", variant: "60 min | Pain Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg?_wi=2", imageAlt: "Deep tissue massage"},
id: "deep-tissue", name: "Deep Tissue Massage", price: "₹1,500", variant: "60 min | Pain Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg", imageAlt: "Deep tissue massage"
},
{
id: "swedish", name: "Swedish Massage", price: "₹1,200", variant: "60 min | Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=2", imageAlt: "Swedish massage therapy"},
id: "swedish", name: "Swedish Massage", price: "₹1,200", variant: "60 min | Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg", imageAlt: "Swedish massage therapy"
},
{
id: "hammam", name: "Turkish Hammam Bath", price: "₹1,800", variant: "45 min | Full Body", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-relaxing-massage-spa_23-2148176893.jpg?_wi=1", imageAlt: "Turkish hammam bubble bath"},
id: "hammam", name: "Turkish Hammam Bath", price: "₹1,800", variant: "45 min | Full Body", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-relaxing-massage-spa_23-2148176893.jpg", imageAlt: "Turkish hammam bubble bath"
},
{
id: "aroma", name: "Aroma Therapy", price: "₹1,300", variant: "60 min | Stress Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=3", imageAlt: "Aromatherapy massage"},
id: "aroma", name: "Aroma Therapy", price: "₹1,300", variant: "60 min | Stress Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg", imageAlt: "Aromatherapy massage"
},
{
id: "scrub", name: "Full Body Scrub & Polish", price: "₹1,600", variant: "45 min | Exfoliation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037157.jpg", imageAlt: "Full body scrub treatment"},
id: "scrub", name: "Full Body Scrub & Polish", price: "₹1,600", variant: "45 min | Exfoliation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037157.jpg", imageAlt: "Full body scrub treatment"
},
{
id: "couple", name: "Couple Spa Sessions", price: "₹2,800", variant: "60 min | For Two", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-professional-massage_23-2150649753.jpg?_wi=1", imageAlt: "Couple spa therapy"},
id: "couple", name: "Couple Spa Sessions", price: "₹2,800", variant: "60 min | For Two", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-professional-massage_23-2150649753.jpg", imageAlt: "Couple spa therapy"
},
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
@@ -115,7 +121,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Turkish Hammam Experience"
description={[
"Step into centuries of wellness tradition with our signature Turkish Hammam bath. This ancient cleansing ritual combines traditional deep-cleansing with luxurious relaxation therapy.", "Experience the therapeutic benefits of steam, foam massage, and full-body scrub in our premium hammam chamber. Perfect for detoxification, skin renewal, and ultimate relaxation. A complete body and mind rejuvenation ritual.", "Available for individual sessions and couples. Book your transformative hammam experience today."]}
"Step into centuries of wellness tradition with our signature Turkish Hammam bath. This ancient cleansing ritual combines traditional deep-cleansing with luxurious relaxation therapy.", "Experience the therapeutic benefits of steam, foam massage, and full-body scrub in our premium hammam chamber. Perfect for detoxification, skin renewal, and ultimate relaxation. A complete body and mind rejuvenation ritual.", "Available for individual sessions and couples. Book your transformative hammam experience today."
]}
showBorder={true}
useInvertedBackground={false}
buttons={[
@@ -135,17 +142,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Priya Sharma, Tech Professional", date: "Date: 15 January 2025", title: "Best spa experience in HSR Layout!", quote: "The place was very neat and clean and the staff was very polite. The deep tissue massage really helped with my work-related muscle tension. I've been coming back every month for the past 6 months.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg"},
id: "1", name: "Priya Sharma, Tech Professional", date: "Date: 15 January 2025", title: "Best spa experience in HSR Layout!", quote: "The place was very neat and clean and the staff was very polite. The deep tissue massage really helped with my work-related muscle tension. I've been coming back every month for the past 6 months.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg"
},
{
id: "2", name: "Rajesh Kumar, IT Executive", date: "Date: 8 January 2025", title: "Turkish Hammam was amazing!", quote: "Very good service and ambience for a great massage. The Turkish hammam bath was the highlight - felt completely rejuvenated. Highly recommend this place to anyone looking for quality spa services.", tag: "Hammam Experience", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-relaxing-massage-spa_23-2148176893.jpg?_wi=2"},
id: "2", name: "Rajesh Kumar, IT Executive", date: "Date: 8 January 2025", title: "Turkish Hammam was amazing!", quote: "Very good service and ambience for a great massage. The Turkish hammam bath was the highlight - felt completely rejuvenated. Highly recommend this place to anyone looking for quality spa services.", tag: "Hammam Experience", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-relaxing-massage-spa_23-2148176893.jpg"
},
{
id: "3", name: "Neha Gupta, Entrepreneur", date: "Date: 2 January 2025", title: "Perfect for stress relief", quote: "I visited for an aromatherapy session and the therapist was extremely professional. The calming ambience and quality of service exceeded my expectations. This is now my go-to place for relaxation.", tag: "Aromatherapy", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=4"},
id: "3", name: "Neha Gupta, Entrepreneur", date: "Date: 2 January 2025", title: "Perfect for stress relief", quote: "I visited for an aromatherapy session and the therapist was extremely professional. The calming ambience and quality of service exceeded my expectations. This is now my go-to place for relaxation.", tag: "Aromatherapy", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Neha Gupta", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg"
},
{
id: "4", name: "Vikram Singh, Working Professional", date: "Date: 25 December 2024", title: "Exceptional customer care", quote: "The staff is incredibly friendly and helpful. They customized my massage based on my needs. The hygiene standards are impeccable and the facilities are top-notch. Worth every penny!", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talks-staff-member_482257-80826.jpg?_wi=2"},
id: "4", name: "Vikram Singh, Working Professional", date: "Date: 25 December 2024", title: "Exceptional customer care", quote: "The staff is incredibly friendly and helpful. They customized my massage based on my needs. The hygiene standards are impeccable and the facilities are top-notch. Worth every penny!", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talks-staff-member_482257-80826.jpg"
},
{
id: "5", name: "Anjali Desai, Couple Visit", date: "Date: 20 December 2024", title: "Perfect couples experience", quote: "We booked a couple spa session for our anniversary. The entire experience was romantic, relaxing, and professionally executed. The therapists made us feel completely comfortable. Highly recommended!", tag: "Couple Spa", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-professional-massage_23-2150649753.jpg?_wi=2"},
id: "5", name: "Anjali Desai, Couple Visit", date: "Date: 20 December 2024", title: "Perfect couples experience", quote: "We booked a couple spa session for our anniversary. The entire experience was romantic, relaxing, and professionally executed. The therapists made us feel completely comfortable. Highly recommended!", tag: "Couple Spa", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-professional-massage_23-2150649753.jpg"
},
{
id: "6", name: "Arjun Patel, Regular Client", date: "Date: 15 December 2024", title: "Health and wellness at its finest", quote: "As someone dealing with chronic back pain, the deep tissue massage sessions have been life-changing. The therapists are knowledgeable and truly care about their clients. Green Day Spa is a must-visit!", tag: "Pain Relief", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Arjun Patel", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg?_wi=3"},
id: "6", name: "Arjun Patel, Regular Client", date: "Date: 15 December 2024", title: "Health and wellness at its finest", quote: "As someone dealing with chronic back pain, the deep tissue massage sessions have been life-changing. The therapists are knowledgeable and truly care about their clients. Green Day Spa is a must-visit!", tag: "Pain Relief", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", avatarAlt: "Arjun Patel", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg"
},
]}
/>
</div>
@@ -158,7 +171,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"4.5★ Rating", "170+ Reviews", "7+ Years", "Expert Therapists", "100% Hygiene", "Premium Treatments", "HSR Layout", "Best Spa"]}
"4.5★ Rating", "170+ Reviews", "7+ Years", "Expert Therapists", "100% Hygiene", "Premium Treatments", "HSR Layout", "Best Spa"
]}
showCard={true}
speed={40}
/>