@php
$data["metadata"] = [
"title" => "About Us | " . config("app.name"),
"description" => "Pertiwi Bisma Ubud transcends the ordinary—it's a sacred rhythm, a crafted symphony where elegance meets heritage. Every breeze carries whispers of ancient Balinese wisdom, every shadow tells a story of timeless grace.",
"keyword" => "Accommodation in Pertiwi Bisma Ubud, hotel in Ubud, best choice to stay in Ubud, boutique hotel in Ubud, resort Ubud Bali, Ubud Bali accommodation, hotel Ubud Indonesia",
"og-title" => "About Us | " . config("app.name"),
"og-description" => "Pertiwi Bisma Ubud transcends the ordinary—it's a sacred rhythm, a crafted symphony where elegance meets heritage. Every breeze carries whispers of ancient Balinese wisdom, every shadow tells a story of timeless grace.",
]
@endphp
@extends('layouts.type1')
@section('content')
@include('components.section.type7', [
'section_data' => [
'id' => 'about_jumbotron',
'image' => [
'url' => asset('assets/img/static/publicarea/pool_5.jpg'),
'alt' => 'About Pertiwi Bisma Ubud',
],
'title' => 'About Us',
'subtitle' => 'Where Serenity Meets Heritage',
'description' =>
'A tranquil sanctuary in the heart of Ubud, inspired by Balinese grace and crafted for those who seek authentic comfort and timeless beauty.',
],
])
@include('components.section.type12', [
'section_data' => [
'id' => 'about_story',
'image' => asset('assets/img/static/publicarea/pool_3.jpg'),
'image_alt' => 'Pertiwi Bisma Ubud Garden',
'title' => 'Where Time Slows and',
'highlight' => 'Nature Embraces',
'paragraphs' => [
"Pertiwi Bisma Ubud transcends the ordinary—it's a peaceful retreat where traditional Balinese charm meets modern comfort. Surrounded by lush greenery, every moment invites you to reconnect with nature and yourself.",
'Hidden along the serene Bisma Street, our sanctuary offers a harmonious escape just steps away from Ubud’s vibrant culture, sacred temples, and artistic soul.',
],
'quote' => 'Let go of the world. Let Ubud embrace you.',
],
])
@include('components.section.type13', [
'section_data' => [
'id' => 'about_philosophy',
'title' => 'Our Philosophy',
'subtitle' => 'Three pillars that define our essence and guide every moment of your stay',
'items' => [
[
'icon' =>
'',
'title' => 'Authentic Balinese Spirit',
'description' =>
'Rooted in local culture and warm hospitality, we honor the traditions of Bali while creating meaningful experiences for every guest.',
],
[
'icon' =>
'',
'title' => 'Comfort in Harmony',
'description' =>
'Designed with natural textures and soothing tones, our spaces blend traditional architecture with modern convenience.',
],
[
'icon' =>
'',
'title' => 'Genuine Hospitality',
'description' =>
'Every guest is welcomed like family, with attentive service, sincere smiles, and heartfelt care throughout their stay.',
],
],
],
])
@include('components.section.type14', [
'section_data' => [
'id' => 'about_quote',
'quote' =>
"Pertiwi Bisma Ubud is more than a place to stay—it's a peaceful haven where tradition, comfort, and nature come together in perfect harmony.",
'subtitle' => "Our Commitment",
],
])
@include('components.cta.type2')
@endsection