[ 'title' => 'Отзывы Google', 'reviews' => [ [ 'src' => 'https://placehold.co/800x600/4f46e5/ffffff?text=Отзыв+Google+1', 'thumb' => 'https://placehold.co/300x200/4f46e5/ffffff?text=G1', 'alt' => 'Отзыв Google 1' ], [ 'src' => 'https://placehold.co/800x600/7c3aed/ffffff?text=Отзыв+Google+2', 'thumb' => 'https://placehold.co/300x200/7c3aed/ffffff?text=G2', 'alt' => 'Отзыв Google 2' ], [ 'src' => 'https://placehold.co/800x600/8b5cf6/ffffff?text=Отзыв+Google+3', 'thumb' => 'https://placehold.co/300x200/8b5cf6/ffffff?text=G3', 'alt' => 'Отзыв Google 3' ], [ 'src' => 'https://placehold.co/800x600/a855f7/ffffff?text=Отзыв+Google+4', 'thumb' => 'https://placehold.co/300x200/a855f7/ffffff?text=G4', 'alt' => 'Отзыв Google 4' ] ] ], 'yandex' => [ 'title' => 'Отзывы Яндекс', 'reviews' => [ [ 'src' => 'https://placehold.co/800x600/f59e0b/ffffff?text=Отзыв+Яндекс+1', 'thumb' => 'https://placehold.co/300x200/f59e0b/ffffff?text=Я1', 'alt' => 'Отзыв Яндекс 1' ], [ 'src' => 'https://placehold.co/800x600/d97706/ffffff?text=Отзыв+Яндекс+2', 'thumb' => 'https://placehold.co/300x200/d97706/ffffff?text=Я2', 'alt' => 'Отзыв Яндекс 2' ], [ 'src' => 'https://placehold.co/800x600/b45309/ffffff?text=Отзыв+Яндекс+3', 'thumb' => 'https://placehold.co/300x200/b45309/ffffff?text=Я3', 'alt' => 'Отзыв Яндекс 3' ] ] ], 'video' => [ 'title' => 'Видеоотзывы', 'reviews' => [ [ 'src' => '/path/to/video1.mp4', // Путь к видеофайлу 'thumb' => 'https://placehold.co/300x200/b45309/ffffff?text=В1', 'alt' => 'Видеоотзыв 1', 'type' => 'video', 'video_type' => 'mp4' // Тип видео ], [ 'src' => '/path/to/video2.webm', 'thumb' => 'https://placehold.co/300x200/b45309/ffffff?text=В2', 'alt' => 'Видеоотзыв 2', 'type' => 'video', 'video_type' => 'webm' ], [ 'src' => '/path/to/video3.mov', 'thumb' => 'https://placehold.co/300x200/b45309/ffffff?text=В3', 'alt' => 'Видеоотзыв 3', 'type' => 'video', 'video_type' => 'mov' ] ] ] ]; $block_id = 'reviews-' . $block['id']; ?>