@php $data['metadata'] = [ 'title' => 'Service & Facilities | Pertiwi Bisma Ubud', 'description' => 'Enhance your stay at Pertiwi Bisma Ubud with thoughtfully curated services and facilities. From serene swimming pools and tropical gardens to personalized guest assistance, every detail is designed to ensure comfort, relaxation, and a seamless Ubud retreat experience.', 'keyword' => 'Service and facilities Pertiwi Bisma Ubud, hotel facilities in Ubud, Bisma Ubud hotel services, swimming pool in Ubud hotel, boutique hotel facilities Ubud, best hotel service in Ubud Bali, Pertiwi Bisma Ubud amenities', 'og-title' => 'Service & Facilities | Pertiwi Bisma Ubud', 'og-description' => 'Discover premium services and facilities at Pertiwi Bisma Ubud, offering comfort, convenience, and authentic Balinese hospitality in the heart of Ubud.', ]; @endphp @extends('layouts.type1') @section('content') @include('components.section.type7', [ 'section_data' => [ 'id' => 'service_facilities_jumbotron', 'image' => [ 'url' => asset('assets/img/static/publicarea/public_3.jpg'), 'alt' => 'Service and facilities at Pertiwi Bisma Ubud', ], 'title' => 'Service & Facilities', 'subtitle' => 'Comfort Beyond Expectations', 'description' => 'Experience thoughtful services and carefully curated facilities designed to enhance your stay in the heart of Ubud. From tranquil swimming pools to personalized hospitality, every detail reflects authentic Balinese warmth and comfort.', ], ]) @include('components.section.type8', [ 'section_data' => [ 'id' => 'service_facilities_about', 'title' => 'Experience Ultimate', 'highlight' => 'Comfort & Convenience', 'description' => 'At Pertiwi Bisma Ubud, every service and facility is thoughtfully designed to enrich your stay. From serene swimming pools and tropical gardens to attentive guest services and wellness experiences, our offerings combine traditional Balinese hospitality with modern comfort for a truly memorable retreat in the heart of Ubud.', ], ]) @include('components.section.type9', [ 'section_data' => [ 'id' => 'service_facilities_yoga_sala', 'image' => asset('assets/img/static/spa/spa1.jpg'), 'image_alt' => 'Yoga Sala SPA at Pertiwi Bisma Ubud', 'badge' => 'SPA', 'title' => 'Yoga Sala SPA', 'description' => 'Immerse yourself in serenity at Yoga Sala Spa, a tranquil sanctuary surrounded by lush tropical gardens. Designed to restore balance and harmony, our spa offers holistic treatments inspired by ancient Balinese healing traditions. Each therapy is carefully curated using natural essential oils and indigenous herbs to rejuvenate body, mind, and soul.', 'features' => [ ['label' => 'Opening Hours: 9 AM – 8 PM'], ['label' => 'Traditional Balinese Massage'], ['label' => 'Aromatherapy Treatments'], ['label' => 'Private Spa Pavilions'], ['label' => 'Natural Essential Oils & Herbal Therapy'], ], 'cta' => [ [ 'url' => route('service-facilities.detail', 'yoga-sala-spa'), 'label' => 'View Details', 'style' => 'luxury-button', ], ['url' => config('social.customer_service.url_email'), 'label' => 'Book Now', 'style' => 'luxury-button-outline'], ], ], ]) @include('components.section.type9', [ 'section_data' => [ 'id' => 'service_facilities_afternoon_tea', 'image' => asset('assets/img/static/tea/tea1.jpg'), 'image_alt' => 'Afternoon Tea at Pertiwi Bisma Ubud', 'mode' => 'reversed', 'badge' => 'Dining', 'title' => 'Afternoon Tea', 'description' => 'Indulge in a delightful Afternoon Tea experience set in a serene ambiance. Savor a curated selection of freshly brewed teas, handcrafted pastries, and savory bites while enjoying peaceful garden or valley views. A perfect moment of relaxation to elevate your afternoon.', 'features' => [ ['label' => 'Available Daily: 2 PM – 5 PM'], ['label' => 'Selection of Premium Teas'], ['label' => 'Freshly Baked Pastries'], ['label' => 'Savory & Sweet Delicacies'], ['label' => 'Garden or Valley View Setting'], ], 'cta' => [ [ 'url' => route('service-facilities.detail', 'afternoon-tea'), 'label' => 'View Details', 'style' => 'luxury-button', ], ['url' => config('social.customer_service.url_email'), 'label' => 'Book Now', 'style' => 'luxury-button-outline'], ], ], ]) @include('components.section.type9', [ 'section_data' => [ 'id' => 'service_facilities_candle_light', 'image' => asset('assets/img/static/amora_bisma/amora23.jpg'), 'image_alt' => 'Candle Light Dinner at Pertiwi Bisma Ubud', 'badge' => 'Dining', 'title' => 'Candle Light Dinner', 'description' => 'Celebrate love and special moments with our exclusive Candle Light Dinner experience. Set in an intimate and romantic atmosphere under the stars, enjoy a thoughtfully crafted multi-course menu prepared by our culinary team, accompanied by elegant décor and personalized service.', 'features' => [ ['label' => 'Romantic Private Setup'], ['label' => 'Multi-Course Gourmet Menu'], ['label' => 'Decorated Table with Candles & Flowers'], ['label' => 'Personalized Service'], ['label' => 'Perfect for Anniversaries & Honeymoons'], ], 'cta' => [ [ 'url' => route('service-facilities.detail', 'candle-light-dinner'), 'label' => 'View Details', 'style' => 'luxury-button', ], ['url' => config('social.customer_service.url_email'), 'label' => 'Book Now', 'style' => 'luxury-button-outline'], ], ], ]) @include('components.section.type9', [ 'section_data' => [ 'id' => 'service_facilities_activities', 'image' => asset('assets/img/static/tour/biketour-1.jpg'), 'image_alt' => 'Activities at Pertiwi Bisma Ubud', 'badge' => 'Activities', 'mode' => 'reversed', 'title' => 'Activities', 'description' => 'Discover enriching experiences designed to connect you with nature and local culture. From guided village walks to wellness sessions and outdoor adventures, our curated activities promise memorable moments during your stay.', 'features' => [ ['label' => 'Bike Tour'], ['label' => 'Kintamani Tour'], ['label' => 'Mount Agung Tour'], ['label' => 'Padang Bai Tour'], ['label' => 'Ubud Tour'], ], 'cta' => [ [ 'url' => route('service-facilities.detail', 'activities'), 'label' => 'View Details', 'style' => 'luxury-button', ], ['url' => config('social.customer_service.url_email'), 'label' => 'Book Now', 'style' => 'luxury-button-outline'], ], ], ]) @include('components.cta.type2') @endsection