From 06af9e1b9ff2863832d0b7610ac8c689d98b0ce9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:41:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 356 +++++++---------------------------------------- 1 file changed, 52 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 439b24a..7ff1e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,138 +31,49 @@ export default function LandingPage() {
@@ -172,13 +83,8 @@ export default function LandingPage() { useInvertedBackground={true} title="Nature-Inspired Rejuvenation" description="At Mangrove Bay Spa, we integrate holistic treatments with premium organic botanicals to provide a truly restorative experience that calms your mind and revitalizes your spirit." - buttons={[ - { - text: "Explore Our Story", - href: "#", - }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-illuminated-by-modern-electric-lamp-generated-by-ai_188544-28185.jpg?_wi=2" + buttons={[{ text: "Explore Our Story", href: "#" }]} + imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-illuminated-by-modern-electric-lamp-generated-by-ai_188544-28185.jpg" imageAlt="Peaceful treatment room" /> @@ -190,24 +96,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Botanical Massages", - description: "Customized aromatherapy blends to melt away stress.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-bath-salt-put-some-water-before-taking-bath_23-2149239346.jpg?_wi=2", - imageAlt: "Massage therapy", - }, - { - title: "Hot Stone Therapy", - description: "Soothing warmth that penetrates deep muscle tension.", - imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg?_wi=2", - imageAlt: "Stone therapy", - }, - { - title: "Rejuvenating Facials", - description: "Clinical grade organic skincare for radiant skin.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-composition-nail-care-products_23-2148974532.jpg?_wi=2", - imageAlt: "Facial treatment", - }, + { title: "Botanical Massages", description: "Customized aromatherapy blends to melt away stress.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-bath-salt-put-some-water-before-taking-bath_23-2149239346.jpg", imageAlt: "Massage therapy" }, + { title: "Hot Stone Therapy", description: "Soothing warmth that penetrates deep muscle tension.", imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg", imageAlt: "Stone therapy" }, + { title: "Rejuvenating Facials", description: "Clinical grade organic skincare for radiant skin.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-composition-nail-care-products_23-2148974532.jpg", imageAlt: "Facial treatment" }, ]} title="Our Signature Rituals" description="Deeply relaxing experiences curated to restore balance." @@ -221,60 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Mangrove Botanicals", - name: "Aromatherapy Oil", - price: "$45", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-soap-bars-gray-background_93675-135044.jpg", - }, - { - id: "p2", - brand: "Mangrove Botanicals", - name: "Mineral Bath Salts", - price: "$38", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094194.jpg", - }, - { - id: "p3", - brand: "Mangrove Botanicals", - name: "Clay Face Mask", - price: "$52", - rating: 4, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg", - }, - { - id: "p4", - brand: "Mangrove Botanicals", - name: "Body Exfoliator", - price: "$42", - rating: 5, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-closes-eyes-with-pleasure-smiles-broadly-gets-facial-treatment-beauty-center-holds-two-makeup-sponges-poses-pink-studio-wall_273609-32995.jpg", - }, - { - id: "p5", - brand: "Mangrove Botanicals", - name: "Soy Wax Candle", - price: "$30", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-fresh-coconut-body-care-products_169016-6178.jpg", - }, - { - id: "p6", - brand: "Mangrove Botanicals", - name: "Organic Linen Towel", - price: "$65", - rating: 5, - reviewCount: "34", - imageSrc: "http://img.b2bpic.net/free-photo/white-towel-bed_74190-4536.jpg", - }, + { id: "p1", brand: "Mangrove Botanicals", name: "Aromatherapy Oil", price: "$45", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-soap-bars-gray-background_93675-135044.jpg" }, + { id: "p2", brand: "Mangrove Botanicals", name: "Mineral Bath Salts", price: "$38", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094194.jpg" }, + { id: "p3", brand: "Mangrove Botanicals", name: "Clay Face Mask", price: "$52", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg" }, + { id: "p4", brand: "Mangrove Botanicals", name: "Body Exfoliator", price: "$42", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-closes-eyes-with-pleasure-smiles-broadly-gets-facial-treatment-beauty-center-holds-two-makeup-sponges-poses-pink-studio-wall_273609-32995.jpg" }, + { id: "p5", brand: "Mangrove Botanicals", name: "Soy Wax Candle", price: "$30", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-fresh-coconut-body-care-products_169016-6178.jpg" }, + { id: "p6", brand: "Mangrove Botanicals", name: "Organic Linen Towel", price: "$65", rating: 5, reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/white-towel-bed_74190-4536.jpg" }, ]} title="Spa Essentials" description="Bring the Mangrove Bay experience into your own sanctuary." @@ -288,57 +131,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "plan1", - badge: "Essential", - price: "$120", - subtitle: "60 Minute Relaxation", - features: [ - "Full Body Massage", - "Aromatherapy choice", - "Herbal Tea", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], + id: "plan1", badge: "Essential", price: "$120", subtitle: "60 Minute Relaxation", features: ["Full Body Massage", "Aromatherapy choice", "Herbal Tea"], + buttons: [{ text: "Book Now", href: "#contact" }], }, { - id: "plan2", - badge: "Deep Restore", - price: "$190", - subtitle: "90 Minute Deep Tissue", - features: [ - "Deep Tissue Massage", - "Hot Stone Upgrade", - "Facial treatment", - "Botanical Gift", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], + id: "plan2", badge: "Deep Restore", price: "$190", subtitle: "90 Minute Deep Tissue", features: ["Deep Tissue Massage", "Hot Stone Upgrade", "Facial treatment", "Botanical Gift"], + buttons: [{ text: "Book Now", href: "#contact" }], }, { - id: "plan3", - badge: "Ultimate", - price: "$280", - subtitle: "Half Day Ritual", - features: [ - "Full Signature Ritual", - "Private Sauna access", - "Full Facial", - "Gourmet Lunch", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], + id: "plan3", badge: "Ultimate", price: "$280", subtitle: "Half Day Ritual", features: ["Full Signature Ritual", "Private Sauna access", "Full Facial", "Gourmet Lunch"], + buttons: [{ text: "Book Now", href: "#contact" }], }, ]} title="Choose Your Escape" @@ -352,46 +154,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Alice M.", - handle: "@alicem", - testimonial: "The atmosphere is so peaceful, my stress just melted away.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-posing-with-new-her-art-work_273443-2914.jpg", - }, - { - id: "t2", - name: "Bob K.", - handle: "@bobk", - testimonial: "Excellent therapist, very professional and kind.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-mats-yoga-class_23-2148924628.jpg", - }, - { - id: "t3", - name: "Claire P.", - handle: "@clairep", - testimonial: "A regular weekly luxury I truly appreciate.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828926.jpg", - }, - { - id: "t4", - name: "David W.", - handle: "@davidw", - testimonial: "The signature facial left me feeling glowing for days.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-young-business-lady-sitting-office_1098-20742.jpg", - }, - { - id: "t5", - name: "Eva L.", - handle: "@eval", - testimonial: "Beautiful facility, clean and very serene vibe.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg", - }, + { id: "t1", name: "Alice M.", handle: "@alicem", testimonial: "The atmosphere is so peaceful, my stress just melted away.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-posing-with-new-her-art-work_273443-2914.jpg" }, + { id: "t2", name: "Bob K.", handle: "@bobk", testimonial: "Excellent therapist, very professional and kind.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-mats-yoga-class_23-2148924628.jpg" }, + { id: "t3", name: "Claire P.", handle: "@clairep", testimonial: "A regular weekly luxury I truly appreciate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828926.jpg" }, + { id: "t4", name: "David W.", handle: "@davidw", testimonial: "The signature facial left me feeling glowing for days.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-young-business-lady-sitting-office_1098-20742.jpg" }, + { id: "t5", name: "Eva L.", handle: "@eval", testimonial: "Beautiful facility, clean and very serene vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg" }, ]} showRating={true} title="Words From Our Guests" @@ -404,21 +171,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do I need to book in advance?", - content: "Yes, we recommend booking at least 48 hours in advance to guarantee availability.", - }, - { - id: "q2", - title: "What should I wear?", - content: "We provide robes and slippers upon check-in for your convenience.", - }, - { - id: "q3", - title: "Is parking available?", - content: "Yes, we offer complimentary valet parking for all our guests.", - }, + { id: "q1", title: "Do I need to book in advance?", content: "Yes, we recommend booking at least 48 hours in advance to guarantee availability." }, + { id: "q2", title: "What should I wear?", content: "We provide robes and slippers upon check-in for your convenience." }, + { id: "q3", title: "Is parking available?", content: "Yes, we offer complimentary valet parking for all our guests." }, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg" mediaAnimation="slide-up" @@ -432,16 +187,9 @@ export default function LandingPage() {
-- 2.49.1