@extends('layouts.main', [ 'logo' => '', 'color' =>'', 'data' => $data, 'nav' => $nav, 'slug' => 'destinos', 'fixedtop'=> '', 'linkstyle' => 'border-bottom: solid 2px #3da7d1;', ]) @php $sections = "home"; @endphp {{-- Meta tags --}} @section('title', $data['title']) @section('description', $data['description']) {{-- @section('image', $data['commercial']['logoSignedUrl']) --}} {{-- @dd($data) --}} @section('content') @include('destinations.sections.heading', [ "header" => ["height" => "height:300px;"], "shapes" => [ [ "aos" => "fade-down-right", "duration" => "1500", "delay" => "100" ], [ "aos" => "fade-down", "duration" => "1000", "delay" => "100" ], [ "aos" => "fade-up-left", "duration" => "500", "delay" => "200" ], [ "aos" => "fade-up", "duration" => "500", "delay" => "200" ], [ "aos" => "fade-up-right", "duration" => "1000", "delay" => "200" ], [ "aos" => "fade-up", "duration" => "1000", "delay" => "200" ], [ "aos" => "fade-down-left", "duration" => "1000", "delay" => "100" ], [ "aos" => "fade-down-left", "duration" => "1000", "delay" => "100" ], [ "aos" => "zoom-in", "duration" => "1000", "delay" => "300" ] ]]) @include('destinations.sections.destination')