@php $data['metadata'] = [ 'property_name' => 'Candle Light Dinner', 'title' => 'Candle Light Dinner | ' . config('app.name'), '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.', 'keyword' => 'Candle Light Dinner Pertiwi Bisma Ubud', 'og-title' => 'Candle Light Dinner | ' . config('app.name'), 'og-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.', ]; @endphp @extends('layouts.type1') @section('content') @include('components.section.type7', [ 'section_data' => [ 'id' => 'service_facilities_detail_jumbotron', 'image' => [ 'url' => asset('assets/img/static/amora_bisma/amora23.jpg'), 'alt' => 'Candle Light Dinner ' . config('app.name'), ], 'title' => $data['metadata']['property_name'], 'subtitle' => 'Enjoy the experience in ' . $data['metadata']['property_name'], 'description' => config('app.name'), ], ]) @include('components.section.type2', [ 'section_data' => [ 'id' => 'service_facilities_detail_about', 'title' => $data['metadata']['property_name'], 'paragraphs' => [$data['metadata']['description']], 'last_paragraph_accent' => false, 'image' => [ 'url' => asset('assets/img/static/amora_bisma/amora24.jpg'), 'alt' => 'Candle Light Dinner ' . config('app.name'), ], ], ]) @include('components.section.type11', [ 'section_data' => [ 'id' => 'service_facilities_detail_gallery', 'title' => 'Candle Light Dinner Gallery', 'galleries' => [ [ 'link' => asset('assets/img/static/amora_bisma/amora23.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora24.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora25.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora26.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora27.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora28.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora29.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ], [ 'link' => asset('assets/img/static/amora_bisma/amora30.jpg'), 'alt' => 'Candle Light Dinner' . config('app.name'), ] ], ], ]) @include('components.cta.type2') @endsection