@extends('storefront.layout') @section('title', 'Photos & Videos') @section('description', 'See Vida Mansa water dispensers in action through product videos, real pet moments, and campaign photography.') @php $videos = [ [ 'type' => 'video', 'title' => 'A cleaner way to drink', 'description' => 'See the difference a splash-control dispenser makes.', 'src' => asset('media/gallery/videos/splashzone.mp4'), 'poster' => asset('media/gallery/posters/splashzone.jpg'), ], [ 'type' => 'video', 'title' => 'Outdoor hydration', 'description' => 'A small dog drinks from the red Vida Mansa dispenser.', 'src' => asset('media/gallery/videos/vm02.mp4'), 'poster' => asset('media/gallery/posters/vm02.jpg'), ], [ 'type' => 'video', 'title' => 'Made for cats too', 'description' => 'Easy access to water from the blue dispenser.', 'src' => asset('media/gallery/videos/vm03.mp4'), 'poster' => asset('media/gallery/posters/vm03.jpg'), ], [ 'type' => 'video', 'title' => 'Small pets, easy access', 'description' => 'A rabbit drinks comfortably from the pink dispenser.', 'src' => asset('media/gallery/videos/vm04.mp4'), 'poster' => asset('media/gallery/posters/vm04.jpg'), ], [ 'type' => 'video', 'title' => 'Colors on display', 'description' => 'Vida Mansa dispensers presented in a retail setting.', 'src' => asset('media/gallery/videos/vm05.mp4'), 'poster' => asset('media/gallery/posters/vm05.jpg'), ], ]; $photos = [ [ 'type' => 'image', 'title' => 'Stop wet fur — blue', 'src' => asset('media/gallery/photos/01-sqr.png'), 'alt' => 'Blue Vida Mansa water dispenser beside a Yorkshire terrier, with the message stop wet fur and no more soaked beards or wet floors.', ], [ 'type' => 'image', 'title' => 'Stop wet fur — pink', 'src' => asset('media/gallery/photos/02-sqr.png'), 'alt' => 'Pink Vida Mansa water dispenser beside a Yorkshire terrier, with the message stop wet fur and no more soaked beards or wet floors.', ], [ 'type' => 'image', 'title' => 'A smarter way to hydrate', 'src' => asset('media/gallery/photos/03-sqr.png'), 'alt' => 'Wet long-haired dog beside Vida Mansa dispensers, explaining that wet fur can cause odor and dirty floors.', ], [ 'type' => 'image', 'title' => 'Regular bowl vs. Vida Mansa', 'src' => asset('media/gallery/photos/05-sqr.png'), 'alt' => 'Before-and-after comparison of a wet dog using a regular bowl and a clean, dry dog using a Vida Mansa dispenser.', ], [ 'type' => 'image', 'title' => 'Clean and dry', 'src' => asset('media/gallery/photos/06-sqr.png'), 'alt' => 'Before-and-after comparison of a wet Pomeranian with a regular bowl and a clean, dry Pomeranian with a Vida Mansa dispenser.', ], [ 'type' => 'image', 'title' => 'The wet-fur problem — blue', 'src' => asset('media/gallery/photos/07-sqr.png'), 'alt' => 'Yorkshire terrier with wet fur beside a blue Vida Mansa dispenser designed to help keep beards, manes, and fur dry.', ], [ 'type' => 'image', 'title' => 'The wet-fur problem — pink', 'src' => asset('media/gallery/photos/08-sqr.png'), 'alt' => 'Long-haired dog with wet fur beside a pink Vida Mansa dispenser designed to help keep fur dry.', ], [ 'type' => 'image', 'title' => 'Stop the smell and mess', 'src' => asset('media/gallery/photos/09-sqr.png'), 'alt' => 'Blue Vida Mansa water dispenser with the message stop wet fur, stop the smell, and stop the mess.', ], ]; @endphp @push('head') @endpush @section('content')

Vida Mansa media

Photos & Videos

Product stories, real pet moments, and Vida Mansa dispensers in everyday use.

In action

5 videos

@php $featuredVideo = $videos[0]; @endphp
@foreach (array_slice($videos, 1) as $video) @endforeach

Product stories

8 photos

@foreach ($photos as $photo) @endforeach
@endsection