@php $data['metadata'] = [ 'property_name' => 'Afternoon Tea', 'title' => 'Afternoon Tea | ' . config('app.name'), '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.', 'og-title' => 'Afternoon Tea | ' . config('app.name'), 'og-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.', ]; @endphp @extends('layouts.type1') @section('content') @include('components.section.type7', [ 'section_data' => [ 'id' => 'service_facilities_detail_jumbotron', 'image' => [ 'url' => asset('assets/img/static/tea/tea1.jpg'), 'alt' => 'Afternoon Tea ' . 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/tea/tea2.jpg'), 'alt' => 'Afternoon Tea ' . config('app.name'), ], ], ]) @include('components.section.type11', [ 'section_data' => [ 'id' => 'service_facilities_detail_gallery', 'title' => 'Afternoon Tea Gallery', 'galleries' => [ [ 'link' => asset('assets/img/static/tea/tea1.jpg'), 'alt' => 'Afternoon Tea' . config('app.name'), ], [ 'link' => asset('assets/img/static/tea/tea2.jpg'), 'alt' => 'Afternoon Tea' . config('app.name'), ] ], ], ]) @include('components.cta.type2') @endsection