Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-28 04:31:14 +00:00

View File

@@ -46,12 +46,12 @@ export default function LandingPage() {
description="Relax. Rejuvenate. Reconnect."
buttons={[{ text: "Book Your Experience", href: "#contact" }]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg", imageAlt: "luxury spa massage candles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg", imageAlt: "spa hot stone massage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg", imageAlt: "spa candle light relaxing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg", imageAlt: "spa massage aromatherapy oils" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg", imageAlt: "spa relaxation zen stones" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg", imageAlt: "spa essential oils flowers" }
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg?_wi=1", imageAlt: "luxury spa massage candles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg?_wi=1", imageAlt: "spa hot stone massage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg?_wi=1", imageAlt: "spa candle light relaxing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg?_wi=1", imageAlt: "spa massage aromatherapy oils" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg?_wi=1", imageAlt: "spa relaxation zen stones" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg?_wi=1", imageAlt: "spa essential oils flowers" }
]}
/>
</div>
@@ -93,11 +93,11 @@ export default function LandingPage() {
useInvertedBackground={false}
description="Read what our guests say about their experience with us."
testimonials={[
{ id: "1", name: "Katarzyna W.", handle: "@katarzynaw", testimonial: "An absolutely magical experience. The staff at Samui SPA are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg" },
{ id: "1", name: "Katarzyna W.", handle: "@katarzynaw", testimonial: "An absolutely magical experience. The staff at Samui SPA are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg?_wi=1" },
{ id: "2", name: "Marek Z.", handle: "@marekz", testimonial: "The best massage I've had in Poznań. Will definitely return soon.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147484.jpg" },
{ id: "3", name: "Anna P.", handle: "@annap", testimonial: "Pure luxury. Every detail, from the scents to the lighting, was perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-looking-away_23-2148298048.jpg" },
{ id: "4", name: "Tomasz K.", handle: "@tomaszk", testimonial: "Simply irresistible. Highly recommend their signature body ritual.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-girl-white-hoodie-closing-her-eyes-laughs-covering-face-with-hand-indoors_197531-33296.jpg" },
{ id: "5", name: "Ewa L.", handle: "@ewal", testimonial: "A wonderful hidden gem in the city center. Truly rejuvenated my spirit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg" }
{ id: "5", name: "Ewa L.", handle: "@ewal", testimonial: "A wonderful hidden gem in the city center. Truly rejuvenated my spirit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-selfcare-concept_23-2149168536.jpg?_wi=2" }
]}
showRating={true}
title="What Our Guests Say"
@@ -110,9 +110,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={true}
features={[
{ title: "Reception", description: "Welcome to tranquility.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg" }] },
{ title: "Treatment Rooms", description: "Designed for total immersion.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg" }] },
{ title: "Relaxation Lounge", description: "Unwind post-therapy.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg" }] }
{ title: "Reception", description: "Welcome to tranquility.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-beauty-products_23-2148200606.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-design-with-modern-fixtures-marble-generated-by-ai_188544-21598.jpg?_wi=2" }] },
{ title: "Treatment Rooms", description: "Designed for total immersion.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-petals-stones-with-towels_23-2147648654.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704349.jpg?_wi=2" }] },
{ title: "Relaxation Lounge", description: "Unwind post-therapy.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-pink-spa-flowers-spa-hot-stones-water-wet-background-side-composition-copy-space-spa-concept-dark-background_1220-1455.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238272.jpg?_wi=2" }] }
]}
title="A Sanctuary for You"
description="Explore our ambient interior and tranquil relaxation spaces."