From 684dbc12286011bcd995f9c45a82cdd3383e371a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 04:31:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8759e72..3b7a5f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> @@ -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." -- 2.49.1